Re: 2.3.3 on Mac OS X

2009-11-14 Thread Jeff Trawick
On Wed, Nov 11, 2009 at 9:03 PM, Rich Bowen wrote: > Built 2.3.3 on Mac OS X 10.5.8 with: > > "./configure" \ > "--enable-modules=most" \ > "--enable-mods-shared=all" \ > "--with-mpm=event" \ > "--prefix=/usr/local/apache" \ > > > and got this on startup: > > [Wed Nov 11 20:56:15 2009] [crit] (700

Re: mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-14 Thread Felipe Alcacibar
Thanks Jeff for the response. > > I don't know what your rewrite config is, but rewrite isn't required > to use path info.  Can you post a minimal config that illustrates the > problem? > my current configuration of the mod_rewrite and mod_fcgid rohan counter # cat /hosting/http/fullplanet.cl/dom

trunk build broken?

2009-11-14 Thread Jeff Barnes
Here's a synopsis of my experience building from svn. $ svn checkout http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x httpd-2.2.x ... $ cd httpd-2.2.x $ ./buildconf You don't have a copy of the apr source in srclib/apr. Please get the source using the following instructions, or sp

Re: mod_rewrite and mod_fcgid pass wrong fcgi request

2009-11-14 Thread Felipe Alcacibar
Thanks Jeff for the response. > > I don't know what your rewrite config is, but rewrite isn't required > to use path info.  Can you post a minimal config that illustrates the > problem? > my current configuration of the mod_rewrite and mod_fcgid rohan counter # cat /hosting/http/fullplanet.cl/dom

Re: trunk build broken?

2009-11-14 Thread Guenter Knauf
Hi Jeff, Jeff Barnes schrieb: > Here's a synopsis of my experience building from svn. > > $ svn checkout http://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x > httpd-2.2.x > > ... > > $ cd httpd-2.2.x > $ ./buildconf > > > You don't have a copy of the apr source in srclib/apr. > Pleas

one remaining mpms-shared quirk

2009-11-14 Thread William A. Rowe Jr.
./configure with both --with-mpm=worker --enable-mpms-shared provides a really odd result; checking which MPM to use by default... worker ../httpd-2.x/configure: line 25999: server/mpm/event/modules.mk: No such file or directory checking for pthread_kill... yes ../httpd-2.x/configure: line 26148:

Re: one remaining mpms-shared quirk

2009-11-14 Thread Jeff Trawick
On Sat, Nov 14, 2009 at 8:10 PM, William A. Rowe Jr. wrote: > ./configure with both --with-mpm=worker --enable-mpms-shared provides a really > odd result; > > checking which MPM to use by default... worker > ../httpd-2.x/configure: line 25999: server/mpm/event/modules.mk: No such file > or direct