[users@httpd] Module notification of Apache Shutdown

2005-05-27 Thread Dan Baumbach
I'm working on a module for Apache 2 under Windows. My module is loading and working fine. There is some cleanup I'd like to do before Apache shuts down. Is there any hook or another way to get notification of Apache's pending shutdown so I can do some cleanup in the module? I tried adding

[users@httpd] How to dump the complete HTTP Proxy Request and Response to/from a backend server ?

2005-05-27 Thread Jignesh Badani
Re-submitting with a valid Subject line ! Jignesh Badani <[EMAIL PROTECTED]> 05/27/2005 03:12 PM Please respond to users@httpd.apache.org To users@httpd.apache.org cc Subject Re: [EMAIL PROTECTED] Need help with #if DEBUGGING in proxy_http.c Thanks Tejas for your response. It will de

Re: [users@httpd] Need help with #if DEBUGGING in proxy_http.c

2005-05-27 Thread Jignesh Badani
Thanks Tejas for your response. It will def help me in the future. But for now, even after I removed the #if debugging lines from the code (proxy_http.c) and re-compiled Apache, I still do not see the Response headers and body. Here is my other follow-up submission to Apache org, can you help

Re: [users@httpd] Can you beat my score?

2005-05-27 Thread Joshua Kugler
On Friday 27 May 2005 11:47, Joshua Slive wrote: > On 5/27/05, Laura Vance <[EMAIL PROTECTED]> wrote: > > S... Now we're going to be spammed? I suppose the membership of the > > list isn't controlled in any way, so I suppose it's surprising that this > > list isn't spammed 100 times every sing

Re: [users@httpd] Can you beat my score?

