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
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
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://
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
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.
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
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
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
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
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
10 matches
Mail list logo