I would like some help with this Working code: regex to match xxx.domain.com $HTTP[\"host\"] =~ \"^[^.]+\\.domain\\.com$\" {
I am currently trying to figure out ways to run Lua scripts using FastCGI with either lighttpd or Nginx. The only thing I was able to dig up yet was WSAPI of the Kepler project. But I wonder if there
I have this Bash Script: #! /usr/local/bin/bash SCGI_SOCKET=unix:///tmp/rpc.socket echo -n rT $(rtxmlrpc system.client_version)/$(rtxmlrpc system.library_version)
I´ve got a special request. I use evhost with lighttpd and everything works fine except this: $HTTP[\"host\"] =~ \"^[^.]+\\.[^.]+$\" {
I have an address on my site like so: http://www.ex开发者_JAVA技巧ample.com/lookup?q=http%3A%2F%2Fgigaom.com%2F2010%2F10%2F10%2Fangry-birds-for-windows7-phone-dont-count-on-it%2F
I have this on a very big number of开发者_JAVA技巧 pages: src=\"//avatar/images/...\"; this server is serving zillions of files I was wondering if it\'s wise to fix that double slash inside the img t
I\'m trying to set up lighttpd to run binary CGI app (not PHP script or smth, but a binary file, compiled from C++ source). I actually have开发者_如何学Python
I would like to redirect specific domains from http to the corresponding https address in lighttpd. I tried out the tutorial on the lighttpd page but there it is not written for a specific domain. Thi
I\'m trying to run lighttpd on ubuntu in parallel with Apache, but it won\'t startup on the ip address and server that I have specified. I have the following configuration:
I\'m trying to get my Django based webapp into a working deployment configuration, and after spending a bunch of time trying to get it working under lighttpd / fastcgi, can\'t get past this problem.Wh