<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: apache and php 5 question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509529#M69942</link>
    <description>What Linux Distribution?&lt;BR /&gt;&lt;BR /&gt;How did you do the install?&lt;BR /&gt;&lt;BR /&gt;Were there any errors?&lt;BR /&gt;&lt;BR /&gt;I can't help without more information. &lt;BR /&gt;&lt;BR /&gt;Red hat's httpd apache port still uses 4.x php because the kinks have not all been worked out of integrating the 5 version. &lt;BR /&gt;&lt;BR /&gt;Sometimes you don't want to be bleeding edge.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Tue, 22 Mar 2005 10:47:45 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2005-03-22T10:47:45Z</dc:date>
    <item>
      <title>apache and php 5 question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509528#M69941</link>
      <description>I installed apache (2.0.53) and php 5.0.3.&lt;BR /&gt;I can not access php page, it displays a file download window to save the php file.&lt;BR /&gt;I have follow lines in httpd.conf file:&lt;BR /&gt;&lt;BR /&gt;LoadModule php5_module   modules/libphp5.so&lt;BR /&gt;AddType  application/x-htpd-php  .php&lt;BR /&gt;AddType  application/x-httpd-php .phtml&lt;BR /&gt;AddType  application/x-httpd-php-source .phps&lt;BR /&gt;&lt;BR /&gt;Thanks for any help&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2005 10:07:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509528#M69941</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2005-03-22T10:07:45Z</dc:date>
    </item>
    <item>
      <title>Re: apache and php 5 question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509529#M69942</link>
      <description>What Linux Distribution?&lt;BR /&gt;&lt;BR /&gt;How did you do the install?&lt;BR /&gt;&lt;BR /&gt;Were there any errors?&lt;BR /&gt;&lt;BR /&gt;I can't help without more information. &lt;BR /&gt;&lt;BR /&gt;Red hat's httpd apache port still uses 4.x php because the kinks have not all been worked out of integrating the 5 version. &lt;BR /&gt;&lt;BR /&gt;Sometimes you don't want to be bleeding edge.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 22 Mar 2005 10:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509529#M69942</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-03-22T10:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: apache and php 5 question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509530#M69943</link>
      <description>Hi Liang,&lt;BR /&gt; &lt;BR /&gt;    It seems PHP was not supported. How did you install it? Compile apache and php from source? I think Redhat never provide offical rpm for php 5. The following URL wish to help you to install it.&lt;BR /&gt;&lt;A href="http://www.php.net/manual/en/install.unix.apache2.php" target="_blank"&gt;http://www.php.net/manual/en/install.unix.apache2.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Tue, 22 Mar 2005 11:11:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509530#M69943</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-03-22T11:11:33Z</dc:date>
    </item>
    <item>
      <title>Re: apache and php 5 question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509531#M69944</link>
      <description>It is Redhat ES3. &lt;BR /&gt;# tar zxvf httpd-2.0.53.tar&lt;BR /&gt;# cd httpd-2.0.53.tar&lt;BR /&gt;# ./configure --prefix=/usr/local/apache \&lt;BR /&gt;        --enable-module=so&lt;BR /&gt;# make&lt;BR /&gt;# make install&lt;BR /&gt;# /usr/local/apache/bin/apachectl start&lt;BR /&gt;&lt;BR /&gt;# tar zxvf php-5.0.3.tar.gz&lt;BR /&gt;# cd php-4.3.9&lt;BR /&gt;# ./configure --with-oci8=$ORACLE_HOME \&lt;BR /&gt;          --with-apxs=/usr/local/apache/bin/apxs \&lt;BR /&gt;          --enable-sigchild&lt;BR /&gt;# make&lt;BR /&gt;# make install&lt;BR /&gt;# cp php.ini-dist /usr/local/lib/php.ini&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 22 Mar 2005 12:15:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509531#M69944</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2005-03-22T12:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: apache and php 5 question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509532#M69945</link>
      <description>Hi,Liang&lt;BR /&gt; &lt;BR /&gt;You should compile php with --with-apxs2, because apache is 2.0 version.&lt;BR /&gt;Don't forget edit file httpd.conf,then restart apache service.&lt;BR /&gt;&lt;BR /&gt;NiCK</description>
      <pubDate>Tue, 22 Mar 2005 21:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509532#M69945</guid>
      <dc:creator>NiCK_76</dc:creator>
      <dc:date>2005-03-22T21:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: apache and php 5 question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509533#M69946</link>
      <description>It is fixed.&lt;BR /&gt;There is typo on&lt;BR /&gt;AddType application/x-httpd-php .php .phtml&lt;BR /&gt;&lt;BR /&gt;Thanks..</description>
      <pubDate>Wed, 23 Mar 2005 12:41:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509533#M69946</guid>
      <dc:creator>Tammy Liang</dc:creator>
      <dc:date>2005-03-23T12:41:53Z</dc:date>
    </item>
    <item>
      <title>Re: apache and php 5 question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509534#M69947</link>
      <description>ah - I also read over that htpd - You have sharp eyes!</description>
      <pubDate>Sat, 26 Mar 2005 11:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-and-php-5-question/m-p/3509534#M69947</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-03-26T11:36:38Z</dc:date>
    </item>
  </channel>
</rss>

