You are not logged in.

#1 2008-03-20 19:14:50

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

[SOLVED] Lighttpd not working

For some reason ppl cannot access my webserver anymore...

the server is working and i can access its content locally...


#
# /etc/hosts: static lookup table for host names
#

#<ip-address>   <hostname.domain.org>   <hostname>
127.0.0.1               localhost.localdomain   freebox

# End of file

# NETWORKING
# -----------------------------------------------------------------------
#
HOSTNAME="freebox"

#
# /etc/hosts.allow
#
sshd: ALL
lighttpd: ALL

Last edited by Rasi (2008-03-20 21:25:06)


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#2 2008-03-20 19:24:40

daf666
Member
Registered: 2007-04-08
Posts: 470
Website

Re: [SOLVED] Lighttpd not working

Try using a host file config such as:

#<ip-address>    <hostname.domain.org>    <hostname>
127.0.0.1        localhost.localdomain    localhost
192.168.1.2        pazuzu.homeunix.net    pazuzu
# End of file

If that doesnt work please provide your netstat -antpl output

Last edited by daf666 (2008-03-20 19:26:26)

Offline

#3 2008-03-20 20:40:08

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: [SOLVED] Lighttpd not working

that did not help....

bash-3.2# netstat -antpl | grep tpd
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      3902/lighttpd


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

#4 2008-03-20 21:24:48

Rasi
Member
From: Germany
Registered: 2007-08-14
Posts: 1,914
Website

Re: [SOLVED] Lighttpd not working

alright.. magically it worked suddenly... i only ran "iptables -F", although i wasnt even aware i had it installed *g*


He hoped and prayed that there wasn't an afterlife. Then he realized there was a contradiction involved here and merely hoped that there wasn't an afterlife.

Douglas Adams

Offline

Board footer

Powered by FluxBB