Re: [EMAIL PROTECTED] Question on mod_rewrite

2008-11-07 Thread Krist van Besien
On Thu, Nov 6, 2008 at 8:47 PM, Charles Payne (Travel Channel) <[EMAIL PROTECTED]> wrote: > Can I do something like thing > > RewriteRule ^/test* http://tdocs.travelchannel.com/teams/Login.do > > Sorry this might be an easy question but I can seem to find a straight > answer on google. You will f

Re: [EMAIL PROTECTED] Question on mod_rewrite

2008-11-06 Thread Justin Pasher
Charles Payne (Travel Channel) wrote: Guys, I have an issue that I can seems to find online. I have a mod_rewrite rule that looks like this RewriteRule ^/test http://myother.webserver.com [R] But what I want to do is anything that is a part of the directory /test I want it to go to the

Re: [EMAIL PROTECTED] question on DirectoryIndex "inheritance"

2008-10-02 Thread Justin Pasher
André Warnier wrote: Hi. Apache 2.2.x, any platform Suppose I have this configuration snippet : Options Indexes DirectoryIndex index.html welcome.html index.php whatever.html ... Options ? DirectoryIndex ?? How do I specify that the list of index documents provided in the

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-30 Thread Mike Soultanian
Justin Pasher wrote: If you have more (sub)domains that point to the same virtualhost, then you won't be able to use the above directive as-is, since it's designed to funnel ALL requests through www.csulb.edu. It's mainly designed for sites that have a handful of alias domains, but only one

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-30 Thread Justin Pasher
Mike Soultanian wrote: Justin Pasher wrote: Ahhh... Now it should actually be possible. If possible, I would (personally) try to push all traffic to www.csulb.edu whenever they try to pull csulb.edu. Whether or not this is possible in your situation, I do not know. Something like this in the V

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Mike Soultanian
Justin Pasher wrote: Ahhh... Now it should actually be possible. If possible, I would (personally) try to push all traffic to www.csulb.edu whenever they try to pull csulb.edu. Whether or not this is possible in your situation, I do not know. Something like this in the VirtualHost config wou

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Justin Pasher
Mike Soultanian wrote: Justin Pasher wrote: Actually, ignore everything I just said. All this time I thought that was what apache was doing, but it's actually occurring after the mismatched server name warning is presented. The rewrite rule will still catch the request and redirect them to

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Mike Soultanian
Justin Pasher wrote: Actually, ignore everything I just said. All this time I thought that was what apache was doing, but it's actually occurring after the mismatched server name warning is presented. The rewrite rule will still catch the request and redirect them to https://www.csulb.edu,

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Justin Pasher
Justin Pasher wrote: Mike Soultanian wrote: Justin Pasher wrote: You can simplify this a bit by saying "redirect anything that is not going to www.csulb.edu". However, you'll have to put the rewrite directives inside the configuration for the SSL version of the site, as the .htaccess file

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Dan Poirier
On Mon, 29 Sep 2008 16:40:49 -0500, "Justin Pasher" <[EMAIL PROTECTED]> said: > > If you do it within the apache config, the server will send the 302 > redirect header before trying to exchange any SSL key related > information. Once they have been kicked over to > https://www.csulb.edu/, the norm

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Justin Pasher
Mike Soultanian wrote: Justin Pasher wrote: You can simplify this a bit by saying "redirect anything that is not going to www.csulb.edu". However, you'll have to put the rewrite directives inside the configuration for the SSL version of the site, as the .htaccess file is run after a connect

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Mike Soultanian
Justin Pasher wrote: You can simplify this a bit by saying "redirect anything that is not going to www.csulb.edu". However, you'll have to put the rewrite directives inside the configuration for the SSL version of the site, as the .htaccess file is run after a connection is established wi

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Justin Pasher
Mike Soultanian wrote: Our campus has an SSL certificate for www.csulb.edu. If you go to https://www.csulb.edu everything works peachy. Now, if you go to https://csulb.edu, you get an error. I talked to our server admin and he said it's because our certificate is registered to www.csulb.edu

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Mike Soultanian
Eric Covener wrote: On Mon, Sep 29, 2008 at 4:25 PM, Mike Soultanian <[EMAIL PROTECTED]> wrote: So, is it possible to set up a rewrite condition such that when someone tries to navigate to https://csulb.edu, it will automatically redirect the user to https://www.csulb.edu and avoid the certif

Re: [EMAIL PROTECTED] Question about SSL and Apache and a certificate error

