<?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: phpMyAdmin under Apache 2.0.43/PHP 4.2.2? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856476#M907313</link>
    <description>Hello Charles&lt;BR /&gt;&lt;BR /&gt;I was hoping to find out if you ever got a resolution to this problem.  I've been doing pretty much the same thing you have but all I get back is an empty html page.  If I view source it has a set of html and body tags but nothing else.  I also get a good 200 return code for the page and nothing goes to a log anywhere.  I've tried upgrading to apache 2.0.45 with no change in bahaviour.  Have you found a solution or has anybody given you any other ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Allen</description>
    <pubDate>Mon, 04 Aug 2003 17:50:24 GMT</pubDate>
    <dc:creator>Allen Byington_4</dc:creator>
    <dc:date>2003-08-04T17:50:24Z</dc:date>
    <item>
      <title>phpMyAdmin under Apache 2.0.43/PHP 4.2.2?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856470#M907307</link>
      <description>I've tried both phpMyAdmin 2.3.2 and 2.3.3 (from phpmyadmin.net).  In either case, I get nothing but "document contains no data" responses from the browser.  I have set this up before under Mac OS X (BSD).&lt;BR /&gt;&lt;BR /&gt;PHP appears to be working, as does mySQL 3.23.53.  A few mySQL-enabled PHP test scripts work fine.&lt;BR /&gt;&lt;BR /&gt;I'm using the Depot of HP Apache found at &lt;A href="http://www.software.hp.com." target="_blank"&gt;www.software.hp.com.&lt;/A&gt;  Other than missing the part about needing the linker patch, it's now working fine.&lt;BR /&gt;&lt;BR /&gt;I *though* this might have something to do with zlib compression, but I turned these off.  No fix.  Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Charles</description>
      <pubDate>Tue, 03 Dec 2002 15:14:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856470#M907307</guid>
      <dc:creator>Charles Soto</dc:creator>
      <dc:date>2002-12-03T15:14:04Z</dc:date>
    </item>
    <item>
      <title>Re: phpMyAdmin under Apache 2.0.43/PHP 4.2.2?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856471#M907308</link>
      <description>Hi Charles,&lt;BR /&gt;I think that your php software is not linked with Apache .&lt;BR /&gt;did you uncomment in httpd.conf php lines,&lt;BR /&gt;I'm not sure that PHP is linked in the HP APache ! may be recently.&lt;BR /&gt;try with just php in a first step :&lt;BR /&gt;here is a very little php script :&lt;BR /&gt;phpinfo();&lt;BR /&gt;php?&amp;gt;&lt;BR /&gt;save these 3 line in a fred.php file that you store in your apache directory,&lt;BR /&gt;and try the url :&lt;BR /&gt;http://yourserver/fred.php&lt;BR /&gt;if you get the full page then your php config is OK,&lt;BR /&gt;neither see httpd.conf, &lt;BR /&gt;Apache 2.0.43 cannot be linked statically with php4.2... Then I don't think that PHP is delivered with the APache HP.&lt;BR /&gt;May be you should compile your own php Apache module !! (It works, i'm using it)&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;Benoit&lt;BR /&gt;____&lt;BR /&gt;Si les imb??ciles volaient, il ferait nuit.&lt;BR /&gt;Fr??deric Dare&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Dec 2002 15:34:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856471#M907308</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-12-03T15:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: phpMyAdmin under Apache 2.0.43/PHP 4.2.2?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856472#M907309</link>
      <description>Benoit, PHP is in fact working.  As I stated, I have installed a few test PHP scripts (including the usual phpinfo() script you suggest), some that even call mySQL.  They work as advertised.  This is a PHP-vs-phpMyAdmin issue, I believe.&lt;BR /&gt;&lt;BR /&gt;Yes, PHP 4.2.2 is included with the HP-supplied Apache.  I want to use this because I am the most experienced sysadmin on staff, but don't want to document anything that a novice couldn't deal with.  Let HP do the work :)&lt;BR /&gt;&lt;BR /&gt;(Yes, I have compiled from sources-I remember having to make Mosaic on the old Sun IPCs just to be able to use this new "web" thing ;)&lt;BR /&gt;&lt;BR /&gt;Next, I am going to try pointing my other phpMyAdmin system (Mac OS X) at this host as a remote  mySQL server.  This will confirm whether it's a PHP problem, or a mySQL problem.  I suspect it's PHP :(&lt;BR /&gt;&lt;BR /&gt;Thanks for your input!&lt;BR /&gt;&lt;BR /&gt;Charles&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Dec 2002 16:02:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856472#M907309</guid>
      <dc:creator>Charles Soto</dc:creator>
      <dc:date>2002-12-03T16:02:11Z</dc:date>
    </item>
    <item>
      <title>Re: phpMyAdmin under Apache 2.0.43/PHP 4.2.2?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856473#M907310</link>
      <description>Well,&lt;BR /&gt;I don't use  phpmyadmin,  so I won't be very helpfull, but just an idea : have you got any logs (php logs, or apache logs , or mysql logs ) ?&lt;BR /&gt;sometime an error message is helpfull..&lt;BR /&gt;regards&lt;BR /&gt;Benoit</description>
      <pubDate>Tue, 03 Dec 2002 17:25:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856473#M907310</guid>
      <dc:creator>benoit Bruckert</dc:creator>
      <dc:date>2002-12-03T17:25:41Z</dc:date>
    </item>
    <item>
      <title>Re: phpMyAdmin under Apache 2.0.43/PHP 4.2.2?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856474#M907311</link>
      <description>It is definitely not a mySQL problem, as I can point this copy to a working mySQL server and I get the same results.&lt;BR /&gt;&lt;BR /&gt;Charles&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Dec 2002 18:10:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856474#M907311</guid>
      <dc:creator>Charles Soto</dc:creator>
      <dc:date>2002-12-03T18:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: phpMyAdmin under Apache 2.0.43/PHP 4.2.2?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856475#M907312</link>
      <description>Ok.  I installed a new instance of phpMyAdmin on the Mac OS X server and pointed it to the HP's mySQL copy.  Works dandily.  So, there's definitely a problem running this phpMyAdmin on the HP under this particular Apache/PHP environment.&lt;BR /&gt;&lt;BR /&gt;Oh well, the phpMyAdmin on X is a suitable workaround for now, but I'll keep digging.  I'd appreciate any ideas!&lt;BR /&gt;&lt;BR /&gt;Charles&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Dec 2002 18:57:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856475#M907312</guid>
      <dc:creator>Charles Soto</dc:creator>
      <dc:date>2002-12-03T18:57:34Z</dc:date>
    </item>
    <item>
      <title>Re: phpMyAdmin under Apache 2.0.43/PHP 4.2.2?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856476#M907313</link>
      <description>Hello Charles&lt;BR /&gt;&lt;BR /&gt;I was hoping to find out if you ever got a resolution to this problem.  I've been doing pretty much the same thing you have but all I get back is an empty html page.  If I view source it has a set of html and body tags but nothing else.  I also get a good 200 return code for the page and nothing goes to a log anywhere.  I've tried upgrading to apache 2.0.45 with no change in bahaviour.  Have you found a solution or has anybody given you any other ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Allen</description>
      <pubDate>Mon, 04 Aug 2003 17:50:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856476#M907313</guid>
      <dc:creator>Allen Byington_4</dc:creator>
      <dc:date>2003-08-04T17:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: phpMyAdmin under Apache 2.0.43/PHP 4.2.2?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856477#M907314</link>
      <description>Hey Charles!&lt;BR /&gt;&lt;BR /&gt;I got it!  It turns out that for some odd reason, php has some really interesting effects depending on the file permissions that are in effect.  I also made a couple of changes to the php.ini file in the /opt/hpws/apache/conf directory to get things working right.  Here's what I did:&lt;BR /&gt;I went ou tto &lt;A href="http://www.phpmyadmin.net" target="_blank"&gt;www.phpmyadmin.net&lt;/A&gt; and downloaded the latest release.&lt;BR /&gt;I untarred the release in the /opt/hpws/apache/htdocs directory (my doc root).&lt;BR /&gt;I made the neccessary changes to the config.ini.php file. (make sure the permissions are right for the two users it needs and then flush permssions in the mysql server)&lt;BR /&gt;I then setup a link to an easier name for me to remember than the one that it uncompressed.&lt;BR /&gt;I then went to the httpd.conf directory and setup and alias to that directory so the url looked pretty.  &lt;BR /&gt;And that's about it!  After all that it just ran like a top.  You need to make sure that you don't monkey with the permissions.  If you change the files to executeable, they won't work because apache seems to get confused about that.  Let me know if you still can't get it, I'd be happy to help out.  I have included the permissions set file for your perusal.  I'll do another post with the php.ini file I'm using.&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 19:00:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856477#M907314</guid>
      <dc:creator>Allen Byington_4</dc:creator>
      <dc:date>2003-08-04T19:00:12Z</dc:date>
    </item>
    <item>
      <title>Re: phpMyAdmin under Apache 2.0.43/PHP 4.2.2?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856478#M907315</link>
      <description>Here's the other file.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Allen</description>
      <pubDate>Mon, 04 Aug 2003 19:00:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856478#M907315</guid>
      <dc:creator>Allen Byington_4</dc:creator>
      <dc:date>2003-08-04T19:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: phpMyAdmin under Apache 2.0.43/PHP 4.2.2?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856479#M907316</link>
      <description>Both PHP and phpMyAdmin started working after updating to the newest version of HP Web Server Suite:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=HPUXWSSUITE" target="_blank"&gt;http://www.software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=HPUXWSSUITE&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This had correct builds of everything necessary.  We're using it without significant issues.&lt;BR /&gt;&lt;BR /&gt;Charles&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Aug 2003 19:59:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/phpmyadmin-under-apache-2-0-43-php-4-2-2/m-p/2856479#M907316</guid>
      <dc:creator>Charles Soto</dc:creator>
      <dc:date>2003-08-04T19:59:16Z</dc:date>
    </item>
  </channel>
</rss>

