<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>DIYMacServer &#187; Topic: PHP Loads (I think) but won&#039;t work</title>
<link>http://diymacserver.com/forum/</link>
<description>DIYMacServer &#187; Topic: PHP Loads (I think) but won&#039;t work</description>
<language>en</language>
<pubDate>Wed, 08 Feb 2012 18:18:06 +0000</pubDate>

<item>
<title>kennymeyers on "PHP Loads (I think) but won&#039;t work"</title>
<link>http://diymacserver.com/forum/topic/php-loads-i-think-but-wont-work#post-679</link>
<pubDate>Sun, 05 Jul 2009 23:01:51 +0000</pubDate>
<dc:creator>kennymeyers</dc:creator>
<guid isPermaLink="false">679@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Apparently, all it required was a restart of my machine. It is now working, namespaces and everything! Thanks for this incredible incredible resource richard.
&#60;/p&#62;</description>
</item>
<item>
<title>kennymeyers on "PHP Loads (I think) but won&#039;t work"</title>
<link>http://diymacserver.com/forum/topic/php-loads-i-think-but-wont-work#post-678</link>
<pubDate>Sun, 05 Jul 2009 18:43:32 +0000</pubDate>
<dc:creator>kennymeyers</dc:creator>
<guid isPermaLink="false">678@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;[Sat Jul 04 14:34:39 2009] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]&#60;br /&#62;
[Sat Jul 04 14:34:39 2009] [notice] suEXEC mechanism enabled (wrapper: /usr/local/apache2/bin/suexec)&#60;br /&#62;
[Sat Jul 04 14:34:39 2009] [notice] Digest: generating secret for digest authentication ...&#60;br /&#62;
[Sat Jul 04 14:34:39 2009] [notice] Digest: done&#60;br /&#62;
[Sat Jul 04 14:34:39 2009] [notice] Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.7l DAV/2 configured -- resuming normal operations&#60;br /&#62;
[Sat Jul 04 14:35:04 2009] [notice] caught SIGTERM, shutting down&#60;/p&#62;
&#60;p&#62;That's my httpd error log. I did rename php-default.ini to php.ini in the /etc/ directory, however it wasn't working before I renamed it either.&#60;/p&#62;
&#60;p&#62;Thanks for all your help
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "PHP Loads (I think) but won&#039;t work"</title>
<link>http://diymacserver.com/forum/topic/php-loads-i-think-but-wont-work#post-677</link>
<pubDate>Sun, 05 Jul 2009 12:46:12 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">677@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Kenny, sounds like a strange case to me. Is there any warning in the log files when you start apache or when you load the page in question.
&#60;/p&#62;</description>
</item>
<item>
<title>kennymeyers on "PHP Loads (I think) but won&#039;t work"</title>
<link>http://diymacserver.com/forum/topic/php-loads-i-think-but-wont-work#post-676</link>
<pubDate>Sat, 04 Jul 2009 22:17:33 +0000</pubDate>
<dc:creator>kennymeyers</dc:creator>
<guid isPermaLink="false">676@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I get this problem to running PHP 5.3.0.&#60;/p&#62;
&#60;p&#62;I did add the module and the AddType to httpd.conf&#60;/p&#62;
&#60;p&#62;I also edited the mimes.config file to support those types. &#60;/p&#62;
&#60;p&#62;I restarted the server several times, but still it just shows the PHP code. &#60;/p&#62;
&#60;p&#62;I even changed the file ownership on index.php to _www. &#60;/p&#62;
&#60;p&#62;Still, source code. This is a great site, btw. I love it.
&#60;/p&#62;</description>
</item>
<item>
<title>Richard on "PHP Loads (I think) but won&#039;t work"</title>
<link>http://diymacserver.com/forum/topic/php-loads-i-think-but-wont-work#post-651</link>
<pubDate>Sat, 11 Apr 2009 19:54:15 +0000</pubDate>
<dc:creator>Richard</dc:creator>
<guid isPermaLink="false">651@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;Did you add the lines required to your httpd.conf (please make sure you are editing the correct one).&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;LoadModule php5_module modules/libphp5.so
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>harges on "PHP Loads (I think) but won&#039;t work"</title>
<link>http://diymacserver.com/forum/topic/php-loads-i-think-but-wont-work#post-649</link>
<pubDate>Wed, 08 Apr 2009 20:42:03 +0000</pubDate>
<dc:creator>harges</dc:creator>
<guid isPermaLink="false">649@http://diymacserver.com/forum/</guid>
<description>&#60;p&#62;I'm trying to learn PHP and so am trying to configure Apache2 on my mac (10.5.06). I had everything working fine but now can't get a test php file to load in Safari or Firefox. I'm pretty sure PHP loads because the console log says this when I launch Apache:&#60;/p&#62;
&#60;p&#62;[Wed Apr 08 13:31:39 2009] [notice] Apache/2.2.9 (Unix) mod_ssl/2.2.9 OpenSSL/0.9.7l DAV/2 PHP/5.2.6 configured -- resuming normal operations&#60;/p&#62;
&#60;p&#62;However, my PHP test file (&#38;lt;?php phpinfo(); ?&#38;gt;) doesn't load the PHP status page. Nor can I get the server to process any other PHP file. &#60;/p&#62;
&#60;p&#62;Any ideas what's going on? Thanks.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

