art998 napisał(a):
Ostatnio sypie mi się usługa Lighttpd dodana do routera w firewall
/opt/etc/init.d/S80lighttpd start.
Co może być przyczyną ? Zauważyłem, że po dodaniu mysql i zainstalowaniu mybb bardzo często wywala mi Lighttpd w firewall: ( mój wpis )
/bin/mount /dev/sda2 /opt
iptables -A INPUT -p tcp --dport 9091 -j ACCEPT
/opt/etc/init.d/S80lighttpd start
echo "Tomato" > /etc/hostname
/opt/etc/init.d/S70mysqld start
FRAGMENT LOGU ERROR.LOG z pliku /opt/var/log//lighttpd/error.log
----------------------------------------------------------------------------------------------
2013-04-14 02:51:29: (mod_fastcgi.c.1732) connect failed: No such file or directory on unix:/tmp/php-fcgi.sock-0
2013-04-14 02:51:29: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2013-04-14 02:51:31: (mod_fastcgi.c.2760) fcgi-server re-enabled: 0 /tmp/php-fcgi.sock
2013-04-14 02:52:47: (mod_fastcgi.c.1732) connect failed: No such file or directory on unix:/tmp/php-fcgi.sock-0
2013-04-14 02:52:47: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2013-04-14 02:52:49: (mod_fastcgi.c.2760) fcgi-server re-enabled: 0 /tmp/php-fcgi.sock
2013-04-14 02:53:01: (mod_fastcgi.c.1732) connect failed: No such file or directory on unix:/tmp/php-fcgi.sock-0
2013-04-14 02:53:01: (mod_fastcgi.c.3002) backend died; we'll disable it for 1 seconds and send the request to another backend instead: reconnects: 0 load: 1
2013-04-14 02:53:03: (mod_fastcgi.c.2760) fcgi-server re-enabled: 0 /tmp/php-fcgi.sock
-----------------------------------------------------------------
Macie jakiś pomysł co z tym zrobić?