2008-09-29 Thread Eric Covener
On Mon, Sep 29, 2008 at 4:25 PM, Mike Soultanian <[EMAIL PROTECTED]> wrote: > Our campus has an SSL certificate for www.csulb.edu. If you go to > https://www.csulb.edu everything works peachy. > > Now, if you go to https://csulb.edu, you get an error. I talked to our > server admin and he said it

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread Tom Evans
On Mon, 2008-09-29 at 07:04 -0700, [EMAIL PROTECTED] wrote: > This... > Alias /music "d:/my music" > > Order allow,deny > Allow from all > > ...Doesnt work. Does it have to be somehwere special in the config file? > stopped and restarted apache to refresh config file. > > furthermore the li

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread Eric Covener
On Mon, Sep 29, 2008 at 10:28 AM, <[EMAIL PROTECTED]> wrote: > Is there a way to get around the requirement of an index file being in > there? i.e. it links but access is forbidden because there is no index file. Hopefully the ErrorLog told you to set Options +Indexes to get a directory listing.

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread jg6789
Is there a way to get around the requirement of an index file being in there? i.e. it links but access is forbidden because there is no index file. - Original Message - From: "Eric Covener" <[EMAIL PROTECTED]> To: Sent: Monday, September 29, 2008 7:09 AM Subject: Re:

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread Diogo de Sousa Neves
esh config file. furthermore the link path upon clicking shows file:///D:/My Music rather than http://localhost/D:/My Music - Original Message - From: "Eric Covener" <[EMAIL PROTECTED]> To: Sent: Monday, September 29, 2008 4:29 AM Subject: Re: [EMAIL PROTECTED] Question

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread Eric Covener
On Mon, Sep 29, 2008 at 10:04 AM, <[EMAIL PROTECTED]> wrote: > This... > Alias /music "d:/my music" > > Order allow,deny > Allow from all > > ...Doesnt work. Does it have to be somehwere special in the config file? > stopped and restarted apache to refresh config file. > > furthermore the link

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread jg6789
ocalhost/D:/My Music - Original Message - From: "Eric Covener" <[EMAIL PROTECTED]> To: Sent: Monday, September 29, 2008 4:29 AM Subject: Re: [EMAIL PROTECTED] Question On Sun, Sep 28, 2008 at 8:41 PM, <[EMAIL PROTECTED]> wrote: [error] [client 127.0.0.1] (20

Re: [EMAIL PROTECTED] Question about virtual hosts

2008-09-29 Thread André Warnier
Jason Pruim wrote: Good morning everyone! I am attempting to setup an apache 2.2 server and I am getting a "forbidden You do not have permission to access / on this server" error. This is the first time I have setup apache by hand (Always had some form of a control panel) and I'm wondering i

Re: [EMAIL PROTECTED] Question about virtual hosts

2008-09-29 Thread Eric Covener
> >DocumentRoot /home/jason.pruim/pruimphotography.info > common > Copy the container for your original document root to allow Apache to serve files from somewhere else. -- Eric Covener [EMAIL PROTECTED] - The offic

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread Peter J Milanese
- Original Message - From: "Eric Covener" [EMAIL PROTECTED] Sent: 09/29/2008 07:29 AM AST To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Question On Sun, Sep 28, 2008 at 8:41 PM, <[EMAIL PROTECTED]> wrote: > [error] [client 127.0.0.1] (20023)The given

Re: [EMAIL PROTECTED] Question

2008-09-29 Thread Eric Covener
On Sun, Sep 28, 2008 at 8:41 PM, <[EMAIL PROTECTED]> wrote: > [error] [client 127.0.0.1] (20023)The given path was above the root path: > Cannot map GET /D:/My%20Videos HTTP/1.1 to file, referer: http://localhost/ > > I read all Alias Instructions in manual. not clear to me. > > How do I add an al

Re: [EMAIL PROTECTED] Question

2008-09-28 Thread jg6789
trying to do: in the index.html file in C:/xampp/htdocs...I am trying to hyperlink like this Music - Original Message - From: "Eric Covener" <[EMAIL PROTECTED]> To: Sent: Sunday, September 28, 2008 4:51 PM Subject: Re: [EMAIL PROTECTED] Question On Sun, Sep 28,

Re: [EMAIL PROTECTED] Question

2008-09-28 Thread Eric Covener
On Sun, Sep 28, 2008 at 7:27 PM, <[EMAIL PROTECTED]> wrote: > Current: default configuration > > status: index.html file in C:/xampp/htdocs. trying to hyperlink to another > drive on the local machine.(D:)or (D:/My Music) wont work. What does your error log say? Did you add an Alias for those di

Re: [EMAIL PROTECTED] Question

2008-08-09 Thread Sander Temme
On Aug 9, 2008, at 9:51 AM, Greg Creamean wrote: How can I fix this problem? Open the file as Admin? S. -- Sander Temme [EMAIL PROTECTED] PGP FP: 51B4 8727 466A 0BC3 69F4 B7B8 B2BE BC40 1529 24AF smime.p7s Description: S/MIME cryptographic signature

Re: [EMAIL PROTECTED] Question about the connector Apache x Tomcat

2008-07-21 Thread Davide Bianchi
Tan, Liao wrote: /usr/local/apache2/etc/extra/bobj_apache_tomcat.conf: Cannot load /usr/local/apache2/lib/modules/mod_jk.sl into server: Unresolved external /usr/local/apache2/bin >> You are missing some libraries and/or the connector is compiled with the wrong path for such libraries. If you

Re: [EMAIL PROTECTED] Question about the connector Apache x Tomcat

2008-07-21 Thread Serge Dubrouski
Looks like your team didn't install mod_jk. On Mon, Jul 21, 2008 at 2:33 PM, Tan, Liao <[EMAIL PROTECTED]> wrote: > (I´m posting here too, once that I dont know which would be the proper group) > > Hi, All: > My team has installed Apache 2.x and configured the connector with Tomcat > 4.1.x and w

Re: [EMAIL PROTECTED] question on port number from client to host

2008-07-18 Thread Mike Friedman
That's how it works. Outgoing HTTP requests bind to a random unused, unprivileged port on the client machine and connect to port 80 on your server. A different outgoing port will be used on subsequent requests. Mike On Thu, Jul 17, 2008 at 9:24 PM, RCKV <[EMAIL PROTECTED]> wrote: > hello > > I

RE: [EMAIL PROTECTED] Question about mod_ssl patch for Apache 2.0.46

2008-06-23 Thread Tan, Liao
expert in apache, so please your guidance. Thanks, Ingrid -Original Message- From: Eric Covener [mailto:[EMAIL PROTECTED] Sent: Sunday, June 22, 2008 6:31 PM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Question about mod_ssl patch for Apache 2.0.46 On Thu, Jun 19, 2008

Re: [EMAIL PROTECTED] Question about mod_ssl patch for Apache 2.0.46

2008-06-22 Thread Eric Covener
On Thu, Jun 19, 2008 at 4:41 PM, Tan, Liao <[EMAIL PROTECTED]> wrote: > Guys: > 1)I want to know if there´s mod_ssl patch for Apache 2.0.x. I saw in > modssl.org, and strangely the latest version has the date of 2007, and is for > Apache 1.3. > 2)I already have my apache installed, that´s why I

