Stop / Restart Lighttpd Server
Q. I'm unable to find any commands to stop lighttpd web server? How do I stop lighttpd under Debian Linux installed using apt-get command?
A. /etc/init.d/lighttpd is script under Linux to stop / restart lighttpd web server.
To stop lighttpd:
Just type the following command to stop lighttpd:
# /etc/init.d/lighttpd stop
To restart lighttpd:
Just type the following command to restart lighttpd:
# /etc/init.d/lighttpd restart
To start lighttpd:
# /etc/init.d/lighttpd start
In case if you don't have init script, type the following:
# killall lighttpd
E-mail this to a friend
Printable version
Related Other Helpful FAQs:
- FreeBSD Lighttpd fastcgi php configuration and installation
- Debian / Ubuntu Linux search package names with apt-cache command
- Linux View / display a logfile in real time on screen
- Lighttpd as you compiled without pcre support error and solution
- Lighttpd virtualhost configuration ~ name-based virtual hosting
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!
Tags: /etc/init.d/lighttpd, killall, killall_command, Lighttpd, restart lighttpd, start lighttpd, stop lighttpd, web server




Recent Comments
Yesterday ~ 3 Comments
09/06/2008 11:03 pm (2 days ago) ~ 12 Comments
09/06/2008 02:10 pm (2 days ago) ~ 7 Comments
09/06/2008 06:51 am (2 days ago) ~ 2 Comments
09/06/2008 01:28 am (2 days ago) ~ 3 Comments