[EMAIL PROTECTED] wrote: > 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.
I've just installed a fresh version from cvs (with its default .conf files) and only added: <IfModule !mod_perl.c> LoadModule perl_module "modules/libmodperl.so" </IfModule> which I've copied from the build, and I get: [Tue Oct 23 12:08:11 2001] [notice] Apache/2.0.26-dev (Unix) mod_ssl/3.0a0 OpenSSL/0.9.6b DAV/2 mod_perl/1.99_01-dev Perl/v5.7.2 configured -- resuming normal operations and I can reach the / page. I didn't configure any modperl aliases yet. Oh this is pre-fork mpm, threaded mpm is considered unstable. Is that what you run? _____________________________________________________________________ Stas Bekman JAm_pH -- Just Another mod_perl Hacker http://stason.org/ mod_perl Guide http://perl.apache.org/guide mailto:[EMAIL PROTECTED] http://ticketmaster.com http://apacheweek.com http://singlesheaven.com http://perl.apache.org http://perlmonth.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
