lighttpd Questions
1
Solved
Does mojolicious working under the lighttpd web-server? How to cofigure? Does I need setup the FastCGI? It's my first usage of lighttpd.
Jacobi asked 28/12, 2010 at 13:3
1
I'm trying to program an nginx module that discounts traffic from a Mysql database , upon a user based criteria.
I don't know where to start I just know the concept of it, probably calling upon the...
4
Solved
1
Solved
I've been working on a python web app using cherrypy and read it'd be more "robust" to use it as a backend, so I gave it a try.
Shortly put, running some benchmarks on a page doing some database o...
2
Solved
I have a joomla setup in my /home/joomla directory.
I installed both Apache and Lighttpd
i have configured Lighttpd to proxy only static files, and lighttpd is listening on port 81.
Now what i want...
3
Solved
I'm running Django on Linux using fcgi and Lighttpd. Every now and again (about once a day) the server just dies. I'm using the latest stable release of Django, Python and Lighttpd.
The only thing...
3
Solved
I have a site running in Django. Frontend is lighttpd and is using fcgi to host django.
I start my fcgi processes as follows:
python2.6 /<snip>/manage.py runfcgi maxrequests=10 host=127.0.0...
Tijuana asked 30/7, 2009 at 0:52
2
Solved
So I'm trying to do more web development in python, and I've picked cherrypy, hosted by lighttpd w/ fastcgi. But my question is a very basic one: why do I need to restart lighttpd (or apache) every...
3
Solved
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 aware that fast-cgi...
3
Solved
I'm writing an iPhone application that needs to send small bits of information (two strings of under 128 characters each, at a time, and this doesn't happen too frequently) to a server when users i...
1
Solved
2
I'm developing a CherryPy FastCGI server behind lighttpd with the following setup to enable using ORM SQLAlchemy sessions inside CherryPy controllers. However, when I run stress tests with 14 concu...
Ginelle asked 9/3, 2009 at 7:28
3
Solved
Is fprintf thread-safe? The glibc manual seems to say it is, but my application, which writes to a file using single call to fprintf() seems to be intermingling partial writes from different proces...
Shearer asked 27/2, 2009 at 13:56
5
Solved
In order to lighten Apache's load people often suggest using lighttpd to serve up static content.
e.g. http://www.linux.com/feature/51673
In this setup Apache passes requests for static content b...
5
Solved
For a website like reddit with lots of up/down votes and lots of comments per topic what should I go with?
Lighttpd/Php or Lighttpd/CherryPy/Genshi/SQLAlchemy?
and for database what would scale b...
3
I know this is not directly a programming question, but people on stackoverflow seems to be able to answer any question.
I have a server running Centos 5.2 64 bit. Pretty powerful dual core 2 serv...
5
Solved
For development, I use a local LAMP stack, for production I'm using MediaTemple's Django Container (which I'm loving BTW). MT's container uses lighthttpd. Honestly I've never had any other ex...
4
Solved
What do you recommend for setting up a shared server with php from a security/performance point of view?
Apache mod_php (how do you secure that? other than safe_mode as it won't be in PHP6)...
Mayamayakovski asked 6/10, 2008 at 20:18
© 2022 - 2024 — McMap. All rights reserved.