<?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>Sys Admin Guides, How To&#039;s, etc  by Marios Maravelias &#187; Apache</title>
	<atom:link href="http://www.sys-admin.gr/category/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sys-admin.gr</link>
	<description>where prophets and madmen...walk hand in hand</description>
	<lastBuildDate>Fri, 07 May 2010 10:44:53 +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>How To log apache errors to a custom file</title>
		<link>http://www.sys-admin.gr/120/apache/how-to-log-apache-errors-to-a-custom-file/</link>
		<comments>http://www.sys-admin.gr/120/apache/how-to-log-apache-errors-to-a-custom-file/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 09:44:24 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=120</guid>
		<description><![CDATA[Ever needed to solve a matter in your php website but you could not see the errors or didn&#8217;t have access to the error_log of your vhost? a workarround: create an .htaccess file in your root directory (for plesk hosting its httpdocs) and add the following lines: # show PHP errors php_flag    display_errors          on php_flag    [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/120/apache/how-to-log-apache-errors-to-a-custom-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mambo mosConfig_absolute_path exploit &amp; solution</title>
		<link>http://www.sys-admin.gr/114/apache/mambo-mosconfig_absolute_path-exploit-solution/</link>
		<comments>http://www.sys-admin.gr/114/apache/mambo-mosconfig_absolute_path-exploit-solution/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 08:50:39 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=114</guid>
		<description><![CDATA[I know that not lots of people use mambo these days, and most of them upgraded to joomla 1.5 but in case you happen to have one hosted in your server, there is a known vulnerability , hack scripts using the mosConfig_absolute_path variable to load malicious code from other webhosts ,and that gives them the [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/114/apache/mambo-mosconfig_absolute_path-exploit-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Redirecting http:// to https:// automatically &amp; Forcing SSL for a particular folder</title>
		<link>http://www.sys-admin.gr/97/apache/redirecting-http-to-https-automatically-forcing-ssl-for-a-particular-folder/</link>
		<comments>http://www.sys-admin.gr/97/apache/redirecting-http-to-https-automatically-forcing-ssl-for-a-particular-folder/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 11:34:46 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=97</guid>
		<description><![CDATA[To redirect all http:// traffic to the corresponding https:// traffic, we make use of a bit of mod_rewrite magic. RewriteEngine On RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.example.com/$1 [R,L] Replace www.example.com with your own SSL URL. To force SSL for a particular folder (not the entire site), use the following instead: RewriteEngine On RewriteCond %{SERVER_PORT} 80 [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/97/apache/redirecting-http-to-https-automatically-forcing-ssl-for-a-particular-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How do I setup all subdomains *.domain.tld to point to a domain domain.tld? &#124; wildcard dns in plesk</title>
		<link>http://www.sys-admin.gr/63/plesk/how-do-i-setup-all-subdomains-domaintld-to-point-to-a-domain-domaintld-wildcard-dns-in-plesk/</link>
		<comments>http://www.sys-admin.gr/63/plesk/how-do-i-setup-all-subdomains-domaintld-to-point-to-a-domain-domaintld-wildcard-dns-in-plesk/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 10:45:30 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[*.domain.tld]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[all]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[do]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[I]]></category>
		<category><![CDATA[in]]></category>
		<category><![CDATA[point]]></category>
		<category><![CDATA[setup]]></category>
		<category><![CDATA[subdomains]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=63</guid>
		<description><![CDATA[For that purpose you should add an entry into domain&#8217;s zone DNS  like: *.domain.com. CNAME domain.com. and configure Apache with the following line in the domain&#8217;s vhost.conf: ServerAlias *.domain.com After the changes have been made do not forget to restart apache (with &#8220;$PRODUCT_ROOT_D/admin/bin/websrvmng -a -v&#8221;) and BIND services to apply changes.]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/63/plesk/how-do-i-setup-all-subdomains-domaintld-to-point-to-a-domain-domaintld-wildcard-dns-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Linux Plesk  how to add www to a subdomain</title>
		<link>http://www.sys-admin.gr/62/plesk/linux-plesk-how-to-add-www-to-a-subdomain/</link>
		<comments>http://www.sys-admin.gr/62/plesk/linux-plesk-how-to-add-www-to-a-subdomain/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 10:39:29 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[a]]></category>
		<category><![CDATA[add]]></category>
		<category><![CDATA[How]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[subdomain]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=62</guid>
		<description><![CDATA[To create www prefix for subdomains you need to take the following steps: 1) Create vhost.conf file in the /home/httpd/vhosts/domain.com/subdomains/subdomain/conf directory with the following content: ServerAlias www.subdomain.domain.com 2) Add appropriate A record to the DNS zone of the domain in Server-&#62;Domains-&#62;domain.com-&#62;DNS (specify this domain&#8217;s IP address instead of 192.168.1.1): www.subdomain.domain.com.          A     192.168.1.1 3) Run wersrvmng [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/62/plesk/linux-plesk-how-to-add-www-to-a-subdomain/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Optimizer error : Failed loading /usr/local/Zend/lib/ZendExtensionManager.so</title>
		<link>http://www.sys-admin.gr/61/apache/zend-optimizer-error-failed-loading-usrlocalzendlibzendextensionmanagerso/</link>
		<comments>http://www.sys-admin.gr/61/apache/zend-optimizer-error-failed-loading-usrlocalzendlibzendextensionmanagerso/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 10:36:07 +0000</pubDate>
		<dc:creator>MaRiOs</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Unix/Linux Various]]></category>
		<category><![CDATA[ERROR]]></category>
		<category><![CDATA[failed]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[Optimizer]]></category>
		<category><![CDATA[Zend]]></category>
		<category><![CDATA[ZendExtensionManager]]></category>

		<guid isPermaLink="false">http://www.sys-admin.gr/?p=61</guid>
		<description><![CDATA[After Zend Optimizer installation you get the following error: Failed loading /usr/local/Zend/lib/ZendExtensionManager.so: /usr/local/Zend/lib/ZendExtensionManager.so: failed to map segment from shared object: Permission denied this is because of ..the SElinux being ON. to fix it follow the instructions: 1) Disable SELinux by editing /etc/selinux/config and setting SELINUX=disabled&#8216; there. 2) If you want SELinux enabled, you can remove [...]]]></description>
		<wfw:commentRss>http://www.sys-admin.gr/61/apache/zend-optimizer-error-failed-loading-usrlocalzendlibzendextensionmanagerso/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

