Questions tagged [lighttpd]

Lighttpd is a lightweight and high-performance event-driven web server.

Lighttpd is a lightweight and high-performance event-driven web server.

1125 questions
0
votes
2 answers

Lighttpd slow downloads

I have a dedicated server with 1GB/s dedicated, 4GB ram and 4cpus. I have static files for download (from 300mb to 900mb). I was testing over Apache, Nginx and Lighttpd. Apache makes too many threats and after 200 connections it goes very high so…
0
votes
1 answer

Lighttpd can not start when including mod_rewrite

Here is my server modules list (modules.conf), its working without any problems, and lighttpd is running correctly while using this list: server.modules = ( "mod_access", # "mod_alias", # "mod_auth", # "mod_evasive", # "mod_redirect", # …
Cyclone
  • 14,839
  • 23
  • 82
  • 114
0
votes
2 answers

What is this lighttpd and Typo3 warning?

I've php 5.3.8 and Typo3 4.5.5 installed on my new webserver with lighttpd but now I'm getting this warning. My OS is a Suse 12.2 64 bit. FastCGI-stderr: PHP Warning: date() [function.date]: It is not safe to rely on…
Micromega
  • 12,486
  • 7
  • 35
  • 72
0
votes
1 answer

Executable cgi and image/javascript-files in lighty

I've add/commented out the following lines to my lighttpd.conf: "mod_cgi" and cgi.assign = ( "" => "/var/www/myCgiScript" ) That works as expected... my executable mySite will be called on every request, but the problem is, that I can't open…
Nrgyzer
  • 783
  • 1
  • 14
  • 38
0
votes
1 answer

Lighttpd and mod_access

I try to add mod_access to my server but everytime I run lighttpd-enable-mod access, it shows me the following output: Available modules: auth accesslog cgi evasive evhost expire fastcgi flv-streaming no-www proxy rrdtool simple-vhost ssi ssl status…
0
votes
0 answers

Lighttpd mystery, "lighttpd dead but pid file exists"! What's the solution?

I'm using Lighttpd web server. I was trying to experiment with a new simple module whose purpose is to write the http request details in a text file. But after creating that module and compiling it, every time I start the web server it becomes dead…
the_naive
  • 2,936
  • 6
  • 39
  • 68
-1
votes
1 answer

reg fcgi and c++

I am developing a sample using c++ which will get request from lighttpd webserver using fcgi protocol and process the request and send the response to client. I could not find any samples using fcgi + lighttpd + c++ application. I am struggling for…
Muthu
  • 107
  • 1
  • 8
-1
votes
1 answer

hls with basic authentication and SSL has little gaps

I try to get HLS working from lighttpd configured with basic authentication and SSL. m3u8 file is…
razvan
  • 51
  • 1
  • 6
-1
votes
1 answer

How to properly configure lighttpd in Ubuntu?

Recently I started working with "lighttpd" webserver to host local webserver to place some files. I am using Ubuntu 20.04 machine within the docker container. I am following this guide lighttpd. I have installed lighttpd package using apt install…
Preeti
  • 535
  • 1
  • 6
  • 30
-1
votes
1 answer

lighttpd default page will not go away

I am running a web server using lighttpd, I have changed the default document directory and uploaded my new homepage, but the default page is still all that will load. I have cleared my browser cache, etc. and even removed the default page from the…
Andrew Guenther
  • 1,362
  • 2
  • 12
  • 30
-1
votes
1 answer

Calling a Python script from PHP does not work

I'm creating a webpage in PHP wherein if a button is pressed, the PHP script executes a python script using shell_exec() command. The python script creates a pdf file using fpdf python library. When I run the same from command shell, it works…
Ryder389
  • 43
  • 1
  • 1
  • 12
-1
votes
1 answer

how to update/install new package in the filesystem on embedded device?

I am a newbie to embedded world so please excuse me if this is a very beginner level question. I am involved in a task where I need to update lighttpd on a device to support TLSv1.2. The device already has lighttpd/1.4.31 (ssl) - a light and fast…
user2669989
  • 308
  • 1
  • 2
  • 15
-1
votes
1 answer

Having issues running a script via cgi in lighttpd

I have the following piece in my config file: cgi.assign = ( ".sh" => "" ) $HTTP["url"] =~ "^/urlpath/" { $HTTP["querystring"] =~ "cams=on" { cgi.assign = ( "" => "/scriptpath/CamsOn" ) } $HTTP["querystring"] =~ "cams=off" { …
user3377627
  • 363
  • 3
  • 7
  • 22
-1
votes
1 answer

cannot get lighttpd configured to web.py

I am trying to setup my web.py application with lighttpd server on ubuntu 14.04. I have followed the following tutorials and did exactly the same what is…
Sajeetharan
  • 216,225
  • 63
  • 350
  • 396
-1
votes
1 answer

trying to have 3 domain names point to 3 seperate roots under 1 webserver

I have a webserver. I have really only ever needed N domainnames to point to that particular root, but now that i have started to expand, I wanted to sort of partition my webserver for different names. This is an example of what i want. Domain…
Fallenreaper
  • 10,222
  • 12
  • 66
  • 129
1 2 3
74
75