Issue :

How to de-activate lighthttpd and activate apache?

Solution :

SSH into the server as ‘root’ and run the following commands :

/etc/init.d/lighttpd stop

chkconfig lighttpd off
chkconfig httpd on

/etc/init.d/httpd start


Shares
Contact Us On WhatsApp