Jump to content

Usefull Debian

From Parasol
Revision as of 17:40, 22 September 2010 by 192.168.0.250 (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Lighttpd

Stop / Restart Lighttpd Web Server

Stop lighttpd
# /etc/init.d/lighttpd stop

Restart lighttpd
# /etc/init.d/lighttpd restart

Start lighttpd
# /etc/init.d/lighttpd start


Kill processes

Create SymLink

ln -s {source} {target}