[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Restart Apache



Hello Fathi,

telnet into your server as root and execute

        /etc/rc.d/init.d/httpd.init stop
        /etc/rc.d/init.d/httpd.init start

or in order to only reload the configuration

    /etc/rc.d/init.d/httpd.init reload

Manuel