Page 1 of 1
Apache Web Server
Posted: Wed Apr 06, 2011 2:12 pm
by theprintingplace
Hi everyone. I did a really stupid thing. I got my new Amahi server all set-up and working great and I permanently turned off the Apache Web Server. I thought it was for hosting websites but I see it handles the web config and dashboard. I can now no longer access my config page and such. How can I turn it back on? Please help! Thank you.
Re: Apache Web Server
Posted: Wed Apr 06, 2011 3:08 pm
by bigfoot65
Become root user in terminal and then enter:
service httpd restart
chkconfig httpd on
That will ensure it starts on reboot. You can then go back via dashboard and make sure things are back in order.
Re: Apache Web Server
Posted: Wed Apr 06, 2011 3:19 pm
by theprintingplace
That worked, I knew it was something simple. Thanks