DjTaL4HoST

Registered
Nov 7, 2006
2
0
151
hey

Apache is faile and all sites are stoped

what can i do

update Apache ??
how can i update Apache to the latest verison

bye
 

jsilvestre

Member
Jul 7, 2005
24
0
151
Apache Fail

Dear DjTaL4HoST,

When try start apache what error you see?
 

AndyReed

Well-Known Member
PartnerNOC
May 29, 2004
2,217
4
193
Minneapolis, MN
Apache is faile and all sites are stoped

what can i do
Check the log file /var/log/messages for any errors related to httpd. Did you restart httpd? /scripts/restartsrv httpd
 

k1k

Active Member
Mar 24, 2006
27
0
151
Need more info

Hello,

You could update your apache , but if you have a problem with your configuration, then your update wont help you. That's why you have to be sure that the update is your only solution before starting it.
The first thing that you have to do is to execute "httpd configtest". Then you will see if there are any problems with the configuration file. If there is no problem with the apache then you should try to execute "httpd startssl".
Then you will see if there is a problem with the apache starting procedure. If there are no errors then you should check if the apache process is running "ps -elf | grep httpd". If you are able to find the process, then you the apache service is running. If you are unable to find the process in your process list, then you should check your error messages (/etc/httpd/logs/error_log).