Top "Lighttpd" questions

Lighttpd is a lightweight and high-performance event-driven web server.

Make lighttpd listen on multiple ports

I have a lighttpd server running on an AWS EC2 instance. It can serve on port 80 (or any other port, …

lighttpd
Configuring lighttpd to handle CGI C executables

Does anyone know how to configure lighttpd to handle plain CGI executables, in this case written in C? I have …

cgi lighttpd
How to deploy nodejs app on php/apache server?

I have a dedicated server on which I am currently running 4 PHP websites. The server is configured with apache+nginx. …

node.js apache nginx lighttpd
How to convert Apache .htaccess files into Lighttpd rules?

It's big problem to convert mod_rewrite rules to lighttpd format

apache .htaccess lighttpd
serving static files on Django production tutorial

Does anyone have a simple step-by-step tutorial about serving static files on a Django production app? I read the Django …

django static nginx lighttpd cherokee
apache .htaccess file on lighttpd

RewriteEngine on RewriteRule ^packed\.js$ pack.php?debug=0 [nc] RewriteRule ^debug$ pack.php?debug=1 [nc] That worked fine on apache …

apache .htaccess lighttpd
Executing Python Scripts with Lighttpd and CGI

I am having a problem getting python scripts to execute within Lighttpd and cgi-bin. I have found similar issues within …

python cgi lighttpd cgi-bin
Is glibc's implementation of fprintf() thread-safe?

Is fprintf thread-safe? The glibc manual seems to say it is, but my application, which writes to a file using …

c multithreading posix lighttpd printf
.htaccess rewrite to another port

I have a joomla setup in my /home/joomla directory. I installed both Apache and Lighttpd i have configured Lighttpd …

.htaccess apache2 lighttpd
LightHttpd vs Nginx

Ok, I have seen this question quite a few times here on SO and as well as elsewhere on the …

apache nginx lighttpd