RE: [EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread Tan, Liao
have all certificates and their directives configured. Thanks for your attention. Ingrid -Original Message- From: Tan, Liao [CMB-IT] Sent: Wednesday, June 18, 2008 12:07 PM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] Question about mod_ssl & mod_jk Hah, unfortunately

RE: [EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread Tan, Liao
- > From: André Warnier [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 18, 2008 10:39 AM > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] Question about mod_ssl & mod_jk > > > Hi. > > Your configuration snippets below look like Apache 1.x, but yo

Re: [EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread André Warnier
s Intelligence, Database & Support Services Tel. +55-11-3741-6274 Fax. +55-11-3741-6285 Email: [EMAIL PROTECTED] -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2008 10:39 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Quest

Re: [EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread André Warnier
m: André Warnier [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2008 10:39 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Question about mod_ssl & mod_jk Hi. Your configuration snippets below look like Apache 1.x, but you mention that you are using 2.x. How come ? André

RE: [EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread Tan, Liao
ness Intelligence, Database & Support Services Tel. +55-11-3741-6274 Fax. +55-11-3741-6285 Email: [EMAIL PROTECTED] -Original Message- From: André Warnier [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 18, 2008 10:39 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Questi

Re: [EMAIL PROTECTED] Question about mod_ssl & mod_jk

2008-06-18 Thread André Warnier
Hi. Your configuration snippets below look like Apache 1.x, but you mention that you are using 2.x. How come ? André Tan, Liao wrote: Hello, experts: My apache installed is has only the mod_jk.sl in the "libexec/" directory. I want to know what I need to do in order to to configure my

Re: [EMAIL PROTECTED] Question about internal dumy connections in httpd-2.28

2008-05-21 Thread Joshua Slive
On Wed, May 21, 2008 at 7:37 AM, Ali Nebi <[EMAIL PROTECTED]> wrote: > Hi, > > i want to ask about internal dummy connections in apache 2.2.8. I see in > the logs records like this: > > ::1 - - [21/May/2008:13:22:39 +0200] "OPTIONS * HTTP/1.0" 200 - "-" > "Apache/2.2.8 (EL) (internal dummy connecti

Re: [EMAIL PROTECTED] question

2008-05-18 Thread Eric Covener
On Sun, May 18, 2008 at 9:36 AM, Sergey Pustovit <[EMAIL PROTECTED]> wrote: > Hi all, > Just a basic question. Where and how do I change the host name? See ServerName http://httpd.apache.org/docs/2.2/mod/core.html#servername and UseCanonicalName http://httpd.apache.org/docs/2.2/mod/core.html#useca

Re: [EMAIL PROTECTED] question

2008-05-17 Thread Sergey Pustovit
Thanx guys I think it works now. Sergey Pustovit [EMAIL PROTECTED] On May 17, 2008, at 10:53 AM, "Craig Huffstetler" <[EMAIL PROTECTED] > wrote: Also make sure, if you are behind a firewall/router to open up port 80 on the IP address of the local computer so you can view the web site on a

Re: [EMAIL PROTECTED] question

2008-05-17 Thread Craig Huffstetler
Also make sure, if you are behind a firewall/router to open up port 80 on the IP address of the local computer so you can view the web site on any computer outside of your local network. Sincerely, Craig Huffstetler On Sat, May 17, 2008 at 10:46 AM, steve <[EMAIL PROTECTED]> wrote: > -BEGIN

Re: [EMAIL PROTECTED] question

2008-05-17 Thread steve
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Sergey Pustovit wrote: | Joshua Slive, | Thank a lot for the help. I think it worked. Now I trying to figuring | out how to open up or observe the website. What address do I use? localhost from your computer, or use the IP of the computer running apa

Re: [EMAIL PROTECTED] question

2008-05-17 Thread Sergey Pustovit
Joshua Slive, Thank a lot for the help. I think it worked. Now I trying to figuring out how to open up or observe the website. What address do I use? thanx On May 17, 2008, at 6:04 AM, Joshua Slive wrote: On Fri, May 16, 2008 at 11:36 PM, Sergey Pustovit <[EMAIL PROTECTED]> wrote: Hello, I

RE: [EMAIL PROTECTED] question

2008-05-17 Thread M. Scholten
Do you have any program running that could possibly be using port 80? If so, disable that program (or atleast change the port the program uses) Regards, mschol -Original Message- From: Sergey Pustovit [mailto:[EMAIL PROTECTED] Sent: zaterdag 17 mei 2008 5:37 To: users@httpd.apache.org S

Re: [EMAIL PROTECTED] question

2008-05-17 Thread Joshua Slive
On Fri, May 16, 2008 at 11:36 PM, Sergey Pustovit <[EMAIL PROTECTED]> wrote: > Hello, > I am new to the Apache. I am trying to learn how to build the my own > website. I installed the Apache and having problem staring it. The responce > that I get is: > "sergey-pustovits-macbook:Desktop sergeypust

Re: [EMAIL PROTECTED] question on log time entry in the Apache access log

2008-04-29 Thread Joshua Slive
On Tue, Apr 29, 2008 at 7:07 AM, Arnab Ganguly <[EMAIL PROTECTED]> wrote: > Hi All, > My query is , in apache access_log we get the entry of > > " 127.0.0.1 - frank [10/Oct/2000:13:55:36 -0700] "GET /apache_pb.gif > HTTP/1.0" 200 2326" > > What the log document says is "10/Oct/2000:13:55:36" is th

Re: [EMAIL PROTECTED] Question regarding server-status

2008-04-23 Thread Rich Bowen
When we enable mod_status and point our browser to http://server-name:port/server-status?notable a tableless format of server status details will be displayed. In that after the scoreboard the server details are displayed in a specific format. Is this format configurable? Can we change the w

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-07 Thread lihao0129
On Mon, Apr 7, 2008 at 10:54 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Mon, Apr 7, 2008 at 10:51 AM, <[EMAIL PROTECTED]> wrote: > > > Outside the VirtualHost container in my httpd.conf, I have tried: > > > > RewriteOptions inherit > > RewriteRule command rules.. > > You use Rewri

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread lihao0129
On Mon, Apr 7, 2008 at 10:47 AM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Mon, Apr 7, 2008 at 10:36 AM, <[EMAIL PROTECTED]> wrote: > > Hi, Eric: > > > > Thank you very much for your response. I've set > > > > RewriteLogLevel 4 > > RewriteLog "/var/log/www/rewrite.log" > > > > and fou

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-07 Thread Eric Covener
On Mon, Apr 7, 2008 at 10:51 AM, <[EMAIL PROTECTED]> wrote: > Outside the VirtualHost container in my httpd.conf, I have tried: > > RewriteOptions inherit > RewriteRule command rules.. You use RewriteOptions inherit in the scope you want to inherit "to" not "from". "This forces the c

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-07 Thread lihao0129
On Sun, Apr 6, 2008 at 12:17 PM, Eric Covener <[EMAIL PROTECTED]> wrote: > On Sat, Apr 5, 2008 at 9:09 PM, <[EMAIL PROTECTED]> wrote: > > From the Apache mod_rewrite documentation, the RewriteMap should be > > working under both server config and virtual host. I have the > > following RewriteMap

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread Eric Covener
On Mon, Apr 7, 2008 at 10:36 AM, <[EMAIL PROTECTED]> wrote: > Hi, Eric: > > Thank you very much for your response. I've set > > RewriteLogLevel 4 > RewriteLog "/var/log/www/rewrite.log" > > and found that Apache did not check ProxyPass rules at all. If I added: > > RewriteRule ^/pics

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-07 Thread lihao0129
Hi, Eric: Thank you very much for your response. I've set RewriteLogLevel 4 RewriteLog "/var/log/www/rewrite.log" and found that Apache did not check ProxyPass rules at all. If I added: RewriteRule ^/pics/(.*\.jpg)$http://192.168.53.93/pics/$1 [P,L] This worked as expected, b

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-06 Thread Paul Heath
discovered it was that i should have been running php5apache2_2.dll not php5apache2.dll.many thanks On 4/6/08, Eric Covener <[EMAIL PROTECTED]> wrote: > > On Sat, Apr 5, 2008 at 8:54 PM, <[EMAIL PROTECTED]> wrote: > > Hi, folks: > > The above configuration did not work, I get 403 error by

Re: [EMAIL PROTECTED] Question: ProxyPass not working??

2008-04-06 Thread Eric Covener
On Sat, Apr 5, 2008 at 8:54 PM, <[EMAIL PROTECTED]> wrote: > Hi, folks: > The above configuration did not work, I get 403 error by visiting > "http://example.com/images/pic.jpg";, but I can access > http://imgserver.com/images/pic.jpg from web browser without problem. > [firewall enabled aroun

Re: [EMAIL PROTECTED] Question: RewriteMap and context

2008-04-06 Thread Eric Covener
On Sat, Apr 5, 2008 at 9:09 PM, <[EMAIL PROTECTED]> wrote: > From the Apache mod_rewrite documentation, the RewriteMap should be > working under both server config and virtual host. I have the > following RewriteMap rules: > > RewriteMap images txt:/path/to/img.map > RewriteRule ^/images

RE: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Heer, Joost de
>Is there a way to dump to screen the apache "environment stuff" to what exactly apache sees? I looked at the man pages for apache2 and apache2ctl searching for 'environment' ... no matches. There is a printenv CGI script which is usually installed by default but not activated by default. Put it

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Richard Geddes
... to see what exactly apache sees? Richard Geddes wrote: > U, > > Thanks... restarting or reloading seemed to apply the changes made to > /etc/group file. > > Is there a way to dump to screen the apache "environment stuff" to > what exactly apache sees? I looked at the man pages for apache2 an

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Richard Geddes
U, Thanks... restarting or reloading seemed to apply the changes made to /etc/group file. Is there a way to dump to screen the apache "environment stuff" to what exactly apache sees? I looked at the man pages for apache2 and apache2ctl searching for 'environment' ... no matches. R Udo Rader w

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Richard Geddes
adding the www-data user to the rgeddes group? > > > > My apologies if I am misunderstanding your question. > > > > > > *From:* Richard Geddes [mailto:[EMAIL PROTECTED] > *Sent:* Tuesday

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Udo Rader
On Tue, 2008-02-26 at 11:08 -0500, Richard Geddes wrote: > Thanks for the response. > > I set up a directory under the main DocumentRoot called test > > drwxr-xr-x 2 rgeddes rgeddes 80 2008-02-18 15:18 test > > and it appeared in a directory listing in the webpage of my main > DocumentRoot.

RE: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Adam Martin
derstanding your question. From: Richard Geddes [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 26, 2008 10:08 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Question on permissions Thanks for the response. I set up a directory under the main DocumentRoot called te

Re: [EMAIL PROTECTED] Question on permissions

2008-02-26 Thread Richard Geddes
Thanks for the response. I set up a directory under the main DocumentRoot called test drwxr-xr-x 2 rgeddes rgeddes 80 2008-02-18 15:18 test and it appeared in a directory listing in the webpage of my main DocumentRoot. Changed permissions as follows: drwxr-x--- 2 rgeddes rgeddes 80 2008-02-

Re: [EMAIL PROTECTED] Question on permissions

2008-02-25 Thread Joshua Slive
On Mon, Feb 25, 2008 at 12:59 AM, Richard Geddes <[EMAIL PROTECTED]> wrote: > Hello, > > I'm using apache 2.2 on Ubuntu 7.10 setting up name-based virtual > hosting . The apache servers servicing requests run as www-data. > > The idea is to allow users to make their own websites under their hom

Re: [EMAIL PROTECTED] Question about virtual hosts and wildcards

2008-01-16 Thread Christian Folini
On Wed, Jan 16, 2008 at 11:11:22AM -0500, Jamie Randell wrote: > Yes, I've read the docs. They say, "The wildcard characters * and ? can be > used to match names", but as the examples I've seen only use the wildcards > to match subdomains, I had doubts as to whether they'll work in the domain > pl

Re: [EMAIL PROTECTED] Question about virtual hosts and wildcards

2008-01-16 Thread Jamie Randell
Yes, I've read the docs. They say, "The wildcard characters * and ? can be used to match names", but as the examples I've seen only use the wildcards to match subdomains, I had doubts as to whether they'll work in the domain place. Guess I'll have to try it and see. On Jan 16, 2008 10:30 AM, Chr

Re: [EMAIL PROTECTED] Question about virtual hosts and wildcards

2008-01-16 Thread Christian Folini
Hi Jamie, I think your question is covered in the online documentation: http://httpd.apache.org/docs/2.0/vhosts/name-based.html On Wed, Jan 16, 2008 at 10:13:56AM -0500, Jamie Randell wrote: > It's kind of a production environment, so I don't really have the leisure to > experiment and try it out

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-17 Thread Joshua Slive
On Dec 16, 2007 10:48 PM, Bryan Richardson <[EMAIL PROTECTED]> wrote: > Once again, Joshua, thanks for your help. What are your feelings on > Rewrites vs. Redirects? How would I use a Redirect (or RedirectMatch) in > this situation? I tried doing a RedirectMatch with a similar regexp to what > I

Re: [EMAIL PROTECTED] Question about installing apache 2.0.59 on solaris 10

2007-12-16 Thread pdt_p
Hi... yes i am able to compile without root permission. Iam running on port >1024 and seems like so far it's working fine. thank you very much for your help. regards, pdt Dragon-4 wrote: > > pdt_p wrote: > >>Hi... >> >>Thank you for answering my question. >>The reason why i am not compile

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
Once again, Joshua, thanks for your help. What are your feelings on Rewrites vs. Redirects? How would I use a Redirect (or RedirectMatch) in this situation? I tried doing a RedirectMatch with a similar regexp to what I used with RewriteMatch, but it wouldn't work. Thanks! -- BTR On Dec 16, 200

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Joshua Slive
On Dec 16, 2007 10:06 PM, Bryan Richardson <[EMAIL PROTECTED]> wrote: > > This of course requires a login. Now, the situation I'm coming across is > I'm getting two requests for login; one at http://localhost and the other at > https://localhost. So, it looks to me like the authorization request

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
Joshua, Thanks again for responding. I've decided to use AuthDigest because of the reasons you mentioned below. However, while messing around some with .htaccess files, I've come across the following situation that I can't seem to figure out how to fix. So I have the trac/ directory, which is t

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Joshua Slive
On Dec 16, 2007 1:06 PM, Bryan Richardson <[EMAIL PROTECTED]> wrote: > Joshua, > > Thanks for responding. I had planned on looking into AuthDigest anyway, so > I'll go ahead and do that. If I end up using AuthDigest, would it then make > sense to only use SSL when actually logging in? > No, dige

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Bryan Richardson
Joshua, Thanks for responding. I had planned on looking into AuthDigest anyway, so I'll go ahead and do that. If I end up using AuthDigest, would it then make sense to only use SSL when actually logging in? Also, just for sake of knowledge, how should I go about adding a Rewrite to my SSL host

Re: [EMAIL PROTECTED] Question about Apache SSL and Rewrites

2007-12-16 Thread Joshua Slive
On Dec 16, 2007 12:17 PM, Bryan Richardson <[EMAIL PROTECTED]> wrote: > Hello all, > > I've set up a Trac site on my server, and I'm trying to configure it such > that when a user attempts to login, SSL is used. I *think* I've configured > my rewrites correctly (see below), but after the login occ

Re: [EMAIL PROTECTED] Question about installing apache 2.0.59 on solaris 10

2007-12-14 Thread Dragon
pdt_p wrote: Hi... Thank you for answering my question. The reason why i am not compile by my self because i don't have permission to install any application. basically i don't have permission to any root, usr and etc. I only have access to my home account. If I download the source, In my case

Re: [EMAIL PROTECTED] Question about installing apache 2.0.59 on solaris 10

2007-12-14 Thread pdt_p
Hi... Thank you for answering my question. The reason why i am not compile by my self because i don't have permission to install any application. basically i don't have permission to any root, usr and etc. I only have access to my home account. If I download the source, In my case above, is there

Re: [EMAIL PROTECTED] Question about installing apache 2.0.59 on solaris 10

2007-12-14 Thread Dragon
pdt_p wrote: Hi... I download binary distribution for Apache HTTP server version 2.0.55. i download it from : http://apache.wildit.net.au/httpd/binaries/solaris/ in the readme.bindist and install.bindist file, it say that i have to run install-bindist.sh in this case my path for apahce is /hom

Re: [EMAIL PROTECTED] Question about installing apache 2.0.59 on solaris 10

2007-12-14 Thread Joshua Slive
On Dec 14, 2007 1:34 AM, pdt_p <[EMAIL PROTECTED]> wrote: > > Hi... > > I download binary distribution for Apache HTTP server version 2.0.55. > i download it from : http://apache.wildit.net.au/httpd/binaries/solaris/ > in the readme.bindist and install.bindist file, it say that i have to run > inst

Re: [EMAIL PROTECTED] Question about Apache Web Server

2007-12-06 Thread Sander Temme
On Dec 6, 2007, at 10:13 PM, pdt_p wrote: any idea how do i do this? what sort of module that i need to have? Use Apache 2.2 and mod_proxy, especially mod_proxy_balancer and mod_proxy_html or mod_proxy_ajp (depending on which protocol you want to use between httpd and JBoss). See the do

RE: [EMAIL PROTECTED] Question about strange problem when using graceful

2007-11-12 Thread Boyle Owen
> -Original Message- > From: Ali Nebi [mailto:[EMAIL PROTECTED] > Sent: Monday, November 12, 2007 1:15 PM > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Question about strange problem when > using graceful > > Hi, > > i have a problem, i don't know if it is bug or not. Somet

Re: [EMAIL PROTECTED] Question about Authentication in sub-folders

2007-11-12 Thread Jean-Yves Avenard
On Nov 12, 2007 9:57 PM, Vincent Bray <[EMAIL PROTECTED]> wrote: > On 12/11/2007, Jean-Yves Avenard <[EMAIL PROTECTED]> wrote: > > However, now I would like to disable authentication for a sub-folder > > so anyone can see it. > > http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequi

Re: [EMAIL PROTECTED] Question about Authentication in sub-folders

2007-11-12 Thread Vincent Bray
On 12/11/2007, Jean-Yves Avenard <[EMAIL PROTECTED]> wrote: > However, now I would like to disable authentication for a sub-folder > so anyone can see it. http://wiki.apache.org/httpd/BypassAuthenticationOrAuthorizationRequirements http://httpd.apache.org/docs/2.2/mod/core.html#satisfy :-) -- n

RE: [EMAIL PROTECTED] Question about Authentication in sub-folders

2007-11-12 Thread Luis Moreira
>From the DOCS (you don't say what version you are running). Does this help ? Removing controls in subdirectories The following example shows how to use the Satisfy directive to disable access controls in a subdirectory of a protected directory. This technique should be used with caution, because

Re: [EMAIL PROTECTED] Question about how apache handles file opening with logging

2007-10-11 Thread Joshua Slive
On 10/11/07, Joseph Marcelletti <[EMAIL PROTECTED]> wrote: > Thanks for the insight on that. I wasn't quite aware of that problem > but the simplest work around is having it logged to the users > directory, under a logs folder which is owned by root:root and not the > user.. This prevents the issue

Re: [EMAIL PROTECTED] Question about how apache handles file opening with logging

2007-10-11 Thread Joseph Marcelletti
Thanks for the insight on that. I wasn't quite aware of that problem but the simplest work around is having it logged to the users directory, under a logs folder which is owned by root:root and not the user.. This prevents the issue you spoke of. The thing I am faced with, is I need a way to provid

Re: [EMAIL PROTECTED] Question about how apache handles file opening with logging

2007-10-11 Thread Joshua Slive
On 10/10/07, Joseph Marcelletti <[EMAIL PROTECTED]> wrote: > I actually use a different log format then combinedio, but the point > is made. The question is, if I have say 50 virtual hosts with the same > format.. 1 customlog for a log in their home directory, and a > customlog that is IDENTICAL i

Re: [EMAIL PROTECTED] Question about proxy_ajp, sessions and paths...

2007-09-24 Thread Haim Ashkenazi
On 9/24/07, Sander Temme <[EMAIL PROTECTED]> wrote: > > On Sep 23, 2007, at 5:13 AM, Haim Ashkenazi wrote: > > > ProxyPass / ajp://localhost:8009/abc/ > > sessions are not kept in tomcat. every request is like a new one. > > > > Is this a normal behavior? Is there a workaround for that? > > Yes, be

Re: [EMAIL PROTECTED] Question on need to restart Apache after adding/modifying module

2007-09-23 Thread Pravin
> > apache just doed not have functionality of runtime re-configuration without > restarting. Some of the functionality can be done through mod_perl, and > surely most of the functionality can be done with addon module. > > However adding or removing of module usually causes reconfiguration of > co

Re: [EMAIL PROTECTED] Question about proxy_ajp, sessions and paths...

2007-09-23 Thread Sander Temme
On Sep 23, 2007, at 5:13 AM, Haim Ashkenazi wrote: ProxyPass / ajp://localhost:8009/abc/ sessions are not kept in tomcat. every request is like a new one. Is this a normal behavior? Is there a workaround for that? Yes, because Tomcat will set a JSESSIONID cookie for path /abc, and the brow

Re: [EMAIL PROTECTED] Question on need to restart Apache after adding/modifying module

2007-09-21 Thread Matus UHLAR - fantomas
> > * it's not terribly safe to modify the configuration structures created > > by httpd, they really are applied in a serial manner, not as some state > > machine the config state. Most platforms couldn't unlink a module and > > replace it with the same (new build) of a module even

Re: [EMAIL PROTECTED] Question on need to restart Apache after adding/modifying module

2007-09-18 Thread Pravin
> * it's not terribly safe to modify the configuration structures created > by httpd, they really are applied in a serial manner, not as some state > machine the config state. Most platforms couldn't unlink a module and > replace it with the same (new build) of a module even if you t

Re: [EMAIL PROTECTED] Question on need to restart Apache after adding/modifying module

2007-09-18 Thread William A. Rowe, Jr.
Pravin wrote: > > If this is the way Apache implements its plug-in architecture then > why do we need to restart Apache when we add new module > or update existing module ? Three reasons; * fork() lets us create, say, 25 or 500 children, each identical, each with a copy-on-write pointer to

Re: [EMAIL PROTECTED] Question regarding mod_deflate and CGI output

2007-08-27 Thread Karl Denninger
Joshua Slive wrote: On 8/27/07, Karl Denninger <[EMAIL PROTECTED]> wrote: However, I have a site which is entirely built by a CGI program. That program returns a proper "Content-Type:" header; some content is text/html, some might be text/xml, some might be image/gif, some might be image/jp

Re: [EMAIL PROTECTED] Question regarding mod_deflate and CGI output

2007-08-27 Thread Karl Denninger
Attempted that its not obvious how to get the correct syntax to replace what I had there before (and is not in the examples) Any hints? Karl Denninger ([EMAIL PROTECTED]) http://www.denninger.net Joshua Slive wrote: On 8/27/07, Karl Denninger <[EMAIL PROTECTED]> wrote: However

Re: [EMAIL PROTECTED] Question regarding mod_deflate and CGI output

2007-08-27 Thread Joshua Slive
On 8/27/07, Karl Denninger <[EMAIL PROTECTED]> wrote: > However, I have a site which is entirely built by a CGI program. That > program returns a proper "Content-Type:" header; some content is > text/html, some might be text/xml, some might be image/gif, some might > be image/jpeg, etc. AddOutpu

Re: [EMAIL PROTECTED] Question of MSIE SSL KeepAlive?

2007-06-28 Thread Joshua Slive
On 6/27/07, Qingshan Xie <[EMAIL PROTECTED]> wrote: I still see the default configuration for Apache 2.0.59 HTTPS/SSL server setup, SetEnvIf User-Agent ".*MSIE.*" \ nokeepalive ssl-unclean-shutdown \ downgrade-1.0 force-response-1.0 Does MSIE still have the issue to use Apache

Re: [EMAIL PROTECTED] Question on KeepAlive

2007-06-06 Thread Joshua Slive
On 6/6/07, Qingshan Xie <[EMAIL PROTECTED]> wrote: Thanks Joshua for your quick reply and help! One more quick question on KeepAlive, Can KeepAlive work on POST? Yes, persistent connections apply by default to all HTTP methods in HTTP/1.1. Joshua. -

  1   2   3   >