Lighttpd is a lightweight and high-performance event-driven web server.
I have a lighttpd server running on an AWS EC2 instance. It can serve on port 80 (or any other port, …
lighttpdDoes anyone know how to configure lighttpd to handle plain CGI executables, in this case written in C? I have …
cgi lighttpdIt's big problem to convert mod_rewrite rules to lighttpd format
apache .htaccess lighttpdRewriteEngine on RewriteRule ^packed\.js$ pack.php?debug=0 [nc] RewriteRule ^debug$ pack.php?debug=1 [nc] That worked fine on apache …
apache .htaccess lighttpdIs fprintf thread-safe? The glibc manual seems to say it is, but my application, which writes to a file using …
c multithreading posix lighttpd printfI have a joomla setup in my /home/joomla directory. I installed both Apache and Lighttpd i have configured Lighttpd …
.htaccess apache2 lighttpdOk, I have seen this question quite a few times here on SO and as well as elsewhere on the …
apache nginx lighttpd