2005-05-27 Thread Joshua Slive
On 5/27/05, Laura Vance <[EMAIL PROTECTED]> wrote: > S... Now we're going to be spammed? I suppose the membership of the > list isn't controlled in any way, so I suppose it's surprising that this > list isn't spammed 100 times every single day. The list is spam-protected (but with a lenient s

Re: [users@httpd] Estrange Redirection

2005-05-27 Thread Fernando Remus Nagel
The real name is http://frnagel.homeip.net and I was accessing from inside! PS.: Inform me when you are going to access the page, for me activate the server! 2005/5/27, Boyle Owen <[EMAIL PROTECTED]>: > > -Original Message- > > From: Fernando Remus Nagel [mailto:[EMAIL PROTECTED] > > Sent

Re: [users@httpd] Can you beat my score?

2005-05-27 Thread Tim Burden
Jesus...somebody actually clicked the links? - Original Message - From: "Joshua Kugler" <[EMAIL PROTECTED]> To: Sent: Friday, May 27, 2005 3:26 PM Subject: Re: [EMAIL PROTECTED] Can you beat my score? > Err...besides the fact that they ask for your AOl, Yahoo, and Hotmail accounts > an

Re: [users@httpd] Can you beat my score?

2005-05-27 Thread Joshua Kugler
Err...besides the fact that they ask for your AOl, Yahoo, and Hotmail accounts and passwords...HUH Pretty slick Phishing attempt. j- k- On Friday 27 May 2005 10:03, Laura Vance wrote: > S... Now we're going to be spammed? I suppose the membership of the > list isn't controlled

Re: [users@httpd] Can you beat my score?

2005-05-27 Thread Laura Vance
S... Now we're going to be spammed? I suppose the membership of the list isn't controlled in any way, so I suppose it's surprising that this list isn't spammed 100 times every single day. ganesan wrote: Hey apache, Check out this cool Pool game I am playing. My highest score so far i

[users@httpd] Can you beat my score?

2005-05-27 Thread ganesan
Hey apache, Check out this cool Pool game I am playing.  My highest score so far is 11,543.  Play it and tell me what you score.  I bet you can't beat me ;) Email me your score if you can beat me lol. Download the free

Re: [users@httpd] access to user directories

2005-05-27 Thread Joshua Slive
On 5/27/05, John Canderan <[EMAIL PROTECTED]> wrote: > Here's "cut and paste" from the error_log file: > [Fri May 27 06:42:33 2005] [error] [client 66.92.146.208] (13)Permission > denied: access to /~canderan denied > > That's all I'm getting ! This indicates a unix permissions problem (as oppos

Re: [users@httpd] access to user directories

2005-05-27 Thread Trevor Lai
Thanks guys for your input, suggestions are still welcome. I've tried the trailing slash, but no luck. Can anyone confirm if this is a real bug? My current workaround is to create an index.html and have that forward to my index.php. This works but takes a fraction of a second longer than it really

RE: [users@httpd] access to user directories

2005-05-27 Thread John Canderan
Yes, I actually have tried that also, having remembered a problem similar to this a few years ago. But, it doesn't work ! -Original Message- From: Davide Bianchi [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 11:52 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] access

Re: [users@httpd] access to user directories

2005-05-27 Thread Davide Bianchi
John Canderan wrote: > Here's "cut and paste" from the error_log file: > [Fri May 27 06:42:33 2005] [error] [client 66.92.146.208] (13)Permission > denied: access to /~canderan denied Hummm... maybe is an idiotic thing but.. did you tried by requesting http:/~canderan/ (note the trailing sla

[users@httpd] Apache.conf: directoryindex causes index.php to get called twice

2005-05-27 Thread Trevor Lai
I have seen this on both Apach 1.3 and 2.0.5 I have an index.php script that is being run twice on each page request. (I know this because on each page request it is writing twice to my mysql database) I have determined that the "index.php" for the "directoryindex" in httpd.conf causes this. If "i

RE: [users@httpd] access to user directories

2005-05-27 Thread John Canderan
I'm editing "httpd.conf", and restarting after every change. Also, there is no other mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 7:04 AM To: users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] access to user directories > I also do have the follows: > >AllowOverride FileInfo

RE: [users@httpd] access to user directories

2005-05-27 Thread John Canderan
Here's "cut and paste" from the error_log file: [Fri May 27 06:42:33 2005] [error] [client 66.92.146.208] (13)Permission denied: access to /~canderan denied That's all I'm getting ! -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 6:59 AM To: user

RE: [users@httpd] .htaccess help

2005-05-27 Thread Noel Stratton
I am trying avoid double authentication. I want password protect my files. PHP is not a problem. However, there will be sensitive pdf files in the directory that I do not want someone to peek at. I have made the directory unbrowsable, but if someone new the hyperlink they could still see the pdf

RE: [users@httpd] .htaccess help

2005-05-27 Thread Craig Dunigan
I'm a bit confused about what you want to do. I gather that you want to password protect a directory, but do you want Apache to issue an HTTP Basic authentication challenge (the little password box that your browser displays, separate from the web page), or to redirect to a PHP page that will d

Re: [users@httpd] gz files served through apache

2005-05-27 Thread Aman Raheja
By any chance do you have mod_deflate enabled? http://httpd.apache.org/docs-2.1/mod/mod_deflate.html#enable HTH Aman Raheja [EMAIL PROTECTED] wrote: Hi, I have apache (2.0.46) running on windows, with a CGI perl script that serves up files based on a posted parameter. This works perfectly fo

RE: [users@httpd] gz files served through apache

2005-05-27 Thread Leigh . Grealis
Owen, Yes, got your reply - thanks very much, will try out your suggestion. It was my first posting to the mailgroup, and made a bit of a hash of it by sending it twice :o( Thanks again Leigh -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: 27 May 2005 14:23 To: u

RE: [users@httpd] gz files served through apache

2005-05-27 Thread Boyle Owen
You didn't see my previous post? Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Freitag, 27. Mai 2005 12:41 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] gz

Re: [users@httpd] Selective authentication

2005-05-27 Thread Joshua Slive
On 5/27/05, Emmanuel Franquemagne <[EMAIL PROTECTED]> wrote: > Hello, > I use an apache web server, and I'd like to do the following on a > subtree (let's assume it's /testaccess for the website): > All users that come from a particular domain, no authentication is > asked, they are automatically a

Re: [users@httpd] Trouble with AuthType and Location: SOLVED

2005-05-27 Thread fRANz
On 5/27/05, Boyle Owen <[EMAIL PROTECTED]> wrote: > This *can* work - you need the "Satisfy" directive, see below: Hi Owen, with config: Order Deny,Allow Allow from all Satisfy Any now it works perfectly! Thank you very much. f -

[users@httpd] gz files served through apache

2005-05-27 Thread Leigh . Grealis
Hi, I have apache (2.0.46) running on windows, with a CGI perl script that serves up files based on a posted parameter. This works perfectly for all types of files, except *.gz files. Apache seems to be doing something on the server, maybe it's trying to uncompress it on the server side? Even

Re: [users@httpd] Wildcard DNS with Separate Subdomain Log Files

2005-05-27 Thread Jean-Christophe Montigny
Nonono You need a cron job that will run the command : cat access.log | /path/to/split-logfile it will create the logfiles to the directory where split-logfile is stored. You may want to edit the script a little so it outputs the logfiles to a given directory. You merely need to change the

Re: [users@httpd] Wildcard DNS with Separate Subdomain Log Files

2005-05-27 Thread Ben Fryer
Hi Jean Thank you great answer, just what I was looking for! One final question ;) can I just check how I should use split-logfile CustomLog "|/apache/split-logfile >> /path/to/user/logs/access_log" vhost Something like that? Thanks again Ben - Original Message - From: "Jean-Christ

RE: [users@httpd] gz files served through apache

2005-05-27 Thread Boyle Owen
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: Freitag, 27. Mai 2005 13:07 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] gz files served through apache > > > > Hi, > > I have apache (2.0.46) running on windows, with a CGI perl > script that

