0
votes
0answers
18 views
Rewriting with lighttpd - how to remove file extensions
I would like to use lighttpd's mod_rewrite to allow requests without a specific file extension. For instance, I would like the following mappings to automatically work:
Requestin …
0
votes
2answers
36 views
Mono / Lighttpd - Garbage text added to SVG file returned via Response.Write()
I am developing a web application that manages a population of plants. One feature of the application is the ability to view relationships between plants as a graph. This visualisa …
0
votes
1answer
10 views
How do you do custom flags and values in lighttpd for PHP?
Perhaps this has already been asked, but I'm brand new to lighttpd and I'd like to know how to configure it more thoroughly.
In Apache, you can set PHP flags and values as a part …
0
votes
0answers
313 views
How to install latest lighttpd PHP (fastcgi) and MySQL on centOS 5.3
yum always install old version but i want to install latest versions.
Thanks.
4
votes
10answers
723 views
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 + FastCGI. Now I randomly get the following exception (neither th …
0
votes
2answers
115 views
FastCGI, Lighttpd Interface Error/Operational Error.
I am getting an Interface Error/ Operational Error while running my Django application with FastCGI.On checking the access log ( of lighttpd) i find these errors pop up which are u …
0
votes
1answer
199 views
lighttpd on Mac 10.5 - can’t find lighttpd.conf
I just did a clean build and reinstall of lighttpd 1.4.20 on Mac OS X 10.5 and I can't find the configuration file.
My goal was to install lighty to a single directory instead of …
-1
votes
0answers
27 views
Configuring Lighttpd, PHP5 and MySQL5 for a no-supervision installation…
I'm creating a script that'll work on a Lighttpd, PHP5 and MySql5. The point is, it must be full-offline script installed and configured with all the requirements by one installer. …
0
votes
0answers
24 views
What does ‘sockets disabled, connection limit reached’ mean?
I am running lighttpd-1.4 on Redhat4 and I got this error when lighttpd crashed:
2009-11-13 16:28:41: (server.c.1383) [note] sockets disabled, connection limit reached
2009-11-13 …
0
votes
1answer
115 views
Fast CGI, Lighttpd, Ubuntu
Is this log file familiar to someone of UBUNTU users?
Lighttpd log file:
> 2009-08-30 21:37:45: (log.c.75) server started
> 2009-08-30 21:37:45: (mod_fastcgi.c.1029) the f …
0
votes
1answer
104 views
Need help converting apache .htaccess code to lighttpd url_rewrite code
Hi All,
I have this custom written CMS built on XAMPP. I'm trying to test the same on lighttpd to benchmark the so-called performance gains... but am stuck at the rewrite rules. …
0
votes
1answer
71 views
The Current State Of Serving a PHP 5.x App on the Apache, LightTPD & Nginx Web Servers?
Being stuck in a MS stack architecture/development position for the last year and a half has prevented me from staying on top of the world of open source stack based web servers re …
2
votes
3answers
86 views
Questions regarding Lighttpd for Windows
I am using lighty for windows, yes i know it's not linux, but atm can only afford local hosting, which then allows me to do a lot of learning and practicing my web skills.
I am aw …
0
votes
1answer
52 views
How do I gzip my html source
I would like to gzip the html sources of my webpages, what's the best way to do it on a lighttpd/php5 server.
I have tried to do it by editing my php.ini file with:
zlib.output_c …
0
votes
4answers
31 views
modify file content
I'm installing a lighttpd server on a remote machine using a bash script. After installation, I need to configure the port for the server. The system says I don't have permission t …
