I'm new at mod_perl, though I have been pretty experienced at installing Apache.
To test out the new Apache server, I decided to play around with httpd-2.0 and modperl-2.0. I followed the instruction in pod/modperl_dev.pod and downloaded the latest httpd and modperl using cvs. I built and installed httpd and modperl in /usr/local/apache2. httpd starts up fine when libmodperl is not loaded. A httpd starts up with many httpd threads after it. When I add the line: LoadModule perl_module modules/libmodperl.so and run apachectl start Only one httpd starts and when I connect to port 80 with lynx, I get a waiting for server to respond, and it just hangs. I set the LogLevel to debug in httpd.conf and saw no error messages. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
