All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
0 answers
262 views

Lighttpd Stops Responding, Has to Be Restarted

Lighttpd web server, lighttpd was shutting down with the error: [note] sockets disabled, out-of-fds I updated to the newest build of lighttpd, updated fd limits, and now lighttpd does not shut ...
the.s.brom's user avatar
4 votes
2 answers
4k views

Docker compose volumes invalid characters

Unable to start container with docker-compose up Docker version 1.9.1, build a34a1d5 Dockerfile FROM ubuntu # File Author / Maintainer MAINTAINER Parzee [email protected] # Install Components. # ...
gogasca's user avatar
  • 343
1 vote
1 answer
2k views

Docker compose Conflict error

Unable to start container with docker-compose up Docker version 1.9.1, build a34a1d5 Dockerfile FROM ubuntu # File Author / Maintainer MAINTAINER Parzee [email protected] # Install Components. # ...
gogasca's user avatar
  • 343
0 votes
0 answers
295 views

Random speed on downloading files from Nginx/lighttpd

I've tried both lighttpd and nginx as webservers. All to very same result: In the morning, when the load is low, files are lighting fast to download. But later, when the load is a BIT more, server ...
user275407's user avatar
0 votes
1 answer
2k views

Upgrade Lighttpd 1.4.28 to 1.4.35 on Ubuntu 12.04

I am using Ubuntu 12.04 and installed Lighttpd using: sudo apt-get install lighttpd this installed version 1.4.28. I downloaded the source files for 1.4.35 (latest) from the Lighttpd site and ...
Oskar Cronwall's user avatar
1 vote
0 answers
221 views

Deploy multiple django instances on one Host

I am trying to setup multiple Django instances on one Host with lighttpd. My problem is to get Djangos FCGI working on subdirectories served by my Webserver. So my aim is the following: www.myhost....
tvn's user avatar
  • 151
-1 votes
1 answer
368 views

Ubuntu: apt-get -f install lighttpd does not install

I'm trying to install lighttpd. When running sudo apt-get -f install , I'm getting this error : ~/dev/downlaod$ sudo apt-get -f install lighttpd Reading package lists... Done Building dependency ...
user61104's user avatar
  • 519
2 votes
4 answers
7k views

Why does a valid set of iptables rules slow my server to a crawl?

So I implemented some a different set of iptables rules and now if i enable them, then lighttpd simply takes forever to load php enabled pages(like wp). There is no load on the server, processor usage ...
HackToHell's user avatar
1 vote
1 answer
420 views

Install and configure lighttpd on diferent port than apache on ubuntu server

I have ubuntu server and installed Apache and PHP. All my web works fine. I want images, from the web, to work with lighttpd server on different port than apache, for example 8080. So, in html I will ...
tasmaniski's user avatar
0 votes
1 answer
74 views

installing control panel on vps query [closed]

Bit of a rookie question here(possibly stupid), something I'm just not fully sure off. I have recently acquired my first VPS(ubuntu) and am looking to install a control panel(webmin). I'm just ...
Phil's user avatar
  • 1
0 votes
1 answer
2k views

php curl extension problem, ubuntu

i've installed (as root) aptitude install curl php5-curl libcurl3 libcurl3-dev and added extension=curl.so to my php.ini (i assumed this wasn't done automatically because i'm using Lighty and not ...
Juddling's user avatar
  • 1,075
1 vote
1 answer
603 views

Are these multiple php-cgi processes normal to have?

I'm trying to understand why my server is so slow. I've run ps -ef and I found out this: www-data 29185 29184 0 11:11 ? 00:00:00 /usr/bin/php-cgi www-data 29188 29185 0 11:11 ? 00:00:...
aneuryzm's user avatar
  • 1,724
0 votes
3 answers
3k views

Setting up simple vhost on lighttpd

I've recently installed Lighttpd on Ubuntu 10.04. I used the standard concfig file without modification and placed my content in /var/www. I opened a browser typed in the URL www.myexample.co.uk and ...
Koisto's user avatar
  • 1
2 votes
1 answer
6k views

How can I debug what's causing lighttpd errors with fastcgi?

I tried enabling mod_fastcgi in my lighttpd server (running on Ubuntu), with the following config (straight from the example in conf-available): fastcgi.server = ( ".php" => (( "...
Chris B.'s user avatar
  • 337
1 vote
2 answers
700 views

Ubuntu vs Debian for lighttpd and mysql servers

I am totally used to running a Debian system for my lighttpd server and MySQL. Would there be any benefits to running an Ubuntu 10.04 web and mysql server vs my Debian 5 web server any mysql servers? ...
muncherelli's user avatar
0 votes
4 answers
4k views

Ubuntu 10.04 + Lighttpd. can't bind to port: :: 80 Address already in use

I've had a machine running Ubuntu 9.10, with lighttpd and PHP. After the OS update to Ubuntu 10.04, it installed apache2 automatically for some reason (I believe it is due to some dependencies php -> ...
migajek's user avatar
  • 171
0 votes
4 answers
385 views

Ubuntu + LigHTTPd: Server requests taking ages

I've had an issue since upgrading my distro a couple of weeks ago from hardy; receiving data after making a request has increasing intervals of nothing, as you can see from the picture below. http://...
user avatar
5 votes
3 answers
10k views

Lighttpd not cleanly restarting (address already in use)

When doing a dist-upgrade recently, my lighttpd-1.4.19 install on Ubuntu 8.0.4 has begun failing to restart or reload properly with the /etc/init.d/lighttpd restart command. ~$ sudo /etc/init.d/...
Ecton's user avatar
  • 153
3 votes
1 answer
2k views

Lighttpd big uploads memory consumption

Consider the following scenario: I am running lighttpd-1.4.19 and I am handling big uploads (hundreds of MBs but less than 1GB) through it. Server is running on Ubuntu 8.04 LTS. Files are ...
lpfavreau's user avatar
  • 439