<?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; Apache</title> <atom:link href="http://www.cyberciti.biz/tips/category/apache/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>Wed, 24 Apr 2013 18:50:55 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.5.1</generator> <item><title>HowTo: Run Network Service Per System / VM Instance To Improve Overall Security Of A Web Stacks (LAMP)</title><link>http://www.cyberciti.biz/tips/run-different-network-services-on-separate-vm-systems.html</link> <comments>http://www.cyberciti.biz/tips/run-different-network-services-on-separate-vm-systems.html#comments</comments> <pubDate>Fri, 22 Jun 2012 22:58:06 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Run Different Linux Network Services on Separate Systems/VM]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9008</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><a
title="See all Apache Webserver related tips/articles" href="http://www.cyberciti.biz/tips/category/apache"><img
src="http://s0.cyberciti.org/images/category/old/apachelogo.gif" alt="" border="0" /></a></div> <span
class="drop_cap">A</span> web stack is nothing but collection of many open source software such as an operating system, Web server, database server, server side programming language. The most commonly known web stacks is LAMP. It is an acronym for a solution stack of free, open source software, referring to the first letters of Linux (operating system), Apache Web server, MySQL database software and PHP (or sometimes Perl or Python). All of our security related tutorials recommends running different network services on separate systems or vm instance. Naturally, this limits the number of other services that can be cracked in the event that an attacker is able to successfully exploit a software flaw in one network service. This is also one of the most requested article via email. In this guide, I will explain how to setup a solution that can serve static content, dynamic content, database, and caching by running on separate servers or vm instance.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/run-different-network-services-on-separate-vm-systems.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>HowTo: Configure Apache Web Server To Use NFS Shared HTML+PHP5 Files</title><link>http://www.cyberciti.biz/tips/how-to-configure-apache-web-server.html</link> <comments>http://www.cyberciti.biz/tips/how-to-configure-apache-web-server.html#comments</comments> <pubDate>Fri, 22 Jun 2012 22:50:38 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Run Different Linux Network Services on Separate Systems/VM]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=9161</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><a
title="See all Apache Webserver related tips/articles" href="http://www.cyberciti.biz/tips/category/apache"><img
src="http://s0.cyberciti.org/images/category/old/apachelogo.gif" alt="" border="0" /></a></div> <span
class="drop_cap">T</span>he Apache web server is responsible for providing access to dynamic content via the HTTP or HTTPS protocol. In this example, I'm going to install and use the Apache 2  web server + php5 safely and set DocumentRoot to vm05:/exports/html mounted at /var/www/html. You need to type the following commands on <strong>vm02</strong> having an IP address <strong>192.168.1.11</strong>. <br/> <em><small>This blog post is part in the "<a
href="http://www.cyberciti.biz/tips/tag/run-different-linux-network-services-on-separate-systemsvm">Run Different Linux Network Services on Separate Systems/VM</a>" series.</small></em>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/how-to-configure-apache-web-server.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>Create Custom URL Shortener For WordPress Based Blog In a Five Minutes</title><link>http://www.cyberciti.biz/tips/create-custom-url-shortener-for-wordpress-based-blog-in-a-five-minutes.html</link> <comments>http://www.cyberciti.biz/tips/create-custom-url-shortener-for-wordpress-based-blog-in-a-five-minutes.html#comments</comments> <pubDate>Thu, 03 May 2012 16:43:14 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[php]]></category> <category><![CDATA[blog]]></category> <category><![CDATA[domain registrar]]></category> <category><![CDATA[incoming requests]]></category> <category><![CDATA[redirection service]]></category> <category><![CDATA[server ip address]]></category> <category><![CDATA[tiny url]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[unix command line]]></category> <category><![CDATA[web server configuration]]></category> <category><![CDATA[wordpress]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=8886</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><a
title="See all Apache Webserver related tips/articles" href="http://www.cyberciti.biz/tips/category/apache"><img
src="http://s0.cyberciti.org/images/category/old/apachelogo.gif" alt="" border="0" /></a></div> <span
class="drop_cap">Y</span>ou can create URL redirection service for your blog within five minutes using nothing but web server's mod_redirect module. For example, when you type or share a url <a
href="http://io9.in/t/5159">io9.in/t/5159</a> you will be automatically redirected to http://www.cyberciti.biz/tips/my-10-unix-command-line-mistakes.html. In this quick post I will explain how to create url shortener and integrate your wordpress based blog without installing any new scripts.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/create-custom-url-shortener-for-wordpress-based-blog-in-a-five-minutes.html/feed</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>HowTo: Configure Vbulletin To Use A Content Delivery Network (CDN)</title><link>http://www.cyberciti.biz/tips/vbulletin-cdn-content-delivery-network-configuration.html</link> <comments>http://www.cyberciti.biz/tips/vbulletin-cdn-content-delivery-network-configuration.html#comments</comments> <pubDate>Fri, 11 Jun 2010 14:09:01 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[bind dns server]]></category> <category><![CDATA[cdn]]></category> <category><![CDATA[central server]]></category> <category><![CDATA[content delivery network]]></category> <category><![CDATA[content distribution network]]></category> <category><![CDATA[edge server]]></category> <category><![CDATA[forum setup]]></category> <category><![CDATA[network congestion]]></category> <category><![CDATA[vbulletin + CDN = Speed]]></category> <category><![CDATA[vbulletin akamai cdn]]></category> <category><![CDATA[vbulletin amazon s3 cdn]]></category> <category><![CDATA[vbulletin cdn]]></category> <category><![CDATA[vbulletin cdn plugin]]></category> <category><![CDATA[vbulletin content delivery network]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=7029</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><a
title="See all Apache Webserver related tips/articles" href="http://www.cyberciti.biz/tips/category/apache"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/apachelogo.gif" border="0" alt="" /></a></div> <span
class="drop_cap">T</span>he last time I wrote about CDN, I wrote about <a
href="http://www.cyberciti.biz/tips/wordpress-cdn-content-delivery-network-configuration.html">how to configure CDN for wordpress</a> to speed up your wordpress blog to display content to users faster and more efficiently. However, a few regular readers like to know how to configure the Amazon CDN or other CDN network to use with Vbulletin forum software. In this quick tutorial, I will explains how to configure Vbulletin, Apache/Lighttpd webserver, Bind dns server to use a CDN to distribute your common files such as css, js, user uploaded files and lighten load on your web server.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/vbulletin-cdn-content-delivery-network-configuration.html/feed</wfw:commentRss> <slash:comments>24</slash:comments> </item> <item><title>HowTo: Configure WordPress To Use A Content Delivery Network (CDN)</title><link>http://www.cyberciti.biz/tips/wordpress-cdn-content-delivery-network-configuration.html</link> <comments>http://www.cyberciti.biz/tips/wordpress-cdn-content-delivery-network-configuration.html#comments</comments> <pubDate>Fri, 02 Apr 2010 09:44:39 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[cdn]]></category> <category><![CDATA[central server]]></category> <category><![CDATA[content delivery network]]></category> <category><![CDATA[content distribution network]]></category> <category><![CDATA[network congestion]]></category> <category><![CDATA[wordpess amazon s3 cdn]]></category> <category><![CDATA[wordpress + CDN = Speed]]></category> <category><![CDATA[wordpress akamai cdn]]></category> <category><![CDATA[wordpress cdn]]></category> <category><![CDATA[wordpress cdn plugin]]></category> <category><![CDATA[wordpress cdn plugins]]></category> <category><![CDATA[wordpress content delivery network]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=6644</guid> <description><![CDATA[<div
style="float: right; margin-top: 0px; margin-left: 5px;"><a
title="See all Apache Webserver related tips/articles" href="http://www.cyberciti.biz/tips/category/apache"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/apachelogo.gif" border="0" alt="" /></a></div> <span
class="drop_cap">R</span>esearch shows that if your web pages take longer than 5 seconds to load, you lose 50% of your viewers and sales. You can speed up your wordpress blog by using a CDN to display content to users faster and more efficiently. You can distributes common files or content such as css, javascript, uploaded images, videos and much more through a CDN, which serves the content from the closest cdn edge server to the end-user. In this tutorial, I will explains how to configure Wordpress, Apache/Lighttpd webserver, Bind dns server to use a CDN to distribute your common files such as css, js, user uploaded files and lighten load on your web server.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/wordpress-cdn-content-delivery-network-configuration.html/feed</wfw:commentRss> <slash:comments>43</slash:comments> </item> <item><title>Use a Linux LiveCD to Avoid Windows Malware For Netbanking</title><link>http://www.cyberciti.biz/tips/use-linux-live-cd-usb-for-online-banking.html</link> <comments>http://www.cyberciti.biz/tips/use-linux-live-cd-usb-for-online-banking.html#comments</comments> <pubDate>Thu, 15 Oct 2009 12:53:55 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[anti virus]]></category> <category><![CDATA[bank accounts]]></category> <category><![CDATA[banking services]]></category> <category><![CDATA[credit card issuer]]></category> <category><![CDATA[crooks]]></category> <category><![CDATA[knoppix]]></category> <category><![CDATA[latest security]]></category> <category><![CDATA[livecd]]></category> <category><![CDATA[money transfer]]></category> <category><![CDATA[ms windows user]]></category> <category><![CDATA[netbanking]]></category> <category><![CDATA[paraphrase]]></category> <category><![CDATA[security patches]]></category> <category><![CDATA[security tips]]></category> <category><![CDATA[tkip or aes]]></category> <category><![CDATA[ubuntu]]></category> <category><![CDATA[windows based systems]]></category> <category><![CDATA[windows software]]></category> <category><![CDATA[wpa wpa2]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5791</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> Internet has revolutionized the way online users can shop and avail banking services like internet Banking from anywhere, anytime without visiting bank. But, how safe is your money with online net-banking which allows to carry out money transfer? Companies and in some case individuals lost anywhere from $10,000 to $500,000 dollars because of a single malware infection. The cyber crooks are targeting innocent MS-Windows user. If you are  concerned about how best to protect yourself from this type of fraud, use Linux LiveCD for online banking and avoid Microsoft Windows at all cost.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/use-linux-live-cd-usb-for-online-banking.html/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>6 Tools To Find Out Website Load Speed</title><link>http://www.cyberciti.biz/tips/website-load-speed-performace-testing-tools.html</link> <comments>http://www.cyberciti.biz/tips/website-load-speed-performace-testing-tools.html#comments</comments> <pubDate>Wed, 15 Jul 2009 17:42:34 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Beyond nixCraft]]></category> <category><![CDATA[Business]]></category> <category><![CDATA[Hardware]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux desktop]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[windows vista]]></category> <category><![CDATA[firebug]]></category> <category><![CDATA[google]]></category> <category><![CDATA[High performance web site]]></category> <category><![CDATA[page load]]></category> <category><![CDATA[page speed]]></category> <category><![CDATA[test website speed]]></category> <category><![CDATA[test wep page load time]]></category> <category><![CDATA[yahoo]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5346</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/sys-admin' title='See all UNIX/Linux SysAdmin related news/tips'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/sysadmin-logo.jpg' border='0' /></a></div> Research shows that if your web pages take longer than <a
href="http://www.akamai.com/html/about/press/releases/2006/press_110606.html" target="_blank">5 seconds</a> to load, you lose 50% of your viewers and sales. As a UNIX admin often end users and web developers complain about website loading speed and timings. Usually, there is nothing wrong with my servers or server farm. Fancy java script and images / flash makes site pretty slow. These tools are useful to debug performance problems for sys admins, developers and end users. Here are six tools that can analyzes web pages and tells you why they are slow. Use the following tools to:<ul><li>Make your site faster.</li><li>Debug site problem, especially client side and server side stuff.</li><li>Better user experience.</li><li>Improve the web.</li></ul>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/website-load-speed-performace-testing-tools.html/feed</wfw:commentRss> <slash:comments>25</slash:comments> </item> <item><title>Lighttpd Traffic Shaping: Throttle Connections Per Single IP  (Rate Limit)</title><link>http://www.cyberciti.biz/tips/lighttpd-set-throughput-connections-per-ip.html</link> <comments>http://www.cyberciti.biz/tips/lighttpd-set-throughput-connections-per-ip.html#comments</comments> <pubDate>Sun, 21 Jun 2009 00:02:13 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[FreeBSD]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Iptables]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[PF Firewall]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Ubuntu Linux]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[firewall limit connections per second]]></category> <category><![CDATA[Iptables limit connections per second]]></category> <category><![CDATA[Iptables limit port 80 connections per second]]></category> <category><![CDATA[lighttpd  throughput]]></category> <category><![CDATA[lighttpd limit traffic]]></category> <category><![CDATA[limit traffic]]></category> <category><![CDATA[PF limit connections per second]]></category> <category><![CDATA[PF limit port 80 connections per second]]></category> <category><![CDATA[throughput]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=5148</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> If you do not control or throttle end users, your server may run out of resources.  Spammers, abuser and badly written bots can eat up all your bandwidth. A webserver must keep an eye on connections and limit connections per second. This is serving 101. The default is no limit. Lighttpd can limit the throughput for each single connection (per IP) or for all connections. You also need to a use firewall to limit connections per second. In this article I will cover firewall and lighttpd web server settings to throttle end users. The firewall settings can be applied to other web servers such as <a
href="http://www.cyberciti.biz/tips/category/apache">Apache</a> / <a
href="http://www.cyberciti.biz/faq/category/nginx/">Nginx</a> and IIS server behind PF / netfilter based firewall.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/lighttpd-set-throughput-connections-per-ip.html/feed</wfw:commentRss> <slash:comments>15</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>nixCraft</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>Apache2 mod_fastcgi: Connect to External PHP via UNIX Socket or TCP/IP Port</title><link>http://www.cyberciti.biz/tips/rhel-fedora-centos-apache2-external-php-spawn.html</link> <comments>http://www.cyberciti.biz/tips/rhel-fedora-centos-apache2-external-php-spawn.html#comments</comments> <pubDate>Tue, 30 Dec 2008 12:49:34 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[fedora linux]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[php]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[apache 2]]></category> <category><![CDATA[apache group]]></category> <category><![CDATA[apache mod_fastcgi]]></category> <category><![CDATA[apache2+mod_fastcgi+php]]></category> <category><![CDATA[backend]]></category> <category><![CDATA[chroot]]></category> <category><![CDATA[fastcgi]]></category> <category><![CDATA[fcgi]]></category> <category><![CDATA[mod_fastcgi]]></category> <category><![CDATA[python]]></category> <category><![CDATA[unix sockets]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4182</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> Now, <a
href="http://www.cyberciti.biz/faq/rhel-fedora-centos-linux-enable-epel-repo/">mod_fastcgi is configured and running</a>. FastCGI supports connection via UNIX sockets or TCP/IP networking. This is useful to spread load among various backends. For example, php will be severed from 192.168.1.10 and python / ruby on rails will be severed from  192.168.1.11. This is only possible with mod_fastcgi. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/rhel-fedora-centos-apache2-external-php-spawn.html/feed</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Red Hat / CentOS Apache 2 FastCGI PHP Configuration</title><link>http://www.cyberciti.biz/tips/rhel-centos-fedora-apache2-fastcgi-php-configuration.html</link> <comments>http://www.cyberciti.biz/tips/rhel-centos-fedora-apache2-fastcgi-php-configuration.html#comments</comments> <pubDate>Tue, 30 Dec 2008 10:31:32 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[php]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[apache mod_fastcgi]]></category> <category><![CDATA[apache web server]]></category> <category><![CDATA[apache2+mod_fastcgi+php]]></category> <category><![CDATA[cgi programs]]></category> <category><![CDATA[mod_fastcgi]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4168</guid> <description><![CDATA[<p><div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Redhat/CentOS/Fedora Core related tips/articles" href="http://www.cyberciti.biz/tips/category/redhatfedora-linux"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/rhlogo.gif" border="0" alt="" /></a></div> FastCGI is a protocol for interfacing interactive programs with a web server. FastCGI's main aim is to reduce the overhead associated with interfacing the web server and CGI programs, allowing a server to handle more web page requests at once.<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Apache Webserver related tips/articles" href="http://www.cyberciti.biz/tips/category/apache"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/apachelogo.gif" border="0" alt="" /></a></div> <br
/><br
/>Also, PHP is not recommended with multithreaded Apache2 (worker MPM) because of performance and some 3rd party PHP extensions are not  not guaranteed thread-safe.<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all PHP related tips/articles" href="http://www.cyberciti.biz/tips/category/php"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/php-logo.png" border="0" alt="" /></a></div> <br
/><br
/><a
href="http://www.cyberciti.biz/faq/freebsd-configure-nginx-php-fastcgi-server/">nginx</a> and <a
href="http://www.cyberciti.biz/tips/lighttpd-php-fastcgi-configuration.html">lighttpd</a> has inbuilt support for FastCGI. For Apache web server you need to use either mod_fastcgi or mod_fcgid. <br
/><br
/>mod_fastcgi allows server and application processes to be restarted independently -- an important consideration for busy web sites. It also facilitates per-application security policies -- important for ISPs and web hosting companies. <br
/><br
/>In this quick tutorial, you will learn about Apache 2 + mod_fastcgi + PHP installation and configuration under Red Hat Enterprise Linux / CentOS Linux version 5.x+.</p>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/rhel-centos-fedora-apache2-fastcgi-php-configuration.html/feed</wfw:commentRss> <slash:comments>34</slash:comments> </item> <item><title>Test and Troubleshoot Chrooted Apache Jail</title><link>http://www.cyberciti.biz/tips/test-and-troubleshoot-chrooted-apache-jail.html</link> <comments>http://www.cyberciti.biz/tips/test-and-troubleshoot-chrooted-apache-jail.html#comments</comments> <pubDate>Mon, 22 Dec 2008 13:30:36 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[Tips]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[apache chroot]]></category> <category><![CDATA[apache chroot jail]]></category> <category><![CDATA[apache error log]]></category> <category><![CDATA[apache in chroot]]></category> <category><![CDATA[apache mod_chroot]]></category> <category><![CDATA[apache2 chroot]]></category> <category><![CDATA[chroot apache php]]></category> <category><![CDATA[chroot environment]]></category> <category><![CDATA[chrooted apache]]></category> <category><![CDATA[debian apache chroot]]></category> <category><![CDATA[freebsd chroot apache]]></category> <category><![CDATA[gdb]]></category> <category><![CDATA[how to chroot apache]]></category> <category><![CDATA[mail function]]></category> <category><![CDATA[mail smtp]]></category> <category><![CDATA[openbsd apache chroot]]></category> <category><![CDATA[segmentation fault]]></category> <category><![CDATA[smarthost]]></category> <category><![CDATA[ssmtp]]></category> <category><![CDATA[troubleshooting tips]]></category> <category><![CDATA[ubuntu chroot apache]]></category> <category><![CDATA[unix socket]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4085</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> This is 3rd and the final installment for Apache Chroot Jail for CentOS / RHEL series. Once Apache is configured with mod_chroot, you may need to test and debug problems. This article will provide a few troubleshooting tips.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/test-and-troubleshoot-chrooted-apache-jail.html/feed</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>Apache Chroot Jail: Virtual Hosting</title><link>http://www.cyberciti.biz/tips/rhel-centos-apache-chrootjail-virtual-hosting.html</link> <comments>http://www.cyberciti.biz/tips/rhel-centos-apache-chrootjail-virtual-hosting.html#comments</comments> <pubDate>Mon, 22 Dec 2008 12:49:30 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[/etc/httpd/conf/httpd.conf]]></category> <category><![CDATA[apache chroot]]></category> <category><![CDATA[apache chroot jail]]></category> <category><![CDATA[apache in chroot]]></category> <category><![CDATA[apache mod_chroot]]></category> <category><![CDATA[apache2 chroot]]></category> <category><![CDATA[chroot apache php]]></category> <category><![CDATA[chroot environment]]></category> <category><![CDATA[chrooted apache]]></category> <category><![CDATA[debian apache chroot]]></category> <category><![CDATA[domain configuration]]></category> <category><![CDATA[freebsd chroot apache]]></category> <category><![CDATA[how to chroot apache]]></category> <category><![CDATA[log directory]]></category> <category><![CDATA[namevirtualhost]]></category> <category><![CDATA[openbsd apache chroot]]></category> <category><![CDATA[ubuntu chroot apache]]></category> <category><![CDATA[virtual domain]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4073</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> In this second part you will learn about creating user accounts, SKEL directory and virtual hosting configuration under chrooted Apache jail.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/rhel-centos-apache-chrootjail-virtual-hosting.html/feed</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>Red Hat / CentOS: Chroot Apache 2 Web Server</title><link>http://www.cyberciti.biz/tips/chroot-apache-under-rhel-fedora-centos-linux.html</link> <comments>http://www.cyberciti.biz/tips/chroot-apache-under-rhel-fedora-centos-linux.html#comments</comments> <pubDate>Mon, 22 Dec 2008 05:55:52 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security]]></category> <category><![CDATA[/etc/httpd/conf/httpd.conf]]></category> <category><![CDATA[apache chroot]]></category> <category><![CDATA[apache chroot jail]]></category> <category><![CDATA[apache in chroot]]></category> <category><![CDATA[apache mod_chroot]]></category> <category><![CDATA[apache2 chroot]]></category> <category><![CDATA[chroot apache php]]></category> <category><![CDATA[chroot environment]]></category> <category><![CDATA[chrooted apache]]></category> <category><![CDATA[debian apache chroot]]></category> <category><![CDATA[freebsd chroot apache]]></category> <category><![CDATA[how to chroot apache]]></category> <category><![CDATA[openbsd apache chroot]]></category> <category><![CDATA[ubuntu chroot apache]]></category> <category><![CDATA[virtual domain]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=4042</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> A chroot on Red Hat / CentOS / Fedora Linux operating changes the apparent disk root directory for the Apache process and its children. Once this is done attacker or other php / perl / python scripts cannot access or name files outside that directory. This is called a "chroot jail" for Apache. You should never ever run a web server without jail. There should be privilege separation between web server and rest of the system.
In this exclusive series, you will learn more about:<ul><li>Securing an Apache 2 web server under Red Hat Enterprise Linux / CentOS Linux using mod_chroot</li><li>Virtual hosting configuration</li><li>Troubleshooting Chrooted Apache jail problem.</li></ul>]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/chroot-apache-under-rhel-fedora-centos-linux.html/feed</wfw:commentRss> <slash:comments>42</slash:comments> </item> <item><title>Debian PHP 5 Security Issues</title><link>http://www.cyberciti.biz/tips/debian-php-5-security-issues.html</link> <comments>http://www.cyberciti.biz/tips/debian-php-5-security-issues.html#comments</comments> <pubDate>Thu, 27 Nov 2008 04:49:16 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[Debian Linux]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[php]]></category> <category><![CDATA[Security Alert]]></category> <category><![CDATA[aptitude]]></category> <category><![CDATA[cve]]></category> <category><![CDATA[CVE-2009-2626]]></category> <category><![CDATA[CVE-2009-2687]]></category> <category><![CDATA[CVE-2009-3291]]></category> <category><![CDATA[CVE-2009-3292]]></category> <category><![CDATA[default limit]]></category> <category><![CDATA[denial of service]]></category> <category><![CDATA[denial of service attacks]]></category> <category><![CDATA[disruptions]]></category> <category><![CDATA[exhaustion]]></category> <category><![CDATA[existing services]]></category> <category><![CDATA[file names]]></category> <category><![CDATA[file uploads]]></category> <category><![CDATA[image data]]></category> <category><![CDATA[jpeg images]]></category> <category><![CDATA[new option]]></category> <category><![CDATA[php 5]]></category> <category><![CDATA[security issues]]></category> <category><![CDATA[serious security]]></category> <category><![CDATA[temporary file]]></category> <category><![CDATA[temporary files]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[x509 certificates]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=6093</guid> <description><![CDATA[<div
style="float:right;margin-top:0px;margin-left:5px;"><a
title="See all Debian/Ubuntu Linux related tips/articles" href="http://www.cyberciti.biz/tips/category/debian-linux"><img
src="http://files.cyberciti.biz/cbzcache/3rdparty/debianlogo.gif" border="0" alt="" /></a></div> Debian 5 php5 package has serious security issues as follows:
To prevent Denial of Service attacks by exhausting the number of available temporary file names, the max_file_uploads option introduced in PHP 5.3.1 has been backported.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/debian-php-5-security-issues.html/feed</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>CentOS / Red Hat Enterprise Linux 5.2 Poor NFS Performance and Solution</title><link>http://www.cyberciti.biz/tips/centos-rhel-poor-nfs-write-performance.html</link> <comments>http://www.cyberciti.biz/tips/centos-rhel-poor-nfs-write-performance.html#comments</comments> <pubDate>Fri, 22 Aug 2008 09:41:58 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[data center]]></category> <category><![CDATA[File system]]></category> <category><![CDATA[High performance computing]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[Networking]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[Security Alert]]></category> <category><![CDATA[Storage]]></category> <category><![CDATA[Sys admin]]></category> <category><![CDATA[Troubleshooting]]></category> <category><![CDATA[Tuning]]></category> <category><![CDATA[bugs]]></category> <category><![CDATA[centos nfs]]></category> <category><![CDATA[CVE-2008-1294]]></category> <category><![CDATA[CVE-2008-2136]]></category> <category><![CDATA[CVE-2008-2812]]></category> <category><![CDATA[enterprise linux]]></category> <category><![CDATA[kernel packages]]></category> <category><![CDATA[linux nfs]]></category> <category><![CDATA[nfs server]]></category> <category><![CDATA[red hat enterprise]]></category> <category><![CDATA[redhat nfs]]></category> <category><![CDATA[rhel 5]]></category> <category><![CDATA[server performance]]></category> <category><![CDATA[update redhat kernel]]></category> <category><![CDATA[update rhel kernel]]></category> <category><![CDATA[web server]]></category> <category><![CDATA[yum command]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2759</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> A few days ago I noticed that NFS performance between a web server node and NFS server went down by 50%. NFS was optimized and the only thing was updated Red Hat kernel v5.2. I also noticed same trend on CentOS 5.2 64 bit edition.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/centos-rhel-poor-nfs-write-performance.html/feed</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How To Configuring Urchin 6 Tracking To Analyze Website Logs</title><link>http://www.cyberciti.biz/tips/analyze-website-logs-with-urchin6.html</link> <comments>http://www.cyberciti.biz/tips/analyze-website-logs-with-urchin6.html#comments</comments> <pubDate>Wed, 20 Aug 2008 18:37:02 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[lighttpd]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Shell scripting]]></category> <category><![CDATA[UNIX]]></category> <category><![CDATA[apache logging]]></category> <category><![CDATA[apache logs]]></category> <category><![CDATA[logging format]]></category> <category><![CDATA[traffic monitor]]></category> <category><![CDATA[urchintracker]]></category> <category><![CDATA[web analysis]]></category> <category><![CDATA[web analytics software]]></category> <category><![CDATA[web analytics tools]]></category> <category><![CDATA[web log analysis]]></category> <category><![CDATA[web server configuration]]></category> <category><![CDATA[web traffic analysis software]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2738</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> This is 3rd and the final installment for Urchin 6 web analytics software series. Once Urchin is installed, you need to configure tracking on your website. You need to install Urchin sensors - a small piece of javascript tracking code on each of your website's pages.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/analyze-website-logs-with-urchin6.html/feed</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>Exploring Urchin Web Analytics Software</title><link>http://www.cyberciti.biz/tips/exploring-urchin-web-analytics-software.html</link> <comments>http://www.cyberciti.biz/tips/exploring-urchin-web-analytics-software.html#comments</comments> <pubDate>Tue, 19 Aug 2008 16:21:04 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[/etc/init.d/urchin]]></category> <category><![CDATA[/usr/local/urchin/bin/urchinctl]]></category> <category><![CDATA[configure urchin]]></category> <category><![CDATA[directory hierarchy]]></category> <category><![CDATA[system administrators]]></category> <category><![CDATA[urchin]]></category> <category><![CDATA[web analysis]]></category> <category><![CDATA[web analytics software]]></category> <category><![CDATA[web analytics tools]]></category> <category><![CDATA[web log analysis]]></category> <category><![CDATA[web traffic analysis software]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2717</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/shell-scripting' title='See all Bash/Shell scripting related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/terminal.png' border='0' /></a></div> Urchin software comes with a number of utility programs that are used for diagnostic and configuration purposes. Let us see how to Linux tools to configure basic options. ]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/exploring-urchin-web-analytics-software.html/feed</wfw:commentRss> <slash:comments>1</slash:comments> </item> <item><title>Linux: Install Urchin 6 Web Analytics Software</title><link>http://www.cyberciti.biz/tips/install-google-urchin6-website-log-analyzer.html</link> <comments>http://www.cyberciti.biz/tips/install-google-urchin6-website-log-analyzer.html#comments</comments> <pubDate>Tue, 19 Aug 2008 15:40:24 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[CentOS]]></category> <category><![CDATA[Howto]]></category> <category><![CDATA[Iptables]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[Linux distribution]]></category> <category><![CDATA[package management]]></category> <category><![CDATA[RedHat/Fedora Linux]]></category> <category><![CDATA[google]]></category> <category><![CDATA[google analytics]]></category> <category><![CDATA[open port 9999]]></category> <category><![CDATA[red hat enterprise]]></category> <category><![CDATA[urchin]]></category> <category><![CDATA[web analysis]]></category> <category><![CDATA[web analytics]]></category> <category><![CDATA[web analytics software]]></category> <category><![CDATA[web analytics tools]]></category> <category><![CDATA[web log analysis]]></category> <category><![CDATA[web traffic analysis software]]></category> <category><![CDATA[website log analyzer]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2707</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> Web analytics is the study of online behaviour in order to improve it. There are two categories; off-site and on-site web analytics. Google's Urchin 6 can be installed under Linux kernel 2.6 or 2.4 for <b>Apache web log analysis</b>. Urchin 6 is just like Google Analytics the most widely used hosted web analytics system. It is targeted at ecommerce web sites or enterprise users behind firewalls. In this mini series you will learn about installing and using web log analysis software called Google Urchin 6 under Red Hat Enterprise Linux 5.x.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/install-google-urchin6-website-log-analyzer.html/feed</wfw:commentRss> <slash:comments>5</slash:comments> </item> <item><title>Microsoft Backs Apache and Open Source</title><link>http://www.cyberciti.biz/tips/microsoft-backs-apache-and-open-source.html</link> <comments>http://www.cyberciti.biz/tips/microsoft-backs-apache-and-open-source.html#comments</comments> <pubDate>Mon, 28 Jul 2008 17:17:30 +0000</pubDate> <dc:creator>nixCraft</dc:creator> <category><![CDATA[Apache]]></category> <category><![CDATA[GNU/Open source]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[apache axis2]]></category> <category><![CDATA[apache foundation]]></category> <category><![CDATA[apache software foundation]]></category> <category><![CDATA[endorsement]]></category> <category><![CDATA[microsoft]]></category> <category><![CDATA[open source movement]]></category> <category><![CDATA[open source software]]></category> <category><![CDATA[platinum level]]></category> <category><![CDATA[ramji]]></category> <category><![CDATA[sponsorship]]></category> <category><![CDATA[web server technology]]></category> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/?p=2531</guid> <description><![CDATA[<div
style='float:right;margin-top:0px;margin-left:5px;'><a
href='http://www.cyberciti.biz/tips/category/windows' title='See all Micro$oft related tips/articles'><img
src='http://files.cyberciti.biz/cbzcache/3rdparty/wine.png' border='0' /></a></div> In the past Microsoft has been hostile to the open source movement. But At OSCON, Microsoft announced their sponsorship of "The Apache Software Foundation", joining Google and Yahoo! at Platinum level.]]></description> <wfw:commentRss>http://www.cyberciti.biz/tips/microsoft-backs-apache-and-open-source.html/feed</wfw:commentRss> <slash:comments>9</slash:comments> </item> </channel> </rss>