apachectl freezes

2006-02-10 Thread Jeff MacDonald
Hi, I've installed mod_perl 2.0.2 and apache 2.0.55 on FreeBSD using the ports system. When I add the LoadModule line to my httpd.conf and run apachectl configtest It just hangs. Sing configtest IS a diagnostic, I'm a bit lost on what else to try as something to diagnose this. Can anyone

Re: apachectl freezes

2006-02-10 Thread Ian Joyce
On 2/10/06, Jeff MacDonald [EMAIL PROTECTED] wrote: Hi, I've installed mod_perl 2.0.2 and apache 2.0.55 on FreeBSD using the ports system. When I add the LoadModule line to my httpd.conf and run apachectl configtest It just hangs. Sing configtest IS a diagnostic, I'm a bit lost on what

Re: apachectl freezes

2006-02-10 Thread Jonathan Vanasco
assuming you're on freebsd 6.0 i'd check to see that you have files/pointers as such: httpd.conf LoadModule perl_module libexec/apache2/mod_perl.so LoadModule apreq_module libexec/apache2/mod_apreq2.so Files: /usr/local/libexec/apache2/mod_perl.so

Re: apachectl freezes

2006-02-10 Thread Jeff MacDonald
Hi, Actually it's a 4.8 machine. The other machines that I've done this one were both 5.x machines [they worked] httpd.conf LoadModule perl_module libexec/apache2/mod_perl.so LoadModule apreq_module libexec/apache2/mod_apreq2.so Just the first line. None of my other systems

Re: apachectl freezes

2006-02-10 Thread Jonathan Vanasco
On Feb 10, 2006, at 3:46 PM, Jeff MacDonald wrote: Actually it's a 4.8 machine. The other machines that I've done this one were both 5.x machines [they worked] Sounds like it might be a versioning issue. I'd suggest upgrading the 4.8 machine :) Ditto, cept it may be worth mentioning