lighttpd Questions

3

DeviceA serves as a reverse-proxy and is supposed to forward requests as follows: 192.168.1.10/DeviceB ==> 192.168.1.20/index.html 192.168.1.10/DeviceC ==> 192.168.1.30/index.html Both index fi...
Conspire asked 1/2, 2011 at 7:20

2

I'm setting up a simple web server on my Raspberry Pi and I can't seem to set up lighttpd, fastcgi, and flask correctly. By now, I've gone through a few iterations of /etc/lighttpd/lighttpd.conf, ...
Rosin asked 28/3, 2016 at 22:20

6

Solved

I've just installed lighttpd on my dedicated server, mod_fastcgi is enabled, so I've appended the following lines to the lighttpd.conf file: fastcgi.server = ( ".php" => ( "localhost" => ( ...
Kenn asked 18/7, 2012 at 9:7

2

i need to setup proxy/rewrite on lighttpd! i have server1, which serves via http 2 different web app paths: * http://server1/path1 * http://server1/path2 also, i have lighttpd server in front o...
Sock asked 26/1, 2013 at 11:38

4

Solved

I have a website in PHP, Lighttpd. It uses also MySQL on Centos 5. I've tested my PHP with code below with Apache Bench (ab). It resulted in some errors (Failed Requests) indicating other length th...
Vltava asked 2/10, 2009 at 23:39

4

Solved

Does anyone have a simple step-by-step tutorial about serving static files on a Django production app? I read the Django docs and it sounds really complicated... I'm trying to go the route of servi...
Groping asked 22/4, 2011 at 14:49

3

I'm trying to deploy a hello flask app to a raspberry pi using lighttpd fastCGI. I followed the instructions on the http://flask.pocoo.org/docs/0.10/deploying/fastcgi/ to the best of my ability H...
Arak asked 8/5, 2015 at 9:54

7

Solved

I am working on linux server through ssh and want to know where to put html and php files (the htdocs folder) but its seems to me the servers is running lighttpd My directory structure looks somet...
Deppy asked 17/10, 2009 at 18:17

1

Solved

How to use AddType in lighthttpd server? Like in Apache server this htaccess code is valid: AddType image/webp .webp But what will be the alternative of this in lighthttpd server htaccess? Than...
Brannon asked 6/9, 2014 at 16:4

1

Solved

Is there a way to stop lighttpd from buffering POSTs to a CGI executable? It seems to me that all requests are fully buffered on disk before they are forwarded to the CGI executable, which makes i...
Irrefutable asked 10/2, 2013 at 21:10

2

Solved

Is it possible to conditionally configure Lighttpd based on custom request headers? It's possible to do so by IP address (and other variables): $HTTP["remoteip"] == "0.0.0.0" { // Do something }...
Sandi asked 3/6, 2010 at 21:11

2

I have a lighttpd server running on an AWS EC2 instance. It can serve on port 80 (or any other port, if I change server.port in /etc/lighttpd/lighttpd.conf) with no problems. However, when I serve ...
Marbling asked 15/1, 2013 at 5:42

13

Solved

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 the place nor the t...
Rozanne asked 26/12, 2008 at 9:4

3

I'm in process of implementation of a fastcgi application, after reading fastCGI spec I've found a feature called "request multiplexing". It reminded me Adobe RTMP multiplexing back in the days tha...
Bulletin asked 27/10, 2011 at 6:17

1

Solved

I'm making CORS requests from https://169.254.128.2:8443 to APIs served on https://169.254.128.2:8444 by lighttpd server. Lighttpd has CORS enabled with the following response headers but the OPTIO...
Crispy asked 13/8, 2018 at 23:1

3

I'm trying to execute some python scripts through lighttpd but when I try to run it, I only get a blank file which I'm asked to download. lighttpd.conf server.modules = ( "mod_access", "mod_ali...
Dint asked 31/7, 2012 at 9:36

1

P am trying to implement a button that will run a Python script forward.py (move my robot forward) using Lighttpd web server/PHP 7.0. The Python script works perfectly when executed in the termina...
Assimilate asked 19/12, 2017 at 20:12

2

Solved

I'm setting up lighty according to this guide, and I don't really have an use for the lighttpd daemon that was installed (this is the one that resides in /etc/init.d/lighttpd). I don't want a webse...
Nilson asked 27/2, 2013 at 18:51

6

Solved

I'm developing a web app using GWT and am seeing a crazy problem with caching of the app.nocache.js file in the browser even though the web server sent a new copy of the file! I am using Eclipse t...
Darrickdarrill asked 25/10, 2012 at 18:31

2

I am having a problem getting python scripts to execute within Lighttpd and cgi-bin. I have found similar issues within stackoverflow (i.e. Lighttpd and cgi python) and other websites, but none ful...
Barrel asked 23/10, 2013 at 2:2

2

i need to enable mode rewrite in lighttpd it should no display the index.php extension ....
Grapple asked 7/5, 2010 at 6:56

2

Solved

I'm trying out lighttpd for an embedded Linux project. I got the latest source package and started writing a master Makefile encapsulating all configure, compile, install (for testing) etc stuff. ...
Butter asked 29/5, 2010 at 18:17

1

I am configuring a Load balancer in Play Framework using Lighttpd 1.4.30. I have given entries in lighttpd-inc.conf as below. $HTTP["host"] =~ "http://10.74.9.109:9020" { proxy.balance = "round-r...
Surpassing asked 10/1, 2013 at 11:20

2

im using jwplayer i want the users to view the videos but not download them generating hashed url of videos was the one i found to do it im using lighttpd mod on the server that creates the hash, a...
Evelynneven asked 12/10, 2011 at 10:55

1

I have a dedicated server on which I am currently running 4 PHP websites. The server is configured with apache+nginx. Whenever I host php websites I put files on public_html folder and thats it, it...
Blessington asked 16/9, 2015 at 9:51

© 2022 - 2024 — McMap. All rights reserved.