Re: [users@httpd] Wildcard DNS with Separate Subdomain Log Files

2005-05-27 Thread Jean-Christophe Montigny
Hello, Just add a new definition of log format possibly called "vhost" : copy the "combined" log format and add a %h at the beginning of the definition. %h stands for "virtual host name". Everything will be logged to the regular access.log except the log lines will look like : user1.mydomain

[users@httpd] Wildcard DNS with Separate Subdomain Log Files

2005-05-27 Thread Ben Fryer
Hi All We have apache configured using wildcard DNS *.mydomain.com The site has members who on sign up can instantly access their version of the site. user1.mydomain.com user2.mydomain.com ... We use a single VirtualHost definition that captures *.mydomain.com rewrites to a script that extr

[users@httpd] gz files served through apache

2005-05-27 Thread Leigh . Grealis
Hi, I have apache (2.0.46) running on windows, with a CGI perl script that serves up files based on a posted parameter. This works perfectly for all types of files, except *.gz files. Apache seems to be doing something on the server, maybe it's trying to uncompress it on the server side? Even

Re: [users@httpd] access to user directories

2005-05-27 Thread Davide Bianchi
> I also do have the follows: > >AllowOverride FileInfo AuthConfig Limit >Options MultiViews Indexes SymLinksIfOwnerMatch IncludesNoExec This doesn't seems correct. You have the "Indexes" option but you are getting "You don't have permission to access /~user/ ..." (if IIRC what you

RE: [users@httpd] access to user directories

