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...
Rack asked 17/11, 2010 at 13:28

4

Solved

Is there any way to automatically minify static content and then serve it from a cache automatically? Similar to have mod_compress/mod_deflate work? Preferably something I could use in combination ...
Headrest asked 26/5, 2010 at 0:13

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...
Slotnick asked 8/8, 2010 at 21:47

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...
Reld asked 11/7, 2010 at 10:35

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...
Kabuki asked 8/4, 2010 at 13:32

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...
Iaria asked 22/12, 2009 at 16:9

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...
Tabethatabib asked 18/10, 2009 at 4:2

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...
Frill asked 13/10, 2009 at 4:38

1

Solved

I'm looking to make my CGI forum software FastCGI compatible. The forum software consists of a few dlls and .exe (.cgi) files written in C and x86 assembly language. I also have a SQlite3 database....
Deliberative asked 20/4, 2009 at 3:29

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...
Twine asked 8/10, 2008 at 9:7

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...
Ironbound asked 15/10, 2008 at 13:57

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...
Slovene asked 24/9, 2008 at 8:5

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...
Fujio asked 5/10, 2008 at 15:46

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.