Re: [EMAIL PROTECTED] Logging question

2007-12-04 Thread Sameer Naik
Is it possible to log incoming connections that don't send any data? Don't think so... HTTP is an application that sits on top of TCP/IP. So the session is established at the TCP/IP layer and the server is ready to pipe any incoming data to apache. But, at this point, apache is unaware

Re: [EMAIL PROTECTED] Invalid URI in request

2007-12-04 Thread Arnab Ganguly
Hi Krushna, Thanks for the quick update.It comes in my error_log.I am using Apache 2.2Worker in Red-hat 3. Regards -A On Dec 4, 2007 6:04 PM, Rath, Krushna [EMAIL PROTECTED] wrote: Can u provide bit more info…..where r u getting Invalid URI in request.?in ethereal? Can u provide the trace

[EMAIL PROTECTED] Invalid URI in request

2007-12-04 Thread Arnab Ganguly
Hi All, I am getting lot of Invalid URI in request.How to resolve this.I have checked the DocumentRoot and Directory they are all pointing to same path. Any help would be highly appreciated. Thanks and regards -A

Re: [EMAIL PROTECTED] Invalid URI in request

2007-12-04 Thread Eric Covener
On Dec 4, 2007 7:36 AM, Arnab Ganguly [EMAIL PROTECTED] wrote: Hi Krushna, Thanks for the quick update.It comes in my error_log.I am using Apache 2.2 Worker in Red-hat 3. Regards Please drop [EMAIL PROTECTED] from the recipient list. -- Eric Covener [EMAIL PROTECTED]

Re: [EMAIL PROTECTED] Invalid URI in request

2007-12-04 Thread Arnab Ganguly
Just checked the error and access log, I am getting a request without any POST or GET which is reported as Invalid URI in the error.Any thoughts on this.Looking forward for response. Thanks -A On Dec 4, 2007 6:04 PM, Rath, Krushna [EMAIL PROTECTED] wrote: Can u provide bit more info…..where r

RE: [EMAIL PROTECTED] Invalid URI in request

