/etc/init.d/lighttpd

Lighttpd Deny Access To Folders / Directories

by Vivek Gite on October 18, 2010 · 1 comment

If users try to open a Web page (http://example.com/dir1/file.php); I’d like to display a “URL Access Denied” message for /dir1/, /www/, and /dir2/cache/ directories under lighttpd web server? How do I configure lighttpd to deny access to directory?

{ 1 comment }

Gracefully Restart Lighttpd Web Server

by Vivek Gite on May 10, 2009 · 4 comments

How do I restart my lighttpd+php fastcgi web server gracefully under Linux / UNIX operating systems?

{ 4 comments }

Stop / Restart Lighttpd Web Server

by Vivek Gite on March 13, 2008 · 1 comment

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?

{ 1 comment }