[us...@httpd] ForceLanguagePriority not giving 300 response

2009-06-08 Thread Julien Pauli
Hi httpd users :) The documentation says : > *ForceLanguagePriority Prefer uses LanguagePriority to serve a one valid > result, rather than returning an HTTP result 300 (MULTIPLE CHOICES) when > there are several equally valid choices. If the directives below were given, > and the user's Accept-L

Re: [us...@httpd] ForceLanguagePriority not giving 300 response

2009-06-09 Thread Julien Pauli
On Tue, Jun 9, 2009 at 10:12 AM, Nick Kew wrote: > On 8 Jun 2009, at 21:56, Julien Pauli wrote: > > Hi httpd users :) >> >> The documentation says : >> > > A URL for what you're quoting would help here. http://httpd.apache.org/docs/2.2/mod/mod_negotiation.

[us...@httpd] New DOS HTTP tool

2009-06-17 Thread Julien Pauli
Hi community. Just for information : "In considering the ramifcations of a slow denial of service attack against particular services, rather than flooding networks, a concept emerged that would allow a single machine to take down another machine's web server with minimal bandwidth and side effects

Re: [us...@httpd] Transparent Proxy Server Installation

2009-07-25 Thread Julien Pauli
That is the answer, yes. People must know that there is a main difference between a normal HTTP request, and a request made to a proxy (forward). The request is not exactly the same. A standard minimal HTTP request : GET / HTTP/1.1 Host: somehost The same one but to a forward proxy : GET http://

[us...@httpd] PUT activated but not shown by OPTIONS answer

2009-09-18 Thread Julien Pauli
Hi here ;) Perhaps I missed something but when I activate the PUT method (globally: server config) throught a CGI using the *Script* directive, I cannot see it listed in the answer to an OPTIONS / request. *OPTIONS / HTTP/1.1 Host: localhost HTTP/1.1 200 OK Server: Apache/2.2.13 (Unix) Allow: GE

[us...@httpd] RFC5789 and PATCH HTTP method

2010-03-23 Thread Julien Pauli
Hi all Httpd users. RFC5789 just got published. The subject is HTTP PATCH method. Do you think Apache httpd should manage it, and when ? http://www.ietf.org/rfc/rfc5789.txt Cheers JulienPauli - The official User-To-User suppor

[us...@httpd] strace on httpd and .htaccess directories looked at

2009-03-13 Thread Julien Pauli
Hi all. I did know that activating .htaccess makes Apache look in all the subdirectories of the DocRoot (or Vhost) to look for .htaccess files and allow inheritence for them But passing strace on the httpd process shows currious things : Apache seems to look behind the DocRoot as well, here it i

Re: [us...@httpd] strace on httpd and .htaccess directories looked at

2009-03-13 Thread Julien Pauli
Covener wrote: > On Fri, Mar 13, 2009 at 12:19 PM, Julien Pauli > wrote: > > Hi all. > > > > I did know that activating .htaccess makes Apache look in all the > > subdirectories of the DocRoot (or Vhost) to look for .htaccess files and > > allow inheritence for th

Re: [us...@httpd] strace on httpd and .htaccess directories looked at

2009-03-13 Thread Julien Pauli
Got it, thanks ;-) Julien.P On Fri, Mar 13, 2009 at 7:31 PM, Eric Covener wrote: > On Fri, Mar 13, 2009 at 2:12 PM, Julien Pauli > wrote: > > Ok but why are they parsed ? > > Is that a wanted behavior or some kind of unmastered stuff ? > > It's requested by setti

[us...@httpd] Upgrade and 101 response code

2009-04-29 Thread Julien Pauli
Hi all. I'm trying to make Apache answer me with a 101 response, but I cant manage that (after trying several HTTP request that should make httpd answer 101) I always get 200s or else, never 101 Googling the web, I found https://issues.apache.org/jira/browse/HTTPCORE-158that says that httpd actua