This patch increases the maximum number of open files
at httpd startup. Before I commit, does anyone have a
scenario in which it won't be safe to do this?
Thanks,
--Brian
Index: os/unix/unixd.c
===
RCS file: /home/cvs/httpd-2.0/os/
Think this fixes the auth problems.
SC_MANAGER_ALL_ACCESS -> GENERIC_EXECUTE
MT.
> >
> >In the superuser accounts, the 'Stop' button is grayed out, and the
> >'Start' button doesn't do anything. 'net stop apache2' and
> 'net start
> >apache2' work fine from the command line in the superuser
Hi!
I'm having a problem since upgrading from Apache 1.3.23 to 1.3.26. It appears that
the "Content-Length" header field is much more strict in what it will accept from http
clients than it was before, and this is causing me biiig problems.
A certain http client (which shall remain nameless d
Ryan Bloom wrote:
>
> > fix folding when the continuation charater is a blank
> > Reported by:one of Jeff T's regression test cases
>
> Can this be added to the standard test case?
What standard test case? Do you mean the perl httpd test suite? If so, we
better ask somebody w
> fix folding when the continuation charater is a blank
> Reported by:one of Jeff T's regression test cases
Can this be added to the standard test case?
Ryan
Jeff Trawick wrote:
>This is from line 837, as we bail out with 400 error:
>
>(gdb) dump_table tmp_headers
>[0] 'Host'='127.0.0.1'
>[1] 'Accept-Encoding'=''
>
>I think the problem is that the code now expects that a continuation
>line starts with a tab. That is not the case in this testcase.
>Ne
Still too much backlogged mail... should have gone here
instead;
Date: Mon, 08 Jul 2002 12:12:50
-0500
To: Aaron Bannert <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
From: "William A. Rowe, Jr." <[EMAIL PROTECTED]>
Subject: Re: PATH_INFO in A2?
At 11:41 AM 7/8/2002, Aaron Bannert wrote:
On Mon, Jul 08,
Brian Pane <[EMAIL PROTECTED]> writes:
> On Mon, 2002-07-08 at 07:52, Jeff Trawick wrote:
> > This request used to work fine, and mod_gzip worked its magic as long
> > as the configuration was okay:
> >
> > "GET /manual/mod/mod_rewrite.html.en HTTP/1.1\r\nHost:
>127.0.0.1\r\nAccept-Encoding:
At 12:02 PM 7/6/2002, Rasmus Lerdorf wrote:
> > What is a dynamic page if
not a PHP page?
>
> Like I said, Apache doesn't know if a file on disk is meant for PHP
or
> not. The best way to fix this would be for mod_php to set the
value if
> the filter is added for the request.
>
> I agree, it woul
Rasmus Lerdorf wrote:
> With this config:
>
> LoadModule php4_modulemodules/libphp4.so
> AddType application/x-httpd-php .php
>
> http://localhost/index.php
>
> works fine and parser PHP pages without problems. (using prefork - but it
> shouldn't matter)
>
> However: http://localhost/
On Mon, 2002-07-08 at 07:52, Jeff Trawick wrote:
> This request used to work fine, and mod_gzip worked its magic as long
> as the configuration was okay:
>
> "GET /manual/mod/mod_rewrite.html.en HTTP/1.1\r\nHost: 127.0.0.1\r\nAccept-Encoding:
> \r\n gzip\r\n\r\n"
There's new parsing logic
This implements the runtime setting for a "strict" checking of the
Protocol field in requests for 1.3. Might be useful for 2.0, if we
decide that as well.
Index: src/include/http_conf_globals.h
===
RCS file: /home/cvs/apache-1.3/src/
This request used to work fine, and mod_gzip worked its magic as long
as the configuration was okay:
"GET /manual/mod/mod_rewrite.html.en HTTP/1.1\r\nHost: 127.0.0.1\r\nAccept-Encoding:
\r\n gzip\r\n\r\n"
Here is the response:
HTTP/1.1 400 Bad Request
Date: Mon, 08 Jul 2002 14:44:16 GM
Maybe you should read simpler modules too (mod_auth*)?
-Original Message-
From: Maurizio Marini [mailto:[EMAIL PROTECTED]]
Sent: 08 July 2002 15:51
To: [EMAIL PROTECTED]
Subject: Re: Books about apache mods dev.?
On Monday 08 July 2002 03:38 pm, Jimmy Lantz wrote:
> Hi Apache Gurus!
> J
On Monday 08 July 2002 03:38 pm, Jimmy Lantz wrote:
> Hi Apache Gurus!
> Just wanted to ask if someone can recommend any books about developing
> apache modules?
> TIA
> Jim.
if u look at mod_example.c, u'll find everithing needed to develop a module
further, try to excute apxs -g -n Jim
the bes
Hi Apache Gurus!
Just wanted to ask if someone can recommend any books about developing
apache modules?
TIA
Jim.
Hi again.
Although this isn't perhaps appropriate for the list, I'd just like to thank
whoever forwarded my PS2-Apache announcement to Slashdot :)
This has raised the profile of the possibilities no end, and added some more
"cool factor" to Apache itself.
Read about it here:
http://apache.slash
17 matches
Mail list logo