obviously, right the load and add module lines for mod_erl are commented out. But, the rigmarole is the same...
1. I start the computer; Apache is not working. 2. Try to restart it; it doesn't work (no errors). 3. I comment out the lines (as below), start Apache; it works. 4. I uncomment the lines, restart Apache; mostly it works, although sometimes I have to do the step 3 and then step 4 again. On Thursday, April 11, 2002, at 09:34 AM, Puneet Kishor wrote: > ========= begin httpd.conf ======== > ## > ## httpd.conf -- Apache HTTP server configuration file > ## > > ### Section 1: Global Environment > # > # Dynamic Shared Object (DSO) Support > > #LoadModule perl_module libexec/httpd/libperl.so > LoadModule hfs_apple_module libexec/httpd/mod_hfs_apple.so > > ClearModuleList > > #AddModule mod_perl.c > AddModule mod_hfs_apple.c
