<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>nixCraft &#187; lighttpd</title> <atom:link href="http://www.cyberciti.biz/tips/tag/lighttpd/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 03 Feb 2012 22:45:35 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>HowTo: Debug Crashed Linux Application Core Files Like A Pro</title><link>http://www.cyberciti.biz/tips/linux-core-dumps.html</link> <comments>http://www.cyberciti.biz/tips/linux-core-dumps.html#comments</comments> <pubDate>Thu, 03 Jun 2010 09:34:03 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[/etc/sysctl.conf]]></category> <category><![CDATA[application crashes]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[core dumps]]></category> <category><![CDATA[core files]]></category> <category><![CDATA[COREFILE]]></category> <category><![CDATA[daemon]]></category> <category><![CDATA[DAEMON_COREFILE_LIMIT='unlimited']]></category> <category><![CDATA[Dumping]]></category> <category><![CDATA[fedora]]></category> <category><![CDATA[fs.suid_dumpable]]></category> <category><![CDATA[kernel.core_pattern = /tmp/core-%e-%s-%u-%g-%p-%t]]></category> <category><![CDATA[kernel.core_uses_pid = 1]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[php-cgi]]></category> <category><![CDATA[rhel]]></category> <category><![CDATA[Segmentation]]></category> <category><![CDATA[segmentation faults]]></category> <category><![CDATA[setuid programs]]></category> <category><![CDATA[strace]]></category> <category><![CDATA[suid]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[sysctl command]]></category> <category><![CDATA[ulimit -c]]></category> <category><![CDATA[ulimit -c unlimited >/dev/null 2>&1]]></category> <category><![CDATA[ulimit command]]></category> <category><![CDATA[unix programs]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=7006</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/troubleshooting' title='See all Troubleshooting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/configure.png' border='0' /></a></div> <span
class="drop_cap">C</span>ore dumps are often used to diagnose or debug errors in Linux or UNIX programs. Core dumps can serve as useful debugging aids for sys admins to find out why Application like Lighttpd, Apache, PHP-CGI or any other program crashed. Many vendors and open source project author requests a core file to troubleshoot a program. A core file is generated when an application program abnormally terminates due to bug, operating system security protection schema, or program simply try to write beyond the area of memory it has allocated, and so on. This article explains how to turn on core file support and track down bugs in programs.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-core-dumps.html/feed</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>Slowloris DoS Tool: It Can Bring Down Apache 1.x/2.x</title><link>http://www.cyberciti.biz/tips/apache-http-dos-tool-released.html</link> <comments>http://www.cyberciti.biz/tips/apache-http-dos-tool-released.html#comments</comments> <pubDate>Fri, 19 Jun 2009 14:50:39 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[News]]></category> <category><![CDATA[PF Firewall]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security Alert]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[accf]]></category> <category><![CDATA[apache dos attack]]></category> <category><![CDATA[denial of service]]></category> <category><![CDATA[denial of service attack]]></category> <category><![CDATA[distributed denial of service ddos attack]]></category> <category><![CDATA[dns ddos attack]]></category> <category><![CDATA[dos attack]]></category> <category><![CDATA[dos tool]]></category> <category><![CDATA[incoming connections]]></category> <category><![CDATA[kernel module]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[memory exhaustion]]></category> <category><![CDATA[proxy]]></category> <category><![CDATA[squid]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[webservers]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5138</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/apache' title='See all Apache Webserver related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/apachelogo.gif' border='0' /></a></div> Apache Security Update - a flaw In Apache can be used to carry out DoS. Slowloris is a new Apache DoS tool which can use slow Internet links to bring down Apache servers, rather than flooding networks. Most D/DoS tool requires faster net connections but this tool works with minimal bandwidth.  This tool can lead to a DoS attack on Apache 1.x, 2.x, dhttpd, GoAhead WebServer, and Squid, while MS IIS6.0, IIS7.0, and lighttpd are confirmed not vulnerable to this attack.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/apache-http-dos-tool-released.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>Lighttpd mod_rrdtool: Monitor The Load, Requests Per Seconds and Traffic</title><link>http://www.cyberciti.biz/tips/rhel-fedora-centos-debian-ubuntu-lighttpd-mod_rrdtool.html</link> <comments>http://www.cyberciti.biz/tips/rhel-fedora-centos-debian-ubuntu-lighttpd-mod_rrdtool.html#comments</comments> <pubDate>Sat, 23 May 2009 09:53:22 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Monitoring]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[centos lighttpd mod_rrdtool]]></category> <category><![CDATA[debian lighttpd mod_rrdtool]]></category> <category><![CDATA[network bandwidth]]></category> <category><![CDATA[rhel lighttpd mod_rrdtool]]></category> <category><![CDATA[rrdtool]]></category> <category><![CDATA[server modules]]></category> <category><![CDATA[system storage]]></category> <category><![CDATA[ubuntu lighttpd mod_rrdtool]]></category> <category><![CDATA[webserver statistics]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4878</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/linux' title='See all GNU/Linux related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/linux-logo.png' border='0' /></a></div> The <a
href="http://www.cyberciti.biz/faq/howto-install-rrdtool-on-rhel-linux/">round-robin database</a> tool aims to handle time-series data like network bandwidth, temperatures, CPU load etc. The data gets stored in round-robin database so that system storage footprint remains constant over time. Lighttpd comes with mod_rrdtool to monitor the server load and other details. This is useful for debugging and tuning lighttpd / fastcgi server performance. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/rhel-fedora-centos-debian-ubuntu-lighttpd-mod_rrdtool.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Lighttpd: Enable IPv6 Support</title><link>http://www.cyberciti.biz/tips/linux-unix-lighttpd-ipv6-support.html</link> <comments>http://www.cyberciti.biz/tips/linux-unix-lighttpd-ipv6-support.html#comments</comments> <pubDate>Fri, 03 Oct 2008 20:30:32 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[ipv6]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[how to enable ipv6 support?]]></category> <category><![CDATA[ipv6 addresses]]></category> <category><![CDATA[ipv6 webserver]]></category> <category><![CDATA[lighttpd ipv6]]></category> <category><![CDATA[lighttpd ipv6 support]]></category> <category><![CDATA[lighttpd server.use-ipv6]]></category> <category><![CDATA[linux ipv6]]></category> <category><![CDATA[sendfile]]></category> <category><![CDATA[server port]]></category> <category><![CDATA[server socket]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=3014</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/lighttpd' title='See all Lighttpd related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/light_logo.png' border='0' /></a></div> Lighttpd supports both IPv6 and IPv4 protocol out of box. You need to compile lighttpd with IPv6 support. This small how to explains how to enable both IPv6 and IPv4 support under GNU/Linux / UNIX and FreeBSD operating systems.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/linux-unix-lighttpd-ipv6-support.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Lighttpd Drupal CMS Clean URL ( SEO ) Rules Set Configuration</title><link>http://www.cyberciti.biz/tips/lighttpd-drupal-htacess-seo-clean-urls.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-drupal-htacess-seo-clean-urls.html#comments</comments> <pubDate>Wed, 30 Jul 2008 13:54:06 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[/etc/lighttpd/lighttpd.conf]]></category> <category><![CDATA[cms project]]></category> <category><![CDATA[content management system]]></category> <category><![CDATA[domain configuration]]></category> <category><![CDATA[drupal cms]]></category> <category><![CDATA[lighttpd clean url]]></category> <category><![CDATA[lighttpd seo]]></category> <category><![CDATA[mod rewrite]]></category> <category><![CDATA[search engines]]></category> <category><![CDATA[seo]]></category> <category><![CDATA[server error]]></category> <category><![CDATA[system test]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2544</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/lighttpd' title='See all Lighttpd related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/light_logo.png' border='0' /></a></div> Drupal is modular framework and content management system (CMS) and works under Lighttpd too. By default, Drupal passes path arguments to itself via its internally generated URLs.  This small howto explains setting up clean url using Lighttpd web sever.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-drupal-htacess-seo-clean-urls.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Debian Linux Security Update: Lighttpd DoS and Gaim Package Remote Security Issues</title><link>http://www.cyberciti.biz/tips/debian-linux-security-lighttpd-dos-gaim-package-2.html</link> <comments>http://www.cyberciti.biz/tips/debian-linux-security-lighttpd-dos-gaim-package-2.html#comments</comments> <pubDate>Tue, 15 Jul 2008 18:19:58 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[Security Alert]]></category> <category><![CDATA[arbitrary code]]></category> <category><![CDATA[attacker]]></category> <category><![CDATA[attackers]]></category> <category><![CDATA[CVE-2007-3948]]></category> <category><![CDATA[CVE-2008-0983]]></category> <category><![CDATA[CVE-2008-2927]]></category> <category><![CDATA[denial of service]]></category> <category><![CDATA[internal database]]></category> <category><![CDATA[linux security]]></category> <category><![CDATA[memory footprint]]></category> <category><![CDATA[minimal memory]]></category> <category><![CDATA[msn protocol]]></category> <category><![CDATA[overflows]]></category> <category><![CDATA[protocol handlers]]></category> <category><![CDATA[security issues]]></category> <category><![CDATA[vulnerabilities]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2463</guid> <description><![CDATA[Debian Linux project released today bug fixes for lighttpd and gaim package that allows remote attacks and DoS attacks.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/debian-linux-security-lighttpd-dos-gaim-package-2.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Reddit Web 2.0 Social News Website Releases Source Code</title><link>http://www.cyberciti.biz/tips/reddit-goes-open-source.html</link> <comments>http://www.cyberciti.biz/tips/reddit-goes-open-source.html#comments</comments> <pubDate>Wed, 18 Jun 2008 17:21:17 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[News]]></category> <category><![CDATA[daemontools]]></category> <category><![CDATA[digg]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[open source products]]></category> <category><![CDATA[open source project]]></category> <category><![CDATA[python libraries]]></category> <category><![CDATA[reddit]]></category> <category><![CDATA[slony]]></category> <category><![CDATA[social news]]></category> <category><![CDATA[source code]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2377</guid> <description><![CDATA[On June 18, 2008, Reddit became an open source project. All of the code and libraries written for Reddit became freely available.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/reddit-goes-open-source.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Lighttpd mod_rewrite Hotlink Protection To Display Image Message</title><link>http://www.cyberciti.biz/tips/lighttpd-mod_rewrite-redirect-hotlink-image.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-mod_rewrite-redirect-hotlink-image.html#comments</comments> <pubDate>Thu, 12 Jun 2008 12:19:33 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[blogspot]]></category> <category><![CDATA[configuration file]]></category> <category><![CDATA[deny access to hotlinking]]></category> <category><![CDATA[electronic media]]></category> <category><![CDATA[hotlink]]></category> <category><![CDATA[http referer]]></category> <category><![CDATA[image message]]></category> <category><![CDATA[image png]]></category> <category><![CDATA[lighttpd redirect image]]></category> <category><![CDATA[lighttpd stop hotlinking]]></category> <category><![CDATA[mod rewrite]]></category> <category><![CDATA[music files]]></category> <category><![CDATA[referer]]></category> <category><![CDATA[stop image hotlinking]]></category> <category><![CDATA[video files]]></category> <category><![CDATA[web server user]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2363</guid> <description><![CDATA[Describes how to stop image or any media hotlinking under Lighttpd and redirect to another image to save bandwidth.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-mod_rewrite-redirect-hotlink-image.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Lighttpd Install and Configure AwStats Software Log Analyzer</title><link>http://www.cyberciti.biz/tips/lighttpd-web-server-awstats-tutorial.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-web-server-awstats-tutorial.html#comments</comments> <pubDate>Tue, 29 Apr 2008 01:08:41 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Perl]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[access log]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[apache log files]]></category> <category><![CDATA[awstats configuration]]></category> <category><![CDATA[awstats howto]]></category> <category><![CDATA[awstats.conf]]></category> <category><![CDATA[configuration directive]]></category> <category><![CDATA[configuration files]]></category> <category><![CDATA[default configuration]]></category> <category><![CDATA[ftp servers]]></category> <category><![CDATA[lighttpd cgi]]></category> <category><![CDATA[lighttpd mod_perl]]></category> <category><![CDATA[lighttpd virtual host]]></category> <category><![CDATA[mail servers]]></category> <category><![CDATA[restart lighttpd]]></category> <category><![CDATA[wget]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2244</guid> <description><![CDATA[AWStats is a free powerful tool that generates advanced web, streaming, ftp or mail server statistics, graphically. This log analyzer works as a CGI or from command line. This document describes awstats configuration.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-web-server-awstats-tutorial.html/feed</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>mod_compress: Lighttpd Gzip Compression To Improve Download and Browsing Speed</title><link>http://www.cyberciti.biz/tips/lighttpd-mod_compress-gzip-compression-tutorial.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-mod_compress-gzip-compression-tutorial.html#comments</comments> <pubDate>Sat, 26 Apr 2008 10:18:36 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[News]]></category> <category><![CDATA[php]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[apache 2]]></category> <category><![CDATA[cache]]></category> <category><![CDATA[compression method]]></category> <category><![CDATA[enable mod_compress lighttpd]]></category> <category><![CDATA[enabling gzip compression php.ini]]></category> <category><![CDATA[gzip compression]]></category> <category><![CDATA[gzip header]]></category> <category><![CDATA[Gzip web server components]]></category> <category><![CDATA[install mod defalte in linux box]]></category> <category><![CDATA[lighthttpd gzip]]></category> <category><![CDATA[lighttpd fastcgi]]></category> <category><![CDATA[lighttpd gzip.gzip compression lighttpd]]></category> <category><![CDATA[lighttpd mod_compress gzip]]></category> <category><![CDATA[lighttpd mod_compress help]]></category> <category><![CDATA[mod compress]]></category> <category><![CDATA[mod deflate]]></category> <category><![CDATA[response time]]></category> <category><![CDATA[restart lighttpd]]></category> <category><![CDATA[throughput]]></category> <category><![CDATA[web browser]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2239</guid> <description><![CDATA[Gzip compression reduces response times by reducing the size of the HTTP response. This document describes gzipping http traffic which can  reduces the response size by about 70%. Approximately 90% of today's Internet traffic travels through browsers that claim to support compression. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-mod_compress-gzip-compression-tutorial.html/feed</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Lighttpd Control a Directory Listing With mod_dirlisting</title><link>http://www.cyberciti.biz/tips/howto-lighttpd-enable-disable-directory-listing.html</link> <comments>http://www.cyberciti.biz/tips/howto-lighttpd-enable-disable-directory-listing.html#comments</comments> <pubDate>Sat, 08 Mar 2008 05:48:46 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[configuration file]]></category> <category><![CDATA[directory listing]]></category> <category><![CDATA[directory listings]]></category> <category><![CDATA[index file]]></category> <category><![CDATA[lighttpd disable dir listing]]></category> <category><![CDATA[lighttpd enable dir listing]]></category> <category><![CDATA[mod dirlisting]]></category> <category><![CDATA[server modules]]></category> <category><![CDATA[url directory]]></category> <category><![CDATA[url files]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-lighttpd-enable-disable-directory-listing.html</guid> <description><![CDATA[Lighttpd web server will generate a directory listing if a directory is requested and no index-file was found in that directory. mod_dirlisting is one of the modules that is loaded by default and doesn't have to be specified on server.modules to work. Task: Enable Directory Listings Globally Open lighttpd configuration file: # vi /etc/lighttpd/lighttpd.conf Append [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-lighttpd-enable-disable-directory-listing.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Lighttpd / Apache : Run Xcache in Chrooted Jail</title><link>http://www.cyberciti.biz/tips/lighttpd-apache-run-xcache-in-chrooted-jail.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-apache-run-xcache-in-chrooted-jail.html#comments</comments> <pubDate>Mon, 26 Nov 2007 06:41:56 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Gentoo Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[php]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[centos linux]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[mkdir command]]></category> <category><![CDATA[mknod command]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/lighttpd-apache-run-xcache-in-chrooted-jail.html</guid> <description><![CDATA[Recently I wrote about installing and running Xcache under Red hat enterprise Linux and CentOS Linux. By default Xcache use /dev/zero for caching. All you have to do is create /dev/zero in chrooted jail. Type the following command (assuming that your jail is located at /lighttpd.jail directory): # mkdir -p /lighttpd.jail/dev # mknod -m 666 [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-apache-run-xcache-in-chrooted-jail.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>CentOS / Redhat Enterprise Linux Setup Lighttpd in Chroot Jail</title><link>http://www.cyberciti.biz/tips/centos-rhel-lighttpd-chroot-jail-installation-howto.html</link> <comments>http://www.cyberciti.biz/tips/centos-rhel-lighttpd-chroot-jail-installation-howto.html#comments</comments> <pubDate>Fri, 02 Nov 2007 10:40:53 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[MySQL]]></category> <category><![CDATA[php]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[centos linux]]></category> <category><![CDATA[chown command]]></category> <category><![CDATA[chroot lighttpd]]></category> <category><![CDATA[chroot red hat enterprise linux]]></category> <category><![CDATA[cp command]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[install lighttpd]]></category> <category><![CDATA[install mysql]]></category> <category><![CDATA[install php]]></category> <category><![CDATA[ldap php]]></category> <category><![CDATA[lighttpd ./configure with]]></category> <category><![CDATA[lighttpd for centos]]></category> <category><![CDATA[lighttpd jail centos]]></category> <category><![CDATA[lighttpd rhel5 rpm]]></category> <category><![CDATA[pear php]]></category> <category><![CDATA[php gd]]></category> <category><![CDATA[php ldap]]></category> <category><![CDATA[php pear]]></category> <category><![CDATA[redhat chroot]]></category> <category><![CDATA[rhel 5]]></category> <category><![CDATA[rhel lighttpd chroot]]></category> <category><![CDATA[webroot]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/centos-rhel-lighttpd-chroot-jail-installation-howto.html</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/lighttpd' title='See all Lighttpd related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/light_logo.png' border='0' /></a></div> Many people asked me to write about setting up Lighttpd under CentOS or RHEL 5 Linux using chroot() call. The instructions are almost same but you need to make little modification as compare to <a
href="http://www.cyberciti.biz/tips/howto-setup-lighttpd-php-mysql-chrooted-jail.html">Debian / Ubuntu</a> Linux instructions.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/centos-rhel-lighttpd-chroot-jail-installation-howto.html/feed</wfw:commentRss> <slash:comments>10</slash:comments> </item> <item><title>Download of the day: phpMyVisites free and open source websites statistics and analytics software</title><link>http://www.cyberciti.biz/tips/download-phpmyvisites-software.html</link> <comments>http://www.cyberciti.biz/tips/download-phpmyvisites-software.html#comments</comments> <pubDate>Wed, 03 Oct 2007 12:34:52 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Download of the day]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[analytics software]]></category> <category><![CDATA[iis]]></category> <category><![CDATA[php]]></category> <category><![CDATA[websites statistics]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/download-phpmyvisites-software.html</guid> <description><![CDATA[phpMyVisites is a free and powerful open source (GNU/GPL) software for websites statistics and audience measurements software. I’m currently using this software and it totally rocks. This software gives out lots of information on websites visitors, visited pages, software/hardware utilization. The installation is entirely automated and very simple. I'm currently using the same software here. [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-phpmyvisites-software.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>How to upgrade lighttpd tar ball (source code) installation</title><link>http://www.cyberciti.biz/tips/update-lighttpd-web-server.html</link> <comments>http://www.cyberciti.biz/tips/update-lighttpd-web-server.html#comments</comments> <pubDate>Sat, 01 Sep 2007 09:43:36 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[CentOS]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Suse Linux]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[apt-get command]]></category> <category><![CDATA[freebsd ports]]></category> <category><![CDATA[make command]]></category> <category><![CDATA[md5sum command]]></category> <category><![CDATA[security fix]]></category> <category><![CDATA[source code tar]]></category> <category><![CDATA[tail command]]></category> <category><![CDATA[tar ball]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Update]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/update-lighttpd-web-server.html</guid> <description><![CDATA[Upgrading lighttpd is a piece of cake. There are two methods: a) Use yum or apt-get or FreeBSD ports / command to update binary lighttpd package b) Just download latest lighttpd tar ball from official web site and install the same. Let us see how to upgrade lighttpd using source code (tar ball). # 1 [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/update-lighttpd-web-server.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Download of the day: Lighttpd web server 1.4.17</title><link>http://www.cyberciti.biz/tips/download-lighttpd-1417-web-server.html</link> <comments>http://www.cyberciti.biz/tips/download-lighttpd-1417-web-server.html#comments</comments> <pubDate>Sat, 01 Sep 2007 09:25:39 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Download of the day]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows server]]></category> <category><![CDATA[security fix]]></category> <category><![CDATA[Update]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/download-lighttpd-1417-web-server.html</guid> <description><![CDATA[Finally, new Lighttpd 1.4.17 has been released. This is security and bug fix update. I had updated my box and now this site is powered by 1.4.17. Download lighttpd Visit official web site here Install and configure Lighttpd under Linux (a) See how to install and configure lighttpd under RHEL (b) See all lighttpd related [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/download-lighttpd-1417-web-server.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Lighttpd block wget useragent  for specific urls</title><link>http://www.cyberciti.biz/tips/howto-lighttpd-block-useragent.html</link> <comments>http://www.cyberciti.biz/tips/howto-lighttpd-block-useragent.html#comments</comments> <pubDate>Sun, 12 Aug 2007 13:42:10 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Ask nixCraft]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[block useragent]]></category> <category><![CDATA[perl regex]]></category> <category><![CDATA[wget command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/howto-lighttpd-block-useragent.html</guid> <description><![CDATA[One of regular reader asks a question: My website powered by Lighttpd web server. I’d like to block Wget useragent for entire my domain.com site except for /downloads/ url section. How do I configure lighttpd? You need to use $HTTP filed useragent and url combination. Just open your lighttpd.conf file and append code as follows. [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/howto-lighttpd-block-useragent.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Lighttpd web server setup custom PHP.INI file for each user or domain</title><link>http://www.cyberciti.biz/tips/custom-phpini-file-for-each-domain-user.html</link> <comments>http://www.cyberciti.biz/tips/custom-phpini-file-for-each-domain-user.html#comments</comments> <pubDate>Mon, 16 Jul 2007 15:55:32 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Apache]]></category> <category><![CDATA[fastcgi]]></category> <category><![CDATA[php]]></category> <category><![CDATA[php-cgi]]></category> <category><![CDATA[php.ini]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/custom-phpini-file-for-each-domain-user.html</guid> <description><![CDATA[You can provide each user or domain its own php.ini file. There are two basic ways to provide each user a php.ini file: a) Setup chrooted jail for each domain and user will get /etc/php.ini inside each jail b) Setup individual fastcgi instance for each domain along with php.ini Let us say you have two [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/custom-phpini-file-for-each-domain-user.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Lighttpd run php from different host using mod_proxy / mod_fastcgi</title><link>http://www.cyberciti.biz/tips/lighttpd-mod_proxy-to-run-php-fastcgi-app-server.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-mod_proxy-to-run-php-fastcgi-app-server.html#comments</comments> <pubDate>Tue, 10 Jul 2007 22:43:22 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[balancing dynamic]]></category> <category><![CDATA[bind]]></category> <category><![CDATA[cluster server]]></category> <category><![CDATA[daemontools]]></category> <category><![CDATA[fcgi]]></category> <category><![CDATA[mod fastcgi]]></category> <category><![CDATA[mod proxy]]></category> <category><![CDATA[php-cgi]]></category> <category><![CDATA[proxy]]></category> <category><![CDATA[server php]]></category> <category><![CDATA[spawn]]></category> <category><![CDATA[tcp port]]></category> <category><![CDATA[unix domain socket]]></category> <category><![CDATA[web server]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/lighttpd-mod_proxy-to-run-php-fastcgi-app-server.html</guid> <description><![CDATA[Lighttpd allows you to run php from different hosts. This is quite useful: a] If you want to run php 4 locally and php 5 from remote host b] Load balancing dynamic content c] Added layer for security for chrooted jails etc If you would like to run wikipedia / sf.net like site, you can [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-mod_proxy-to-run-php-fastcgi-app-server.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Can someone steal my PHP script without hacking server?</title><link>http://www.cyberciti.biz/tips/php-script-downloaded-as-source-code.html</link> <comments>http://www.cyberciti.biz/tips/php-script-downloaded-as-source-code.html#comments</comments> <pubDate>Wed, 02 May 2007 08:03:01 +0000</pubDate> <dc:creator>Vivek Gite</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[correct mime type]]></category> <category><![CDATA[mod php]]></category> <category><![CDATA[mod proxy]]></category> <category><![CDATA[php source code]]></category> <category><![CDATA[production environment]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/php-script-downloaded-as-source-code.html</guid> <description><![CDATA[Adarsh asks: Can someone steal my PHP code or program without hacking my Linux box? Can someone snoop script over plain HTTP session? Short answer is no. PHP is server side thingy. However a misconfigured webserver can easily give out php file to all end users. You need to make sure that mod_php / mod_fastcgi [...]]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/php-script-downloaded-as-source-code.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> </channel> </rss>
