Re: [EMAIL PROTECTED] Problem running 2.0.54 on Linux SuSe Pro 9.3

2005-09-10 Thread Uzo Andrew Madu
Problem solved On Sunday 11 September 2005 03:04, Joshua Slive wrote: > On 9/10/05, Uzo Andrew Madu <[EMAIL PROTECTED]> wrote: > > Hi, > > I have built httpd-2.0.54-src on Linux SuSe Pro 9.3 using the following: > > > > 1. ./configure --enable-proxy=shared --enable-proxy-connect=shared > > --

Re: [EMAIL PROTECTED] Issues with worker MPM on Mac OS X?

2005-09-10 Thread Philip M. Gollucci
Mankit Sze wrote: The default MPM for Apache 2.0.x on Mac OS (FreeBSD) is prefork MPM because the multi-threaded worker MPM has issues on FreeBSD. I'm wondering if anybody knows what are the issues? I haven't seen any I run prefork in production, but worker passes 100% of the tests with a

Re: [EMAIL PROTECTED] Problem running 2.0.54 on Linux SuSe Pro 9.3

2005-09-10 Thread Uzo Andrew Madu
Hi Joshua, on further investigation it seems that there is a problem with the ./configure process. If I build apache with no modules: ./configure when running apache using ./apachectl start apache starts with no problems. If I specify a build with: --enable-mods-shared=all first off I noticed

[EMAIL PROTECTED] GET requests for URIs not on my server

2005-09-10 Thread Shane Harsch
For example: 70.85.237.58 - - [11/Sep/2005:00:39:01 -0400] "GET http://www.craigslist.org/cgi-bin/search?areaID=1&subAreaID=0&query=erotic+video&catAbbreviation=tlg&format=rss HTTP/1.1" 404 410 "http://www.craigslist.org"; "Mozilla/4.0 (compatible; MSIE 5.01;Windows NT 5.0)" I am definitely

Re: [EMAIL PROTECTED] Really annoying problem either with Apache2 or PHP or both

2005-09-10 Thread Joshua Slive
On 9/10/05, David Wills <[EMAIL PROTECTED]> wrote: > I am having a really bad time with apache 2 and have been for months now. I > have tried everything I can think of to > > rectify this and its just not working. > > I am having gigantic 30second page load pauses with Apache2. These appear to >

Re: [EMAIL PROTECTED] Problem running 2.0.54 on Linux SuSe Pro 9.3

2005-09-10 Thread Joshua Slive
On 9/10/05, Uzo Andrew Madu <[EMAIL PROTECTED]> wrote: > Hi, > I have built httpd-2.0.54-src on Linux SuSe Pro 9.3 using the following: > > 1. ./configure --enable-proxy=shared --enable-proxy-connect=shared > --enable-proxy-ftp=shared --enable-proxy-http=shared --enable-rewrite=shared > --enable-s

Re: [EMAIL PROTECTED] Issues with worker MPM on Mac OS X?

2005-09-10 Thread Joshua Slive
On 9/10/05, Mankit Sze <[EMAIL PROTECTED]> wrote: > The default MPM for Apache 2.0.x on Mac OS (FreeBSD) is prefork MPM > because the multi-threaded worker MPM has issues on FreeBSD. I'm > wondering if anybody knows what are the issues? The issue is buggy freebsd threading libraries. I've heard t

Re: [EMAIL PROTECTED] ServerName Directive, and where to place it

2005-09-10 Thread Joshua Slive
On 9/10/05, David A. Cobb <[EMAIL PROTECTED]> wrote: > My first action as a new list-member winds up being a not-to-smart question. > > The FAQ assigns the ServerName directive to the httpd.conf file, however > for Apache2 at least, that file is identified as an empty file for > compatability only

[EMAIL PROTECTED] ServerName Directive, and where to place it

2005-09-10 Thread David A. Cobb
My first action as a new list-member winds up being a not-to-smart question. The FAQ assigns the ServerName directive to the httpd.conf file, however for Apache2 at least, that file is identified as an empty file for compatability only. Is there a new preference for where to put ServerName, a

[EMAIL PROTECTED] Issues with worker MPM on Mac OS X?

2005-09-10 Thread Mankit Sze
The default MPM for Apache 2.0.x on Mac OS (FreeBSD) is prefork MPM because the multi-threaded worker MPM has issues on FreeBSD. I'm wondering if anybody knows what are the issues? Yours, Mankit - The official User-To-User

[EMAIL PROTECTED] Problem running 2.0.54 on Linux SuSe Pro 9.3

2005-09-10 Thread Uzo Andrew Madu
Hi, I have built httpd-2.0.54-src on Linux SuSe Pro 9.3 using the following: 1. ./configure --enable-proxy=shared --enable-proxy-connect=shared --enable-proxy-ftp=shared --enable-proxy-http=shared --enable-rewrite=shared --enable-ssl=shared --enable-vhost-alias=shared --enable-auth-anon=shared

Re: [EMAIL PROTECTED] Really annoying problem either with Apache2 or PHP or both

2005-09-10 Thread David Wills
Hi Robert, Thanks for your reply. My apache install is on a dedicated server based in Texas. I don't have the ability to check if the problem exists on the LAN but what I can say is that my other network services are not effected during the apache lag problem. By this I mean, I can SSH, SFTP, che

Re: [EMAIL PROTECTED] Really annoying problem either with Apache2 or PHP or both

2005-09-10 Thread Robert Zagarello
David, Connectivity issues should point to network problems first, specifically off-LAN connectivity problems. When using local LAN clients do you get disconnects? If not, see if you can put a client on the LAN segment on the other side of your LAN's router (gateway) and try to duplicate the dis

[EMAIL PROTECTED] Really annoying problem either with Apache2 or PHP or both

2005-09-10 Thread David Wills
Hi, I am having a really bad time with apache 2 and have been for months now. I have tried everything I can think of to rectify this and its just not working. I am having gigantic 30second page load pauses with Apache2. These appear to be random but its hard to tell if there is a specific cau