"Andrew G. Hammond" <[EMAIL PROTECTED]> writes: > I'm trying to use some modules I wrote through PerlModule in httpd.conf > > The modules are tested and correct. They appear to work when they're > auto-loaded. However, I wish to load them on startup of the web server. > When I add the following line to my httpd.conf: > > PerlModule Bounce::Handler > > and attempt to apachectl configtest I get: > > /usr/sbin/apachectl: line 198: 12577 Segmentation fault $HTTPD -t > > Any suggestions about what I might have done wrong?
Modules loaded in startup.pl are initialized once in the parent process instead of being initialized in each of the child processess... The question is: which modules do you use. -- ( Marcin Kasperski | You have the right to peace, fun, and productive ) ( http://www.mk.w.pl | and enjoyable work. (Beck) ) (----------------------------------------------------------------------------) ( Sztuczki i kruczki w C++: http://www.mk.w.pl/porady/porady_cplusplus )