<?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>Linux 101 Hacks &#187; 10. Apachectl and HTTPD Examples</title>
	<atom:link href="http://linux.101hacks.com/category/apachectl-httpd/feed/" rel="self" type="application/rss+xml" />
	<link>http://linux.101hacks.com</link>
	<description>Free eBook to Build a Strong Foundation in UNIX / Linux</description>
	<lastBuildDate>Fri, 09 Dec 2011 06:07:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Hack 83. Load a specific module only on demand</title>
		<link>http://linux.101hacks.com/apachectl-httpd/load-apache-module-on-deman/</link>
		<comments>http://linux.101hacks.com/apachectl-httpd/load-apache-module-on-deman/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:20:25 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[10. Apachectl and HTTPD Examples]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=264</guid>
		<description><![CDATA[Sometimes you may not want to load all the modules in the Apache. For e.g. You may want to load ldap related modules to Apache, only when you are testing LDAP. This can be achieved as shown below. Modify the httpd.conf and add IfDefine directive called load-ldap (you can name this anything you want). LoadModule [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/apachectl-httpd/load-apache-module-on-deman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 82. Display the httpd version and build parameters</title>
		<link>http://linux.101hacks.com/apachectl-httpd/display-httpd-build-parameters/</link>
		<comments>http://linux.101hacks.com/apachectl-httpd/display-httpd-build-parameters/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:18:24 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[10. Apachectl and HTTPD Examples]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=261</guid>
		<description><![CDATA[Use option -V (upper-case V), to display Apache version number and all the parameters that are used while building the Apache. # httpd –V Server version: Apache/2.2.9 (Unix) Server built: Jul 14 2008 15:36:56 Server’s Module Magic Number: 20051115:15 Server loaded: APR 1.2.12, APR-Util 1.2.12 Compiled using: APR 1.2.12, APR-Util 1.2.12 Architecture: 32-bit Server MPM: [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/apachectl-httpd/display-httpd-build-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 81. Validate the httpd.conf after making changes</title>
		<link>http://linux.101hacks.com/apachectl-httpd/validate-httpd-conf/</link>
		<comments>http://linux.101hacks.com/apachectl-httpd/validate-httpd-conf/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:16:25 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[10. Apachectl and HTTPD Examples]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=259</guid>
		<description><![CDATA[Use option -t to validate whether there are any issues with a specific Apache configuration file. In the example shown below, it displays that there is a problem at line 148 in the httpd.conf.debug. mod_auth_basicso is missing a . (period) before the so. # httpd -t -f conf/httpd.conf.debug httpd: Syntax error on line 148 of [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/apachectl-httpd/validate-httpd-conf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 80. Show all accepted directives inside httpd.conf</title>
		<link>http://linux.101hacks.com/apachectl-httpd/list-httpd-conf-directives/</link>
		<comments>http://linux.101hacks.com/apachectl-httpd/list-httpd-conf-directives/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:15:05 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[10. Apachectl and HTTPD Examples]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=257</guid>
		<description><![CDATA[This is like an extended help for httpd, which will display all the httpd.conf directives and the places where they are valid. For a specific directive, it tells all the possible values and where it can be used inside the httpd.conf. This can be very helpful, when you want to quickly know about a particular [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/apachectl-httpd/list-httpd-conf-directives/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 79. Display the modules inside Apache</title>
		<link>http://linux.101hacks.com/apachectl-httpd/list-apache-modules/</link>
		<comments>http://linux.101hacks.com/apachectl-httpd/list-apache-modules/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:13:38 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[10. Apachectl and HTTPD Examples]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=254</guid>
		<description><![CDATA[Display the modules compiled inside Apache # httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c Display both static and dynamic module loaded by Apache When you pass option -l, to httpd, it will display only the static modules. Passing option -M, will display both static and shared modules as shown below. # httpd –M [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/apachectl-httpd/list-apache-modules/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 78. Increase the Log Level temporarily</title>
		<link>http://linux.101hacks.com/apachectl-httpd/increase-log-level-temporarily/</link>
		<comments>http://linux.101hacks.com/apachectl-httpd/increase-log-level-temporarily/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:12:12 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[10. Apachectl and HTTPD Examples]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=252</guid>
		<description><![CDATA[While you are debugging an issue, you can change the LogLevel of the Apache temporarily, without modifying the LogLevel directive in the httpd.conf as shown below using option -e. In this example, the LogLevel is set to debug. # httpd -k start -e debug [Sun Aug 17 13:53:06 2008] [debug] mod_so.c(246): loaded module auth_basic_module [Sun [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/apachectl-httpd/increase-log-level-temporarily/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 77. Use a temporary DocumentRoot without modifying httpd.conf</title>
		<link>http://linux.101hacks.com/apachectl-httpd/temporary-documentroot/</link>
		<comments>http://linux.101hacks.com/apachectl-httpd/temporary-documentroot/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:10:39 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[10. Apachectl and HTTPD Examples]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=250</guid>
		<description><![CDATA[This is very helpful, when you are trying out different layout for your website and don’t want to modify the original files under the default DocumentRoot. Take a copy of your original DocumentRoot directory (/var/www/html) to a new temporary DocumentRoot directory (/var/www/html_debug). Make all your changes under this temporary DocumentRoot directory (/var/www/html_debug) and start the [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/apachectl-httpd/temporary-documentroot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hack 76. Pass different httpd.conf filename to apachectl</title>
		<link>http://linux.101hacks.com/apachectl-httpd/use-different-httpd-conf-for-apachectl/</link>
		<comments>http://linux.101hacks.com/apachectl-httpd/use-different-httpd-conf-for-apachectl/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 01:05:30 +0000</pubDate>
		<dc:creator>Ramesh</dc:creator>
				<category><![CDATA[10. Apachectl and HTTPD Examples]]></category>

		<guid isPermaLink="false">http://linux.101hacks.com/?p=248</guid>
		<description><![CDATA[Typically you’ll modify the original httpd.conf to try out different Apache directives. If something doesn’t work out, you’ll revert back the changes. Instead of playing around with the original httpd.conf, copy it to a new httpd.conf.debug and use this new httpd.conf.debug file with Apache for testing purpose as shown below using option -f. # apachectl [...]]]></description>
		<wfw:commentRss>http://linux.101hacks.com/apachectl-httpd/use-different-httpd-conf-for-apachectl/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Content Delivery Network via Amazon Web Services: CloudFront: static.101hacks.com

Served from: linux.101hacks.com @ 2012-02-04 04:07:23 -->
