Facebook
Categories
- Apache (8)
- asp (3)
- business (2)
- Cpanel Server (41)
- Database (5)
- dedicated server (5)
- DNS (4)
- errors (1)
- Exim (2)
- ffmpeg (1)
- file sharing (10)
- firefox (1)
- flash (1)
- free stuff (1)
- FreeBSD Server (16)
- Funny (3)
- general (12)
- Git (5)
- hosted scripts (1)
- image hosting (3)
- Installation (4)
- large sites (9)
- Linux (69)
- CentOS (5)
- Debian Linux (1)
- Linux Desktop (1)
- ubuntu (10)
- Mail Server (3)
- Qmail Server (2)
- Monotize (3)
- myspace clone (1)
- mysql (7)
- OpenVZ (7)
- PHP (16)
- PHP Tutorial (1)
- symfony (2)
- zend framework (1)
- Plesk (1)
- Programming (3)
- perl (1)
- Ruby On Rails (1)
- search engine (2)
- security (6)
- Server (10)
- social networking (1)
- Uncategorized (198)
- unmetered servers (6)
- Video (13)
- Video Sharing (21)
- Video Sharing Scripts (6)
- Web (77)
- Web Hosting (4)
- Windows (48)
- iis (1)
- Windows Server Administration (2)
- YouTube (17)
- youtube clone (21)
- yui (2)
Tag Archives: Lighttpd
Enable lighttpd status and config pages
To enable lighttpd status and config pages, you need to edit lighttpd.conf vi /etc/lighttpd/lighttpd.conf Find # “mod_status”, Replace with “mod_status”, Find #### status module #status.status-url = “/server-status” #status.config-url = “/server-config” Replace with #### status module status.status-url = “/server-status” status.config-url = … Continue reading
(response.c.544) file not found … or so: Too many open files
A site running lighttpd stopped working with 500 internal server error. On checking lighttpd log, found 2009-08-17 04:04:58: (response.c.544) file not found … or so: Too many open files /4032/046a.jpg -> 2009-08-17 04:04:58: (response.c.544) file not found … or so: … Continue reading
optimizing lighttpd for file hosting
On one of my server, i have 50 Mbps unmetered connection, but maximum bandwidth the server was able to push was 30 Mbps average. After some search i found this is due to i use “linux-sendfile” as server.network-backend. This is … Continue reading
lighttpd upgraded to 1.5
I have upgraded lighttpd 1.4 to latest 1.5 version. lighttpd-1.5.0 – a light and fast webserver Build-Date: Apr 6 2008 17:06:07 After the upgrade, server load is 50% less now. [root@server24 lighttpd]# uptime 17:31:16 up 3 days, 15:49, 1 user, … Continue reading
lighttpd high server load
I have write about bandwidth usage of new server 2 days back. Today, bandwidth usage reached 50 Mbps average. But the problem is server load is at 1 all the time. I hope the server will be able to handle … Continue reading
24 Mbps average bandwidth usage after 1 day
After two days of getting new server for free file hosting site, the bandwidth usage average reached at 24 Mbps average. This server have Core2Duo with 4 GB RAM, lighttpd web server with mod_secdownload. Server load is $0.4 now.