2005-05-27 Thread Boyle Owen
> -Original Message- > From: John Canderan [mailto:[EMAIL PROTECTED] > Sent: Freitag, 27. Mai 2005 12:50 > To: users@httpd.apache.org > Subject: RE: [EMAIL PROTECTED] access to user directories > > > I've checked it quite a few times...it just says "access > denied", that's all

RE: [users@httpd] (24)Too many open files:

2005-05-27 Thread Boyle Owen
> -Original Message- > From: Spike Burkhardt [mailto:[EMAIL PROTECTED] > Sent: Donnerstag, 26. Mai 2005 18:44 > To: users@httpd.apache.org > Subject: Re: [EMAIL PROTECTED] (24)Too many open files: > > > Oliver, > > A total guess is that there are too many files open! lol. Beat me

RE: [users@httpd] access to user directories

2005-05-27 Thread John Canderan
I've checked it quite a few times...it just says "access denied", that's all ...nothing specific to go on ! -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Friday, May 27, 2005 6:41 AM To: users@httpd.apache.org Subject: RE: [EMAIL PROTECTED] access to

RE: [users@httpd] access to user directories

2005-05-27 Thread Boyle Owen
You must've missed the line in David's original response: > Check the error_log, there should be a clearer message. So what does it say? Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > -Original Message- > From: John Canderan [mailto:[EMAIL PROTEC

RE: [users@httpd] Insert HTTP HEADER

2005-05-27 Thread Boyle Owen
> -Original Message- > From: Jacob Miller [mailto:[EMAIL PROTECTED] > Sent: Freitag, 27. Mai 2005 05:50 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Insert HTTP HEADER > > > Is there a way to insert an HTTP HEADER when you ProxyPass and > ProxyPassReverse? For example, I'd l

RE: [users@httpd] Trouble with AuthType and Location

2005-05-27 Thread Boyle Owen
This *can* work - you need the "Satisfy" directive, see below: Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored. > -Original Message- > From: fRANz [mailto:[EMAIL PROTECTED] > Sent: Freitag, 27. Mai 2005 10:33 > To: users@httpd.apache.org > Subject: [EM

RE: [users@httpd] Estrange Redirection

2005-05-27 Thread Boyle Owen
> -Original Message- > From: Fernando Remus Nagel [mailto:[EMAIL PROTECTED] > Sent: Freitag, 27. Mai 2005 04:20 > To: users@httpd.apache.org > Subject: [EMAIL PROTECTED] Estrange Redirection > > > I'm requestin my page with it's own domain! You don' make it clear whether you're accessing

Re: [users@httpd] Trouble with AuthType and Location

2005-05-27 Thread fRANz
On 5/27/05, Davide Bianchi <[EMAIL PROTECTED]> wrote: > Unfortunately no. You need authentication to get / before getting > /Images/... so apache will always ask for authentication. Davide, thank you for your reply. As you can think, this config is used in a proxy server that redirect requests t

RE: [users@httpd] access to user directories

2005-05-27 Thread John Canderan
Davide, Thanks for your suggestions. However, I do have an index.html file in the public_html directory, and I'm quite sure that the permissions are set as they are supposed to be. I also do have the AllowOverride FileInfo AuthConfig Limit Options MultiViews Indexes SymL

[users@httpd] [users@httpd.apache.org] mod_deflate. Deflate encoding not work.

2005-05-27 Thread Solodkov Sergey
HI all, GZip compression work well but Deflate compression not work. I paste next line to apache config. "SetOutputFilter DEFLATE" As per docs compression should be enabled for all content and for all users-agents. Client send request GET / HTTP/1.1\r\n Host hostname \r\n

[users@httpd] Selective authentication

2005-05-27 Thread Emmanuel Franquemagne
Hello, I use an apache web server, and I'd like to do the following on a subtree (let's assume it's /testaccess for the website): All users that come from a particular domain, no authentication is asked, they are automatically allowed For the rest of the world, an authentication has to be asked

Re: [users@httpd] Trouble with AuthType and Location

2005-05-27 Thread Davide Bianchi
fRANz wrote: > I need to allow public access without authentication to a particular location: > /Images/MyDir/ > > but don't work. Can I resolv this? Unfortunately no. You need authentication to get / before getting /Images/... so apache will always ask for authentication. Davide -

[users@httpd] Trouble with AuthType and Location

2005-05-27 Thread fRANz
Hi. I've a vhost config like this: AuthType Basic AuthName "com staff only" AuthUserFile /etc/httpd/conf/passwords Require user stuff ProxyPass http://192.168.x.x/ I need to allow public access without authenticati