2007-12-04 Thread Lokesh K B Reddy
Hi , Looking like Apache configuration is having problem , URL wrongly defined . Publish Apache configuration .. LOk From: Arnab Ganguly [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 8:35 AM To: Rath, Krushna;

RE: [EMAIL PROTECTED] Invalid URI in request

2007-12-04 Thread Boyle Owen
-Original Message- From: Arnab Ganguly [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 2:35 PM To: Rath, Krushna; users@httpd.apache.org Subject: Re: [EMAIL PROTECTED] Invalid URI in request Just checked the error and access log, I am getting a request without any

Re: [EMAIL PROTECTED] Invalid URI in request

2007-12-04 Thread Krist van Besien
On Dec 4, 2007 2:34 PM, Arnab Ganguly [EMAIL PROTECTED] wrote: Just checked the error and access log, I am getting a request without any POST or GET which is reported as Invalid URI in the error.Any thoughts on this.Looking forward for response. Please show us actual lines from your error and

RE: [EMAIL PROTECTED] Invalid URI in request

2007-12-04 Thread Rath, Krushna
U might be sending any unsupported request like PUT which is not supported in apache 2.0.x. Can you please provide the cut paste of the exact error log? ~Krushna -Original Message- From: Boyle Owen [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 04, 2007 7:22 PM To:

Re: [EMAIL PROTECTED] Invalid URI in request

2007-12-04 Thread Arnab Ganguly
In the access log I got was 68.197.41.131 - - [04/Dec/2007:02:24:46 -0500] /test-bin/test-module HTTP/1.0 400 226 and the error log I got is [error] [client 68.197.41.131] Invalid URI in request /test-bin/test-module HTTP/1.0 Thanks -A On Dec 4, 2007 7:21 PM, Boyle Owen [EMAIL PROTECTED] wrote:

[EMAIL PROTECTED] Case insensitive authentication?

2007-12-04 Thread Martin Strand
I'd like to use basic authentication with case insensitive usernames. Is this possible? I guess it ought to work with mod_authn_dbd, but I'd prefer not to use an SQL db. Martin - The official User-To-User support forum of

[EMAIL PROTECTED] ProxyPass with http 302 redirect

2007-12-04 Thread [EMAIL PROTECTED]
Hi, I'm trying to setup ProxyPass with mod_proxy_balancer and something weird is happening. It seems when the backend server responses with an http 302 redirect, it tries to redirect me to the backend URL instead of the apache URL. For example, When I do a post to

Re: [EMAIL PROTECTED] ProxyPass with http 302 redirect

2007-12-04 Thread Jim Jagielski
On Tue, Dec 04, 2007 at 12:47:42PM -0800, [EMAIL PROTECTED] wrote: Hi, I'm trying to setup ProxyPass with mod_proxy_balancer and something weird is happening. It seems when the backend server responses with an http 302 redirect, it tries to redirect me to the backend URL instead of the

[EMAIL PROTECTED] mod_deflate

2007-12-04 Thread Chris Arnold
I am using apache2 2.2.3 and trying to get mod_deflate working. I have this in my default-server.conf file: DocumentRoot /srv/www/htdocs # # Configure the DocumentRoot # Directory /srv/www/htdocs # Insert filter SetOutputFilter DEFLATE # Netscape 4.x has some problems... BrowserMatch

Re: [EMAIL PROTECTED] mod_deflate

2007-12-04 Thread Chris Arnold
Chris Arnold wrote: I am using apache2 2.2.3 and trying to get mod_deflate working. I have this in my default-server.conf file: DocumentRoot /srv/www/htdocs # # Configure the DocumentRoot # Directory /srv/www/htdocs # Insert filter SetOutputFilter DEFLATE # Netscape 4.x has some

[EMAIL PROTECTED] Problems with accessing linked NFS directories.

2007-12-04 Thread fchan
Hi, I'm having problems with trying to link a directory to an NFS mount to htdocs directory. I get a Forbidden: You don't have permission to access /calendar/ on this server. The file is a in /usr/local/apache/htdocs and here is the ls -l of the link: lrwxrwxrwx 1 rootroot 27

Re: [EMAIL PROTECTED] Problems with accessing linked NFS directories.

2007-12-04 Thread Joshua Slive
On Dec 4, 2007 6:50 PM, fchan [EMAIL PROTECTED] wrote: Hi, I'm having problems with trying to link a directory to an NFS mount to htdocs directory. I get a Forbidden: You don't have permission to access /calendar/ on this server. The file is a in /usr/local/apache/htdocs and here is the ls -l

Re: [EMAIL PROTECTED] Problems with accessing linked NFS directories.

2007-12-04 Thread William A. Rowe, Jr.
fchan wrote: Hi, I'm having problems with trying to link a directory to an NFS mount to htdocs directory. I get a Forbidden: You don't have permission to access /calendar/ on this server. The file is a in /usr/local/apache/htdocs and here is the ls -l of the link: lrwxrwxrwx 1 rootroot

Re: [EMAIL PROTECTED] Problems with accessing linked NFS directories.

2007-12-04 Thread fchan
Hi, Here is what I get on my error_log: [Tue Dec 04 15:32:06 2007] [error] [client 209.172.112.207] Symbolic link not allowed or link target not accessible: /usr/local/apache/htdocs/calendar [Tue Dec 04 15:32:09 2007] [error] [client 209.172.112.207] Symbolic link not allowed or link target

Re: [EMAIL PROTECTED] Problems with accessing linked NFS directories.

2007-12-04 Thread Joshua Slive
On Dec 4, 2007 9:28 PM, fchan [EMAIL PROTECTED] wrote: Hi, Here is what I get on my error_log: [Tue Dec 04 15:32:06 2007] [error] [client 209.172.112.207] Symbolic link not allowed or link target not accessible: /usr/local/apache/htdocs/calendar [Tue Dec 04 15:32:09 2007] [error] [client

[EMAIL PROTECTED] How to rerwite with /? URL!

2007-12-04 Thread goommy
hii,list! How to write the rewrite if the URL has ? ? The URL like http://domain/none.html?p1=abc , I want to rewrite to http://domain/index?p2=abc ! Can i achieve with RewriteRule ? This is the rule that i write in VirtualHost ,but without success! RewriteRule ^/none.html\?p1=(.+)$

Re: [EMAIL PROTECTED] How to rerwite with /? URL!

2007-12-04 Thread Joshua Slive
On Dec 4, 2007 10:29 PM, goommy [EMAIL PROTECTED] wrote: hii,list! How to write the rewrite if the URL has ? ? The URL like http://domain/none.html?p1=abc , I want to rewrite to http://domain/index?p2=abc ! Can i achieve with RewriteRule ? This is the rule that i write in VirtualHost

Re: [EMAIL PROTECTED] apachectl startssl returns assertion 'rv == APR_SUCCESS failed'

2007-12-04 Thread mikeporter
I think this is caused by Apache trying to bind to an IP that does not have a PTR record or other way to turn the IP into a name. I ran into this a bit ago when booting a server that has an interal IP used to communicate with its platform controller. This IP did not have a name. I temporarily

RE: [EMAIL PROTECTED] apachectl startssl returns assertion 'rv == APR_SUCCESS failed'

2007-12-04 Thread Axel-Stephane SMORGRAV
You can circumvent this problem by configuring your host to use a DNS server for name resolution, ie. configure nsswitch.conf with host: file dns and have a resolv.conf with appropriate contents. The reason why you experience this error only on one of your servers is because one is configured

[EMAIL PROTECTED] Re: Prevent new page

2007-12-04 Thread User 1001
Boyle Owen wrote: -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of User 1001 Sent: Saturday, December 01, 2007 7:06 AM To: users@httpd.apache.org Subject: [EMAIL PROTECTED] Prevent new page One web page with a form invokes a PHP script which in turn invokes a

RE: [EMAIL PROTECTED] Invalid URI in request

2007-12-04 Thread Axel-Stephane SMORGRAV
Now it is pretty clear that the problem is the missing method in the request. The URL should be prefixed with GET, PUT, POST or some other HTTP method. From RFC 2616: Method = OPTIONS; Section 9.2 | GET; Section 9.3