You are not logged in.

#1 2007-04-27 07:13:59

nst
Member
From: Czech Republic
Registered: 2007-04-02
Posts: 25

apache segfaulting

i have arch 0.8, and just pacmaned apache 2.2.4 with mod_perl, php and mysqld, but everytime i try to start apache with httpd -k start or ./etc/rc.d/httpd start i get error. In first case its segfault, in second its just FAIL. Anyone getting this problems too? Its really annoying, when i have to put all webdevelopment files to other machine with 0.8 too, where apache works good.

Offline

#2 2007-04-27 19:00:22

luca
Member
From: Rome
Registered: 2005-10-30
Posts: 280

Re: apache segfaulting

Hi nst,
check the syntax of httpd.conf file:

apachectl -t

maybe there are some errors.

Offline

#3 2007-04-27 21:56:07

nst
Member
From: Czech Republic
Registered: 2007-04-02
Posts: 25

Re: apache segfaulting

nope, Syntax OK

Offline

#4 2007-04-28 05:54:31

luca
Member
From: Rome
Registered: 2005-10-30
Posts: 280

Re: apache segfaulting

Try to change in /etc/rc.d/httpd the line

 /usr/sbin/apachectl start &>/dev/null

to

 /usr/sbin/apachectl start

and start apache; you should obtain some error message
Hope it helps

Offline

#5 2007-04-28 09:05:14

nst
Member
From: Czech Republic
Registered: 2007-04-02
Posts: 25

Re: apache segfaulting

wow, now its working alright, no error messages hmm thats weird, thanks anyways :]

Offline

Board footer

Powered by FluxBB