The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
1answer
2k views

Why is lighttpd saying “unknown config-key: accesslog.filename”?

I have created a simply vhost on Lighttpd web server and put these lines on the .conf file. server.errorlog = "/var/log/lighttpd/error.log" accesslog.filename = ...
3
votes
1answer
193 views

Httpd : no space left on device

I am using Fedora 17 and over the last few days I am having an issue with my system. Whenever I try to start httpd it shows me: Error: No space left on device When I execute systemctl status ...
1
vote
1answer
260 views

How to block the execution of files owned by root through lighttpd?

I've created a group and a user to run lighttpd. I would like to run from the web server only files that have these permissions (myuser:mygroup). I don't want to run files with root permissions. Is ...
0
votes
1answer
116 views

./configure, syntax error: unexpected token (lighttpd)

I want to build a modified version of lighttpd. I follow this tutorial: Downloading and building the H264 Streaming Module for Lighttpd (version 2) This is what I've done so far: apt get install ...
0
votes
1answer
162 views

How can I block a network with lighttpd?

I already block some simple ip lighttpd but I want to block a whole network. I've problem to understand what is this network address for example 10.0.0.0/8 and/or 172.16.2.0/24 network? What is this ...
0
votes
1answer
238 views

lighttpd fastcgi with python and php on the same virtual host

I have a python application running on the server, which should process any urls except /wiki. The /wiki url should show a php application. My virtual host looks like this: $HTTP["host"] == ...
0
votes
0answers
60 views

Serving Compressed Files [closed]

We are currently using amazon CloudFront to serve css and according to Amazon itself, Amazon CloudFront can serve both compressed and uncompressed files from an origin server. But while i check ...