Re: Auto-detecting modules on Ubuntu

2007-11-26 Thread Fred Moyer
Geoffrey Young wrote: Joe Orton wrote: On Wed, Nov 21, 2007 at 11:31:27AM -0800, Fred Moyer wrote: Geoffrey Young wrote: fwiw, I just watched fred get caught by this exact thing at apachecon - don't forget to nuke ~/.apache-test beforehand :) Yeah that was no fun, and I don't think it was the

Re: Auto-detecting modules on Ubuntu

2007-11-26 Thread Geoffrey Young
Joe Orton wrote: > On Wed, Nov 21, 2007 at 11:31:27AM -0800, Fred Moyer wrote: >> Geoffrey Young wrote: >>> fwiw, I just watched fred get caught by this exact thing at apachecon - >>> don't forget to nuke ~/.apache-test beforehand :) >> Yeah that was no fun, and I don't think it was the first tim

Re: Auto-detecting modules on Ubuntu

2007-11-26 Thread Geoffrey Young
> I did try to run TEST using the -httpd_conf option as follows but it's > still trying to inherit from /etc/apache2/httpd.conf: > > ./t/TEST -httpd_conf=/etc/apache2/apache2.conf -conf -trace=debug there is no equal sign in there, so it's t/TEST -httpd_conf /etc/apache2/apache2.conf -conf

Re: Auto-detecting modules on Ubuntu

2007-11-26 Thread Joe Orton
On Sat, Nov 24, 2007 at 11:50:54AM -0500, William McKee wrote: ... > I did try to run TEST using the -httpd_conf option as follows but it's > still trying to inherit from /etc/apache2/httpd.conf: > > ./t/TEST -httpd_conf=/etc/apache2/apache2.conf -conf -trace=debug Ah, OK. A::TestConfig is fin

Re: Auto-detecting modules on Ubuntu

2007-11-24 Thread William McKee
> > Yes, I think that should work. Can you try: > > > > ./t/TEST -conf -trace=debug > > > > and follow the lines from "inheriting config file:" to see what happens. It's not finding apache.conf which is where Ubuntu is keeping all config info. As I mentioned before, httpd.conf is empty. I don't

Re: Auto-detecting modules on Ubuntu

2007-11-21 Thread Joe Orton
On Wed, Nov 21, 2007 at 07:35:37PM +, Joe Orton wrote: > On Wed, Nov 21, 2007 at 11:31:27AM -0800, Fred Moyer wrote: > > Geoffrey Young wrote: > >> fwiw, I just watched fred get caught by this exact thing at apachecon - > >> don't forget to nuke ~/.apache-test beforehand :) > > > > Yeah that wa

Re: Auto-detecting modules on Ubuntu

2007-11-21 Thread Joe Orton
On Wed, Nov 21, 2007 at 11:31:27AM -0800, Fred Moyer wrote: > Geoffrey Young wrote: >> fwiw, I just watched fred get caught by this exact thing at apachecon - >> don't forget to nuke ~/.apache-test beforehand :) > > Yeah that was no fun, and I don't think it was the first time it happened > to me.

Re: Auto-detecting modules on Ubuntu

2007-11-21 Thread Fred Moyer
Geoffrey Young wrote: Joe Orton wrote: On Mon, Nov 19, 2007 at 11:45:59PM -0500, William McKee wrote: On Mon, Nov 19, 2007 at 09:31:30AM +, Joe Orton wrote: Debian/Ubuntu does not use httpd.conf to load modules; it uses apache2.conf and loads the modules from a directory (/etc/apache2/mod

Re: Auto-detecting modules on Ubuntu

2007-11-21 Thread Geoffrey Young
Joe Orton wrote: > On Mon, Nov 19, 2007 at 11:45:59PM -0500, William McKee wrote: >> On Mon, Nov 19, 2007 at 09:31:30AM +, Joe Orton wrote: Debian/Ubuntu does not use httpd.conf to load modules; it uses apache2.conf and loads the modules from a directory (/etc/apache2/mods-enab

Re: Auto-detecting modules on Ubuntu

2007-11-21 Thread Joe Orton
On Mon, Nov 19, 2007 at 11:45:59PM -0500, William McKee wrote: > On Mon, Nov 19, 2007 at 09:31:30AM +, Joe Orton wrote: > > > Debian/Ubuntu does not use httpd.conf to load modules; it uses > > > apache2.conf and loads the modules from a directory > > > (/etc/apache2/mods-enabled). mod_env, whic

Re: Auto-detecting modules on Ubuntu

2007-11-19 Thread William McKee
On Mon, Nov 19, 2007 at 09:31:30AM +, Joe Orton wrote: > > Debian/Ubuntu does not use httpd.conf to load modules; it uses > > apache2.conf and loads the modules from a directory > > (/etc/apache2/mods-enabled). mod_env, which provides the PassEnv > > directive, is being loaded in this way. I gu

Re: Auto-detecting modules on Ubuntu

2007-11-19 Thread Joe Orton
On Sun, Nov 18, 2007 at 12:30:22PM -0500, William McKee wrote: ... > Debian/Ubuntu does not use httpd.conf to load modules; it uses > apache2.conf and loads the modules from a directory > (/etc/apache2/mods-enabled). mod_env, which provides the PassEnv > directive, is being loaded in this way. I gu