Re: [EMAIL PROTECTED] about modify source code

2008-05-25 Thread Guy Waugh
Hello, gogo wrote: > hello,all, > > When i use ./configure;make;make install to install apache ,some modules > are installed by default. I want to known which file can i modify can prevent > default modules were built in? > > Thanks >From memory, this is usually done with options supplied

Re: [EMAIL PROTECTED] Re: 2GB Filesize Limit

2008-05-25 Thread Craig Huffstetler
I recommend you read: http://httpd.apache.org/docs/2.2/new_features_2_2.html Which simply states: Large File Supporthttpd is now built with support for files larger than 2GB > on modern 32-bit Unix systems. Support for handling >2GB request bodies has > also been added. > So, honestly, I have n

[EMAIL PROTECTED] about modify source code

2008-05-25 Thread gogo
hello,all, When i use ./configure;make;make install to install apache ,some modules are installed by default. I want to known which file can i modify can prevent default modules were built in? Thanks

Re: [EMAIL PROTECTED] Trouble Shutting Apache Down

2008-05-25 Thread Johnny Kewl
I've seen all the movies and I'm bored, lets talk ;) - Original Message - From: anonymous To: users@httpd.apache.org Sent: Sunday, May 25, 2008 7:33 PM Subject: [EMAIL PROTECTED] Trouble Shutting Apache Down I recently installed the Apache 2.2 binary, from the msi for XP.

Re: [EMAIL PROTECTED] Trouble Shutting Apache Down

2008-05-25 Thread matt . farey
You appear to be unfamiliar with the basics of your operating system. The answer is just to press the little x on the top right of the "apache window" Ctrl+C will work just fine if you use the apache command from the location of your apache binary. You can also just hit Win+R, type in the full pa

Re: [EMAIL PROTECTED] [BUG] : pre_config_hook issues

2008-05-25 Thread William A. Rowe, Jr.
MENEAULT Maxime wrote: Hi all! I am posting to the list to confirm a bug I just noticed while developing modules for Apache. FYI - patches on users@ are generally ignored. Your [everyone's] pipeline to the developers is the [EMAIL PROTECTED] mailing list, where the httpd code is actually dis

[EMAIL PROTECTED] [BUG] : pre_config_hook issues

2008-05-25 Thread MENEAULT Maxime
Hi all! I am posting to the list to confirm a bug I just noticed while developing modules for Apache. Apparently pre_config hooks are not ordered when ap_run_pre_config is called. I noticed and verified one issue and I noticed another one (syntactically only) while reading through the code.

[EMAIL PROTECTED] Re: 2GB Filesize Limit

2008-05-25 Thread John Smith
Krist van Besien wrote: > On Sun, May 25, 2008 at 3:06 PM, John Smith <[EMAIL PROTECTED]> wrote: >> Hi, >> >> i got the follwing configuration: >> Linux 2.4.27-3-386 #1 Wed Dec 6 00:38:33 UTC 2006 i686 GNU/Linux >> Server version: Apache/2.0.54 >> >> When i try to download a file larger than 2gb i

[EMAIL PROTECTED] Trouble Shutting Apache Down

2008-05-25 Thread anonymous
I recently installed the Apache 2.2 binary, from the msi for XP. I'm just using it for experimenting, so I decided not to install it as a service. I tried to start it by running "apache" from the command-line as stated in the manual, but that command doesn't exist on my system. PATH is set correctl

Re: [EMAIL PROTECTED] 2GB Filesize Limit

2008-05-25 Thread Krist van Besien
On Sun, May 25, 2008 at 3:06 PM, John Smith <[EMAIL PROTECTED]> wrote: > Hi, > > i got the follwing configuration: > Linux 2.4.27-3-386 #1 Wed Dec 6 00:38:33 UTC 2006 i686 GNU/Linux > Server version: Apache/2.0.54 > > When i try to download a file larger than 2gb i get a 403 Error. > How can i cure

[EMAIL PROTECTED] 2GB Filesize Limit

2008-05-25 Thread John Smith
Hi, i got the follwing configuration: Linux 2.4.27-3-386 #1 Wed Dec 6 00:38:33 UTC 2006 i686 GNU/Linux Server version: Apache/2.0.54 When i try to download a file larger than 2gb i get a 403 Error. How can i cure this? Greets, John --