<?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 configuration problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824241#M940307</link>
    <description>I'm sorry but can you post httpd.conf again ..this time without those lines with "#".&lt;BR /&gt;$ cat http.conf|grep -v \^# &amp;gt; /tmp/http.clean</description>
    <pubDate>Fri, 11 Oct 2002 19:30:37 GMT</pubDate>
    <dc:creator>S.K. Chan</dc:creator>
    <dc:date>2002-10-11T19:30:37Z</dc:date>
    <item>
      <title>Apache configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824238#M940304</link>
      <description />
      <pubDate>Fri, 11 Oct 2002 18:52:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824238#M940304</guid>
      <dc:creator>wvsa</dc:creator>
      <dc:date>2002-10-11T18:52:16Z</dc:date>
    </item>
    <item>
      <title>Re: Apache configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824239#M940305</link>
      <description>Based on:&lt;BR /&gt;&lt;BR /&gt;Premature end of script he &lt;BR /&gt;aders: /u03/oracle/oemintdb/9.0.1/Apache/Apache/cgi-bin/RiTAWebAdmin.pl &lt;BR /&gt;&lt;BR /&gt;May be that there is a syntax error in the RiTAWebAdmin.pl &lt;BR /&gt; script?</description>
      <pubDate>Fri, 11 Oct 2002 19:01:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824239#M940305</guid>
      <dc:creator>Tom Danzig</dc:creator>
      <dc:date>2002-10-11T19:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apache configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824240#M940306</link>
      <description>Tom, thanks for responding.  No the perl script is fine, I can run the script outside of Apache to completion with no problems.  The permission denied error in the Apache log file is the problem.  Still think it is something to do with the Apache conf file.</description>
      <pubDate>Fri, 11 Oct 2002 19:24:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824240#M940306</guid>
      <dc:creator>wvsa</dc:creator>
      <dc:date>2002-10-11T19:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Apache configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824241#M940307</link>
      <description>I'm sorry but can you post httpd.conf again ..this time without those lines with "#".&lt;BR /&gt;$ cat http.conf|grep -v \^# &amp;gt; /tmp/http.clean</description>
      <pubDate>Fri, 11 Oct 2002 19:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824241#M940307</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2002-10-11T19:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Apache configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824242#M940308</link>
      <description>&lt;BR /&gt;Does your message end? Still going... and going... Ah, finally, the end!&lt;BR /&gt;&lt;BR /&gt;Next time, please attach long files rather than pasting them in your messages.&lt;BR /&gt;&lt;BR /&gt;Anyway, on to business...&lt;BR /&gt;&lt;BR /&gt;I've seen this before... it's not really a perm issue... mod_perl probably isn't able to load the Oracle libraries and DynaLoader returns the error as perm denied.&lt;BR /&gt;&lt;BR /&gt;If the PERL script is running fine outside of Apache (eg not through mod_perl), then disable mod_perl entirely and try again. If this works, then we know there is a discrepency between PERL and mod_perl.</description>
      <pubDate>Fri, 11 Oct 2002 20:21:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824242#M940308</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-10-11T20:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Apache configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824243#M940309</link>
      <description>Oh wait! There it is!&lt;BR /&gt;&lt;BR /&gt;SetEnv PERL5LIB "/opt/perl/lib/5.6.1" &lt;BR /&gt;&lt;BR /&gt;This doesn't look right!&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2002 20:26:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824243#M940309</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-10-11T20:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Apache configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824244#M940310</link>
      <description>&lt;BR /&gt;My bad. I was thinking PATH, bot LIB. Nevermind. No points for me.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2002 20:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824244#M940310</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-10-11T20:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apache configuration problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824245#M940311</link>
      <description>&lt;BR /&gt;Oh, I see you've already solve the problem.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x295ab10230dcd61190050090279cd0f9,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x295ab10230dcd61190050090279cd0f9,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That means I'm wrong and deserve no points.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 11 Oct 2002 20:33:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-configuration-problem/m-p/2824245#M940311</guid>
      <dc:creator>Jordan Bean</dc:creator>
      <dc:date>2002-10-11T20:33:14Z</dc:date>
    </item>
  </channel>
</rss>

