Results 1 to 4 of 4

Hybrid View

  1. #1

    RE: Restart http Server

    I can not access port 80 on my raq. How do you restart the http or webserver on the raq 4?

    Thanks for your help.

  2. #2
    Join Date
    Sep 2001
    Posts
    238
    /etc/init.d/rc.d/httpd restart

    or

    /etc/rc.d/init.d/httpd restart

    I forgot the order of the folders.

  3. #3
    I got an error when I did that command, it seems that my httpd.conf file is destroyed somehow. How can i fix it?

    Setting up Web Service: Syntax error on line 58 of /etc/httpd/conf/httpd.conf:
    Cannot load /etc/httpd/modules/libphp4.so into server: libgd.so.1: cannot open shared object file: No such file or directory
    /usr/sbin/httpd

    Thanks for your help.

  4. #4
    Join Date
    Aug 2000
    Posts
    2,754
    change the link for libphp4.so to:

    LoadModule php4_module /usr/lib/apache/libphp4.so


    and try again.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •