Find the answer to your Linux question:
Results 1 to 2 of 2
Hello all. I'm running CentOS 5.2(i think ). But my Lighttpd does not work.. Code: /etc/init.d/lighttpd restart Stopping lighttpd: [ OK ] Starting lighttpd: [ OK ] But acordingly to ...
  1. #1
    Just Joined!
    Join Date
    Jun 2010
    Posts
    4

    Lighttpd not working.

    Hello all.

    I'm running CentOS 5.2(i think).

    But my Lighttpd does not work..
    Code:
    /etc/init.d/lighttpd restart
    Stopping lighttpd:                                         [  OK  ]
    Starting lighttpd:                                         [  OK  ]
    But acordingly to that, it should work. When I browse to my IP i don't see anything. I just brought a VPS, so trying to get it working

    - realchamp.

  2. #2
    Linux Enthusiast scathefire's Avatar
    Join Date
    Jan 2010
    Location
    Western Kentucky
    Posts
    616
    is the port open, something reported listening on the server?
    Code:
    netstat -pantu | grep lighttpd
    netstat -pantu | grep 80
    is there perhaps some weird firewall issue?
    Code:
    iptables -L
    linux user # 503963

Posting Permissions

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