Top "Lighttpd" questions

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

Change tomcat base URL

I have a front facing lighttpd server on my domain that redirects a specific URL to a tomcat 8 application server. …

java tomcat lighttpd
CORS request across different ports did not succeed on Firefox but works on Chrome

I'm making CORS requests from https://169.254.128.2:8443 to APIs served on https://169.254.128.2:8444 by lighttpd server. Lighttpd has CORS enabled with the …

firefox cors lighttpd self-signed
Django + FastCGI - randomly raising OperationalError

I'm running a Django application. Had it under Apache + mod_python before, and it was all OK. Switched to Lighttpd + …

python django exception fastcgi lighttpd
Server-side auto-minify?

Is there any way to automatically minify static content and then serve it from a cache automatically? Similar to have …

apache iis nginx lighttpd minify
How can I disable the lighttpd daemon on startup in Ubuntu

I'm setting up lighty according to this guide, and I don't really have an use for the lighttpd daemon that …

ubuntu lighttpd
Apache - how to limit maximum download speed of files? (if not apache, i can run lighthttpd)

I have a bunch of videos but I only want to limit the maximum download speed for these files to …

apache lighttpd
how to enable mod rewrite in lighttpd

i need to enable mode rewrite in lighttpd it should no display the index.php extension ....

php mod-rewrite lighttpd
Nodejs Reverse Proxy Performance

I am investigating the possibility of using Node to act as a reverse proxy. One of the primary goals of …

http node.js lighttpd reverse-proxy
Redirecting websocket traffic on port 80 with lighttpd

I have a website hosted on lighttpd, accessible at the "www" subdomain. I also have a chat server listening on …

node.js websocket socket.io lighttpd
How to display PHP errors when using Lighttpd and Fast-CGI?

I'm running a Lighttpd webserver using FastCGI and the webserver does not output PHP Parse Errors. My php.ini file …

php syntax-error runtime-error fastcgi lighttpd