Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the '10.3: Fix mod_perl print() output' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
10.3: Fix mod_perl print() output
Authored by: dontlikehippies on Dec 07, '03 06:51:46AM

I tried both suggestions, and both times Personal Web Sharing refused to start. After commenting-out the line, everything works as usual...



[ Reply to This | # ]
10.3: Fix mod_perl print() output
Authored by: jorist on Dec 08, '03 07:42:36AM

mod_perl is'nt activated by default. If you plan to use mod_perl enable in in http.conf (remove the #):
LoadModule perl_module libexec/httpd/libperl.so
AddModule mod_perl.c



[ Reply to This | # ]