All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
2 answers
369 views

lighttpd security without htaccess

I have a webserver with limited resources and therefore I decided to use lighttpd as my webserver software. However, I notice now that it does not recognizes apache .htaccess files. Most of the ...
Thom's user avatar
  • 41
0 votes
1 answer
677 views

Lighttpd: Expose files in a directory only through chosen URL pattern

Background I have a web page X, which I would like to serve through only through URLs matching /X/${UUID}, where UUID is a random UUID which I give to a person. I have come up with a solution which ...
justinpc's user avatar
  • 151
1 vote
1 answer
1k views

Lighttpd: specify two http hosts with same document root?

What is the best or proper way to specify two http hosts with the same document root on Lighttpd? For example, to serve a domain at example.org and www.example.org. Given the following in the ...
user981178's user avatar
0 votes
1 answer
2k views

Lighttpd splitting request URI and dropping query parameter

I'm running lighttpd 1.4.33, which is reverse proxied to from an Apache server that is open to the Internet. When accessing a script from the local address of the lighttpd server, GET parameters are ...
Libbux's user avatar
  • 295
0 votes
0 answers
863 views

How can I set up a web server for reverse proxy having websockets and socket.io working normally?

I have a VPS currently hosting node.js web apps and one site. However I'm currently using custom ports for the apps. I'd like to simply give each its custom domain and so for more sites, that would ...
diegoaguilar's user avatar
0 votes
3 answers
1k views

Can Apache, nginx and lighttpd coexist in a Ubuntu system?

Just for learning and testing, I've installed these three different web servers, I've also installed mysql and php5. I changed the DocumentRoot for each to /var/www/apache, /var/www/nginx and /var/...
diegoaguilar's user avatar
-1 votes
1 answer
1k views

lighttpd 403 forbidden jpeg image access

I am running a stock lighttpd installation with no configuration changes. Client sees a 403 forbidden error trying to access static images (even from an img tag on a static page). Nothing in the logs ...
taz's user avatar
  • 151
0 votes
1 answer
132 views

lighttpd: SMP workers causing performance degrade

I am trying to increase the performance of my lighttpd system by using SMP workers for multiple cores.It turns out that instead of improving the performance it is degrading it. I dont seem to ...
auny's user avatar
  • 101
3 votes
1 answer
633 views

SSL with authentication without encryption

Is it possible to setup lighttpd server and curl client so that both the client and the server verify each other's self-signed SSL certificate but the file is downloaded without SSL encryption? How ...
jackhab's user avatar
  • 781
0 votes
2 answers
424 views

Multiple SSL based IPs on lighttpd

I have lighttpd as web server and on it I have installed IP-based SSL certificates. I want to have a way to have multiple SSL certificates on each new IP that the server may get. For example, at the ...
Alin Andrei's user avatar
2 votes
1 answer
922 views

LighTPD and PHP not working if outside of LightTPD folder

I need to set up a simple web server with PHP on Windows XP that a number of different people will use for local testing. I'm using LightTPD 1.4.30-4-IPv6-Win32-SSL and PHP 5.2. So far I've created ...
Marco83's user avatar
  • 121
2 votes
1 answer
4k views

lighttpd: Backend is overloaded + fcgi-server re-enabled + all handlers are down

We have a standard lighttpd deployment with PHP-CGI and our error logs are flooding with the following. This is causing a huge problem because we keep returning 500's to our clients: 2012-10-14 14:28:...
AbuZubair's user avatar
  • 123
1 vote
1 answer
707 views

lighttpd: why using port >= 9000 does not work properly

I had a lighttpd server which works normally. I can access this website from outside(non-localhost) via http://vm.aaa.com:8080. Let's just assume that it's a simple static website, without php or ...
yejinxin's user avatar
  • 121
0 votes
1 answer
148 views

Rule of thumb in RAM estimate for static pages? [duplicate]

Possible Duplicate: How do you do Load Testing and Capacity Planning for Web Sites I've seen tutorials saying they can run decent websites on 64MB RAM (Debian/Lighttpd/PHP/MySQL) however it's not ...
IMB's user avatar
  • 511
2 votes
2 answers
317 views

SVN and 'lite' web servers

I plan to setup and configure SVN server. Think about 'lite' web servers, such as nginx or lighttpd. AFAIK nginx has only limited support for the DAV and does not have SVN module itself. Is it correct ...
Evgenii Iablokov's user avatar
0 votes
3 answers
1k views

Can't access a local site site on LAN

I have lighttpd setup on a machine (say ip is 10.107.105.13) with following details. inet addr : 10.107.105.13 Bcast : 10.107.111.255 Mask : 255.255.240.0 I can access my site on this computer by ...
Dilawar's user avatar
  • 119
0 votes
1 answer
147 views

Should I switch from lightty to nginx? [closed]

I've been using lightty/lighttpd for about two years, and have had no problems. I occasionally have to restart lighttpd to regain some memory but other then that I love the config files and how ...
Kyle's user avatar
  • 351
0 votes
1 answer
4k views

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", # "...
Cyclone's user avatar
  • 260
0 votes
4 answers
178 views

web servers & php [closed]

I usually code in PHP, and always used apache. I have started my own website but I soon realised that apache is not the best solution to have: it uses 15MB of memory per page, making a small server ...
Enrico Tuttobene's user avatar
6 votes
1 answer
9k views

How to setup Python with Lighttpd and FastCGI (like PHP)

Running Lighttpd on Linux, I would like to be able to execute Python scripts just the way I execute PHP scripts. The goal is to be able to execute arbitrary script files stored in the WWW directory, ...
johndir's user avatar
  • 305
