[please keep on the list, thanks]

Clayton Cottingham wrote:
hey stas!

> how can i set them into the httpd.conf?

They are inherited from your global httpd.conf


this is what i need in i think!


LoadModule status_module      modules/mod_status.so
LoadModule info_module        modules/mod_info.so
AddModule mod_info.c
AddModule mod_status.c


i tried doing this by adding to the main server commonhttpd.conf and the http-perl.conf

and the one in the test suite t/conf/httpd.conf t/conf/extra.conf.in

and it doesnt seem to hold it in fact it erases it if i do a t/TEST
-clean

t/conf/httpd.conf is automatically generated. It adds stuff from your global httpd.conf. anything that you want to customise should be added to t/conf/extra.conf.in


how can i add it in and have it keep it?

else again it reports this:

waiting 60 seconds for server to start: .Syntax error on line 80 of
/home/drfrog/bug-reporting-skeleton-mp1/t/conf/httpd.conf:
Invalid command 'SetHandler', perhaps mis-spelled or defined by a module
not included in the server configuration

Looks like it doesn't have the LoadModule directive for the module containing this directive. Does your server installed globally work alright? You didn't by chance rebuilt your server with sharedlibs, but kept the old httpd.conf originated from the statically build server?


If for some reason it finds the wrong httpd.conf go inherit from. You can tell it which httpd.conf to inherit from:

t/TEST -httpd_conf /path/to/httpd.conf

t/TEST --help gives you the options

t/TEST -trace=debug does the low level debugging, so you can see what it does and which files it picks.



__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to