<?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>x83.net &#187; script headers</title>
	<atom:link href="http://www.x83.net/tag/script-headers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.x83.net</link>
	<description></description>
	<lastBuildDate>Sat, 24 Jul 2010 09:50:05 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Joomla with suPHP: Premature end of script headers: index.php</title>
		<link>http://www.x83.net/joomla-with-suphp-premature-end-of-script-headers-index-php/</link>
		<comments>http://www.x83.net/joomla-with-suphp-premature-end-of-script-headers-index-php/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 04:55:58 +0000</pubDate>
		<dc:creator>Giany</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[premature]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[script headers]]></category>
		<category><![CDATA[suphp]]></category>

		<guid isPermaLink="false">http://www.x83.net/?p=355</guid>
		<description><![CDATA[Got this error while I was trying to configure Joomla to work with suPHP. This is the config I`m using to make it work:

        ServerAdmin aa@aa.com
        ServerName www.site.org
        ServerAlias site.org
     [...]]]></description>
			<content:encoded><![CDATA[<p>Got this error while I was trying to configure Joomla to work with suPHP. This is the config I`m using to make it work:</p>
<p><VirtualHost *:80><br />
        ServerAdmin aa@aa.com<br />
        ServerName www.site.org<br />
        ServerAlias site.org<br />
        DocumentRoot /home/virtuals/www.site.org/public_html/<br />
        ErrorLog /home/virtuals/www.site.org/logs/error.log<br />
        CustomLog /home/virtuals/www.site.org/logs/access.log combined<br />
        ServerSignature On<br />
        php_admin_flag safe_mode Off<br />
        php_admin_flag register_globals On<br />
        php_admin_value open_basedir /home/virtuals/www.site.org/public_html:/tmp</p>
<p></VirtualHost><br />
<Directory /home/virtuals/www.site.org/public_html ><br />
    AllowOverride All<br />
    Allow from  All<br />
    Options Indexes FollowSymLinks<br />
</Directory><br />
<Directory "/home/virtuals/www.site.org/public_html"><br />
        <IfModule mod_suphp.c><br />
               php_admin_flag engine on<br />
               suPHP_Engine on<br />
               AddHandler php5-script .php<br />
               php_admin_flag engine on<br />
        </IfModule><br />
</Directory></p>
]]></content:encoded>
			<wfw:commentRss>http://www.x83.net/joomla-with-suphp-premature-end-of-script-headers-index-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
