Questions tagged [lighttpd]

Lightweight open-source web server

Security, speed, compliance, and flexibility -- all of these describe lighttpd (pron. lighty) which is rapidly redefining efficiency of a webserver; as it is designed and optimized for high performance environments. With a small memory footprint compared to other web-servers, effective management of the cpu-load, and advanced feature set (FastCGI, SCGI, Auth, Output-Compression, URL-Rewriting and many more) lighttpd is the perfect solution for every server that is suffering load problems.

40 questions
5
votes
2 answers

Location to edit xdebug.max_nesting_level in ubuntu 14.04 PHP using Lighttpd

I am getting fatal error maximum function nesting level of '100' reached aborting.. It seems I have to edit xdebug.max_nesting_level from 100 to more. But I am unable to find the correct file in where I should edit this? I am using Ubuntu 14.04…
oxvoxic
  • 151
5
votes
2 answers

installing apache httpd server on ubuntu 12.04

I have 5 systems running apache tomcat server, for load balancing i need to install apache httpd server, how should i do this, please provide me some useful links and your opinions on this, thanks
jagdish
  • 83
5
votes
3 answers

Failed to start Lighttpd Daemon on boot

Every time I turn on my laptop, I see this error message about Lighttpd appearing several times while booting process (also on systemctl --failed): Failed to start Lighttpd Daemon. See 'systemctl status lighttpd.service' for details. After logging…
Steve
  • 1,103
4
votes
1 answer

Broken Packages: php-apc: Depends: phpapi-20090626+lfs

I need to install php-apc on Ubuntu 10.04 and Ubuntu 9.04 First of all, can I just install this package to make it work with php 5.2 + lighttpd on these Ubuntu versions ? I've tried to install it on Ubuntu 10.04 and I get the following error: sudo…
aneuryzm
  • 899
4
votes
1 answer

Loading daemon at startup

Is there an elegant way, other than messing with /etc/rc?.d, to control the daemon loading at boot time? My personal concern is stopping Nginx from loading at boot, while setting lighttpd to do load at boot. Thanks in advance, Adam
Adam Matan
  • 12,919
3
votes
1 answer

Installing APC on lighttpd + php 5.2

I've found this tutorial to install APC on servers with lighttpd + php 5.2 on Ubuntu 10. However, when I run sudo pecl install apc the package is just downloaded and is not installed. (i.e. I'm not asked the next question" and apc.ini file is not…
aneuryzm
  • 899
3
votes
2 answers

Ubuntu Desktop 18 virtualbox unable to change file permissions of shared folder

I'm trying to use a shared folder from the host Windows machine as the root directory for lighttpd on the guest Ubuntu virtual machine. When I attempt to change the permissions, nothing happens. The permissions always remain the same (as shown…
www139
  • 163
2
votes
0 answers

Lighttpd refusing connections and not listening at all

I've been looking online for hours now, but I still can't find an answer. My lighttpd server seems to not be listening to connections at all. Output of netstat -nsl: Proto Recv-Q Send-Q Local Address Foreign Address State tcp …
inXader
  • 21
2
votes
2 answers

Why does Apache start automatically?

I've some issues with my webservers Apache and lighttpd on Ubuntu 9.04. I use lighttpd only and I've stopped Apache on Ubuntu, but for some reason since few days ago, Apache starts to run and I need to stop it in order to restart lighttpd. What…
aneuryzm
  • 899
2
votes
1 answer

Make shared folder on Ubuntu through HTTP

I have a working project on Android, where there are a http-server and client. Client sends GET and POST request to the server and so downloads and uploads files from the server. Now I want to create such system on Ubuntu. I need a simple…
timonvlad
  • 133
2
votes
1 answer

SVN with Lighttpd web server?

I need to install svn on Ubuntu 10.04 and Ubuntu 9.04. On both servers I use lighttpd. I found some tutorials on internet explaining which packages to install with Apache, but i actually need lighttpd. thanks
aneuryzm
  • 899
2
votes
1 answer

Lighttpd configuration multiple subdomains

I have a Lighttpd server as a front end for Ruby on rails. Some subdomains (server1.domain.com, server2.domain.com) are configured with proxy. But also have a standard static web server at www.domain.com. It works, but the call without subdomain…
Juanin
  • 123
2
votes
1 answer

UBUNTU 20.04 Pi-hole, lighttpd service not running

Hope someone can help me with "pi-hole" installation over single board computer: UBUNTU 20.04 Rpi4-8GB/64 bit 1.4 firmware version. I followed the basic links (installation should be very easy): ed-install and install PI hole and watched (It is…
ebaruk
  • 311
2
votes
1 answer

Will lighttpd >1.4.45 run on Ubuntu 18.04 LTS?

I have an embedded system running 18.04 LTS with lighttpd 1.4.45. There are features that have been added since 1.4.46 that I would like to use. I have searched to see if anyone has had success running a later version on this OS, but I haven't…
2
votes
0 answers

Can't install lighttpd on Ubuntu 18.04

I can't install lighttpd on my Ubuntu 18.04. I did an update & upgrade and then: fmf@kodi:~$ sudo apt install lighttpd Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed.…
1
2 3