I am getting the following messages in my "back-end" apache install logfile
(the one that handles perl scripts using mod_perl and PerlRun)...
[17:03:49 2001] [notice] child pid 15064 exit signal Segmentation Fault (11)
[17:04:27 2001] [notice] child pid 17127 exit signal Segmentation Fault (11)
[
We have a CGI script which dynamically generates a certain page on our site.
We want to include an SSI on that dynamically created page. Is that
possible? We have two "AddHandler" statements for files that end in .cgi...
...
AddHandler server-parsed .cgi
...
ServerName www.x