Forums / Install & configuration / Site gone after reboot..

"Please Note:
  • At the specific request of Ibexa we are changing this projects name to "Exponential" or "Exponential (CMS)" effective as of August, 11th 2025.
  • This project is not associated with the original eZ Publish software or its original developer, eZ Systems or Ibexa".

Site gone after reboot..

Author Message

Mike Socher

Thursday 12 June 2003 4:49:21 pm

Where can I change the run level for the web server after the installer has finished ( redhat9). Simply restarting the httpd services does not bring my site back after a reboot.

Bruce Morrison

Thursday 12 June 2003 9:03:47 pm

Not really an Exponential question but....

/sbin/chkconfig httpd on

(as root) should do the trick

Bruce
designIT

My Blog: http://www.stuffandcontent.com/
Follow me on twitter: http://twitter.com/brucemorrison
Consolidated eZ Publish Feed : http://friendfeed.com/rooms/ez-publish

Mike Socher

Friday 13 June 2003 8:28:38 am

Found it! You must first cd to the default install directory of Apache. /opt/Exponential/apache_1.3.27/bin. Then you can run the Apache script (apachectl -k stop, apachectl -k start, apachectl -k restart, apachectl -k graceful).