> 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 -trace=debug yeah, that's right, some options expect you to assign a value to them, some automagically parse the next argument. I didn't make this crap up. if you can keep them straight in your mind, configure-time things are automagic (TestConfig*.pm) while run-time things use an equal sign. *sigh* anyway, I verified that -httpd_conf works when you do it my way, but it fails to see the file if you do it your way. that it doesn't complain... well, like I said, I didn't design the interface :) --Geoff