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
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
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
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
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 Vi
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=(.+)$ http://d
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] [c
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 no
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
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
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 Nov
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
> #
>
> # Insert filter
> SetOutputFilter DEFLATE
>
> # Netscape 4.x has some problems...
>
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
#
# Insert filter
SetOutputFilter DEFLATE
# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html
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
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 http://www.domain.com/login.
Hi Martin,
actually I don't know much about HTTP authentication, but I know theres
another module called mod_auth_basic and it seems that it doesn't need a DB.
http://httpd.apache.org/docs/2.2/mod/mod_auth_basic.html
In my opinion case insensitive authentication is a problem you shouldn't waste
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 th
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]> wrot
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: users@httpd.apach
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 erro
> -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
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; users@httpd.apac
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…..w
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]
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 t
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
> > 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
> un
27 matches
Mail list logo