2 votes
1 answer
2k views

Lighttpd: Redirect specific location and sub-locations from HTTP to HTTPS (without using domain name)

I would like to redirect a specific section of a website from HTTP:// to HTTPS:// using Lighttpd. I've been looking at this Lighttpd wiki entry, but the examples don't work the way I want. I have ...
johndir's user avatar
  • 305
3 votes
5 answers
4k views

Lighttpd's memory leaks, a myth or true? If true, does it apply to static content? [closed]

[First, please read it all before marking it as being subjective, or irrelevant as of ServerFault's community guidelines.] EDIT: I should have mentioned that the site I am building serves video files....
user avatar
0 votes
1 answer
3k views

Lighttpd doesn't read mime-type from files without an extension

I have a folder with images that I need to be lightweight hosted. So I decided to go for lighttpd. So I read that I had to add the following option in the config file: mimetype.use-xattr = "enable" ...
Zequez's user avatar
  • 157
0 votes
1 answer
2k views

configuring lighttpd for large downloads

i run a web site that hosts pages that are just general scripts (php, etc) and mp3 downloads (some of which are fairly large - up to 200mb). i am running lighttpd on the servers on linux (ubuntu 64). ...
ahmedre's user avatar
  • 103
27 votes
3 answers
15k views

Why are NginX and Lighttpd not affected by Slowloris?

I am investigating the vulnerability to Slowloris and I think I understand how and why this sort of attack works. What I don't understand is why Lighttpd and NginX are not affected (according to the ...
The Shurrican's user avatar
2 votes
6 answers
32k views

Which apache/mysql/php package is best for windows? [closed]

I have tried appservnetwork, was the best so far, but I haven't seen them do an update in ages, EasyPHP is just slow to load always. Wamp and Xamp, all put in their description that is not for ...
crosenblum's user avatar
2 votes
2 answers
451 views

What would be better in my case - apache, nginx or lighttpd?

I'm writing a PHP site that's expected to get about 200-300 concurrent users browsing it. When initializing the application will load about 30 PHP classes, some 10 maybe 15 images and a couple of css ...
tftd's user avatar
  • 1,508
4 votes
2 answers
4k views

Webserver logs: "Morfeus F***ing Scanner"

I've just found these accesses in my web server log files: ::ffff:218.38.136.38 109.72.95.175 - [10/Jan/2011:02:54:12 +0100] "GET /user/soapCaller.bs HTTP/1.1" 404 345 "-" "Morfeus Fucking Scanner" ::...
aneuryzm's user avatar
  • 1,724
1 vote
2 answers
741 views

Serving static web files off a non-standard port

I'm close to deploying a Django project to production. I'm looking over some infrastructure decisions. Something that came up was serving static files with a different server such as lighttpd. ...
Belmin Fernandez's user avatar
0 votes
1 answer
1k views

Why does everybody mentions Apache/NGINX/Lighttpd... but not YAWS [closed]

I see a lot of comparisons between Apache, NGINX, Lighttpd, Cherokee ... but never a comparison with the YAWS webserver written in Erlang. Maybe there is a reason for this? Or maybe YAWS deservers ...
PieterB's user avatar
  • 91
2 votes
2 answers
2k views

How do I redirect multiple domains to a single domain in lighttpd

If I have the following domains in lighttpd: domain1.com domain1.co.uk domain2.com domain2.co.uk How do i redirect all these to to 'domain.com'? ie: domain1.co.uk/some-path/ redirects to domain....
sleepyjames's user avatar
0 votes
1 answer
187 views

What files to backup on Lighttpd+MySQL+PHP server

I have a VPS with CentOS 5. I would like to create backup of: all my config files tweaks of database, php, server a databases cron settings website files installed applications and their settings (?) ...
Tom Smykowski's user avatar
1 vote
1 answer
614 views

lighttpd domain access restriction, but not always static ip

How can i allow access to a domain in lighttpd for only some of my own machines when they don't have (always) a static ip?
user avatar
1 vote
6 answers
5k views

What are the advantages of lighttpd over Apache [closed]

Youtube use lighttpd rather than the common Apache. What are the advantages of Light vs Apache? Are there other alternatives to Apache?
Alex's user avatar
  • 8,481
2 votes
4 answers
5k views

How to protect Lighttpd from DOS attacks and flooding? [duplicate]

I have a problem with Lighttpd because someone started to use some Web downloader from very good connection and it blocked my whole website. Is there any way to protect Lighttpd from DDOS attacks and ...
Tom Smykowski's user avatar
1 vote
2 answers
511 views

What is lighttpd's version of mod_ruby?

I'm trying to find a mod_ruby for lighttpd, not apache2. Does anyone have any ideas?
chutsu's user avatar
  • 165
0 votes
4 answers
1k views

Media server and Web server -- same IP address, how do I set this up?

Hi I'm trying to build a website where users can upload images. I am wanting to have a seperate media server to host the images, so that the web application can point to the images like mediaserver....
SteveM's user avatar
  • 101
8 votes
4 answers
16k views

Memory usage of php-cgi processes is growing steadily

I'm trying to set up a web server on a VPS. My problem is that memory usage of php-cgi processes increases over time even though the website is not receiving any traffic at all. (it is behind a ...
John's user avatar
  • 81
2 votes
4 answers
521 views

Which web server has better rewrite syntax that closely mimics Apache's?

Since most open source projects include mod_rewrite rules to work with Apache I need to be able to convert them to work with lighttpd or nginx. Which web server allows me to convert the rules exactly ...
kovert's user avatar
  • 437