<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Custom php.ini and URL rewriting in Plesk 9 with fastcgi</title>
	<atom:link href="http://www.sebastian.himberger.de/blog/2009/03/19/custom-phpini-and-url-rewriting-in-plesk-9-with-fastcgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sebastian.himberger.de/blog/2009/03/19/custom-phpini-and-url-rewriting-in-plesk-9-with-fastcgi/</link>
	<description>Sebastian Himbergers blog about technology and software development</description>
	<lastBuildDate>Tue, 13 Sep 2011 07:18:41 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Nadine Schwingler</title>
		<link>http://www.sebastian.himberger.de/blog/2009/03/19/custom-phpini-and-url-rewriting-in-plesk-9-with-fastcgi/comment-page-1/#comment-25698</link>
		<dc:creator>Nadine Schwingler</dc:creator>
		<pubDate>Tue, 21 Dec 2010 19:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebastian.himberger.de/blog/?p=366#comment-25698</guid>
		<description>Hi there,
thx for this... i combined it with the plesk-support entry for using squirrelmail.. 
no chance to get horde working, but with these two articles i could get suirrelmail to work</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
thx for this&#8230; i combined it with the plesk-support entry for using squirrelmail..<br />
no chance to get horde working, but with these two articles i could get suirrelmail to work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Increase Search Ranking</title>
		<link>http://www.sebastian.himberger.de/blog/2009/03/19/custom-phpini-and-url-rewriting-in-plesk-9-with-fastcgi/comment-page-1/#comment-24457</link>
		<dc:creator>Increase Search Ranking</dc:creator>
		<pubDate>Thu, 18 Nov 2010 18:00:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebastian.himberger.de/blog/?p=366#comment-24457</guid>
		<description>Instead of upgrading, you can modify the suggested vhost.conf config above with:

see this post for more info: https://atomicorp.com/forums/viewtopic.php?f=18&amp;t=3324&amp;start=15

[php-cgi located here:]
/usr/bin/php-cgi

[In your /var/www/vhosts/domain.com/conf/vhost.conf file]




FCGIWrapper /var/www/vhosts/domain.com/httpdocs/php-cgi.sh .php
Options All





[In your httpdocs directory in a file called &quot;php-cgi.sh&quot; (set as executable)]

#!/bin/sh
exec /usr/bin/php-cgi -c /var/www/vhosts/domain.com/httpdocs/


[Put your &quot;php.ini&quot; file in httpdocs directory and set to your liking]


[Default settings for files and directories. Remember, if rights are TOO HIGH, you throw 500 error. A big problem for most people is that they follow the ill advised suggestion of 777 when installing those all too famous LAMP based apps and then get confused as to why they are getting 500 errors. It&#039;s the opposite, you don&#039;t need to go 777, 700 or 760 works for most directories, as well as 600 or 644 for most files.]

chown -R yourFTPname.psacln * 
find . -type f -exec chmod 644 {} \; &amp;
find . -type d -exec chmod 755 {} \; &amp;


This should help someone. Please give back to the community. 

Don&#039;t forget to:
/usr/local/psa/admin/sbin/websrvmng -a -v &amp;

Also:
psa-fcgi-2.4.0-2
psa-mod-fcgid-configurator-1.0-14
psa-mod_fcgid-1.10-3</description>
		<content:encoded><![CDATA[<p>Instead of upgrading, you can modify the suggested vhost.conf config above with:</p>
<p>see this post for more info: <a href="https://atomicorp.com/forums/viewtopic.php?f=18&#038;t=3324&#038;start=15" rel="nofollow">https://atomicorp.com/forums/viewtopic.php?f=18&#038;t=3324&#038;start=15</a></p>
<p>[php-cgi located here:]<br />
/usr/bin/php-cgi</p>
<p>[In your /var/www/vhosts/domain.com/conf/vhost.conf file]</p>
<p>FCGIWrapper /var/www/vhosts/domain.com/httpdocs/php-cgi.sh .php<br />
Options All</p>
<p>[In your httpdocs directory in a file called "php-cgi.sh" (set as executable)]</p>
<p>#!/bin/sh<br />
exec /usr/bin/php-cgi -c /var/www/vhosts/domain.com/httpdocs/</p>
<p>[Put your "php.ini" file in httpdocs directory and set to your liking]</p>
<p>[Default settings for files and directories. Remember, if rights are TOO HIGH, you throw 500 error. A big problem for most people is that they follow the ill advised suggestion of 777 when installing those all too famous LAMP based apps and then get confused as to why they are getting 500 errors. It's the opposite, you don't need to go 777, 700 or 760 works for most directories, as well as 600 or 644 for most files.]</p>
<p>chown -R yourFTPname.psacln *<br />
find . -type f -exec chmod 644 {} \; &amp;<br />
find . -type d -exec chmod 755 {} \; &amp;</p>
<p>This should help someone. Please give back to the community. </p>
<p>Don&#8217;t forget to:<br />
/usr/local/psa/admin/sbin/websrvmng -a -v &amp;</p>
<p>Also:<br />
psa-fcgi-2.4.0-2<br />
psa-mod-fcgid-configurator-1.0-14<br />
psa-mod_fcgid-1.10-3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: CrackGoogle</title>
		<link>http://www.sebastian.himberger.de/blog/2009/03/19/custom-phpini-and-url-rewriting-in-plesk-9-with-fastcgi/comment-page-1/#comment-10436</link>
		<dc:creator>CrackGoogle</dc:creator>
		<pubDate>Tue, 21 Jul 2009 08:33:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.sebastian.himberger.de/blog/?p=366#comment-10436</guid>
		<description># You need mod_fcgid version &gt;= 2.1 to support arguments in FCGIWrapper, if you want
   # FCGIWrapper &quot;/usr/bin/php5-cgi -c /etc/phpconfigs/${yourvhost}&quot;  .php

So, do you know how to upgrade Plesk 9.2.1 to have a version greater than &quot;psa-mod_fcgid-1.10-3&quot;

I would appreciate any direction you might be able to offer.</description>
		<content:encoded><![CDATA[<p># You need mod_fcgid version &gt;= 2.1 to support arguments in FCGIWrapper, if you want<br />
   # FCGIWrapper &#8220;/usr/bin/php5-cgi -c /etc/phpconfigs/${yourvhost}&#8221;  .php</p>
<p>So, do you know how to upgrade Plesk 9.2.1 to have a version greater than &#8220;psa-mod_fcgid-1.10-3&#8243;</p>
<p>I would appreciate any direction you might be able to offer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

