<?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: hpapache2 problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734038#M836883</link>
    <description>I'm running hp-ux 11i on a hp 9000/811. Apache is 2.0.32, the hp distrib, java is 1.3, again an hp distrib, and tomcat is disabled at the moment but it is version 3.3. Thanks for your time.</description>
    <pubDate>Thu, 30 May 2002 18:18:21 GMT</pubDate>
    <dc:creator>Matt Horan_1</dc:creator>
    <dc:date>2002-05-30T18:18:21Z</dc:date>
    <item>
      <title>hpapache2 problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734036#M836881</link>
      <description>Well I just decided to try out hpapache2 again, and ran into the same problem as before. Now this may just be a php problem, I am not sure, but I checked their site with no luck and it seems related to the hp version only. When I try to run any useful script besides the test, I get a cannot connect to server, and the following appears in the log: [Wed May 29 21:37:57 2002] [notice] child pid 2977 exit signal Bus error (10). The weird thing is the server actually continues running, but accessing any script like this generates the same error. Again please tell me if this is just a php problem and I will check back with them. But as the scripts worked fine under the previous versions of hpapache, on the same server, I am somewhat lost. Thanks for your time.</description>
      <pubDate>Thu, 30 May 2002 00:45:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734036#M836881</guid>
      <dc:creator>Matt Horan_1</dc:creator>
      <dc:date>2002-05-30T00:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: hpapache2 problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734037#M836882</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Which os do you have and which versions of&lt;BR /&gt;apache java and maybe tomcat&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;            Steve Steel</description>
      <pubDate>Thu, 30 May 2002 07:56:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734037#M836882</guid>
      <dc:creator>Steve Steel</dc:creator>
      <dc:date>2002-05-30T07:56:59Z</dc:date>
    </item>
    <item>
      <title>Re: hpapache2 problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734038#M836883</link>
      <description>I'm running hp-ux 11i on a hp 9000/811. Apache is 2.0.32, the hp distrib, java is 1.3, again an hp distrib, and tomcat is disabled at the moment but it is version 3.3. Thanks for your time.</description>
      <pubDate>Thu, 30 May 2002 18:18:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734038#M836883</guid>
      <dc:creator>Matt Horan_1</dc:creator>
      <dc:date>2002-05-30T18:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: hpapache2 problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734039#M836884</link>
      <description>I'm betting this is a PHP problem. What was the previous version of PHP? Version 3? Or an early release of version 4?&lt;BR /&gt;&lt;BR /&gt;When we migrated from PHP 3 to PHP 4.1.2 (on RedHat Linux 7.2), we had to update all of the scripts, changing all ASP-style tags ( &amp;lt;% and %&amp;gt; ) to , in order to avoid the rude Apache server errors.&lt;BR /&gt;&lt;BR /&gt;Only later did we realize that the PHP 4 interpreter would recognize ASP-style tags if instructed. The default behavior is not to do so.&lt;BR /&gt;&lt;BR /&gt;Look for the php.ini file (/etc/php.ini on Linux) and set the asp_tags option to "On".&lt;BR /&gt;</description>
      <pubDate>Thu, 30 May 2002 18:59:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734039#M836884</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-05-30T18:59:07Z</dc:date>
    </item>
    <item>
      <title>Re: hpapache2 problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734040#M836885</link>
      <description>Still no luck, I was not using the asp style tags. I was previously using the hpapache distrib with php 4 no problems.</description>
      <pubDate>Fri, 31 May 2002 01:28:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734040#M836885</guid>
      <dc:creator>Matt Horan_1</dc:creator>
      <dc:date>2002-05-31T01:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: hpapache2 problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734041#M836886</link>
      <description>It helps to "read" the initial post... The error message is a little vague... Does PHP need to talk to a database? If Oracle, is ORACLE_HOME and ORACLE_SID passed to PHP using the SetEnv or PassEnv Apache config directives? Or are these set within the scripts or PHP config? Does Apache or PHP provide any information in the error_log about dynamic modules that failed to load?</description>
      <pubDate>Fri, 31 May 2002 14:58:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hpapache2-problems/m-p/2734041#M836886</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-05-31T14:58:44Z</dc:date>
    </item>
  </channel>
</rss>

