<?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 problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-problems/m-p/3110186#M148652</link>
    <description>What are the permissions and ownership on /usr/lib/dld.sl?  The file should be read-execute for all, and owned by bin:bin.  The /usr/lib and /usr dirs should be the same.  Where you running the installation as root?&lt;BR /&gt;&lt;BR /&gt;mark</description>
    <pubDate>Tue, 04 Nov 2003 14:42:03 GMT</pubDate>
    <dc:creator>Mark Greene_1</dc:creator>
    <dc:date>2003-11-04T14:42:03Z</dc:date>
    <item>
      <title>Apache problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-problems/m-p/3110185#M148651</link>
      <description>Hi, Here is the problem. I am installing apache on HPUX 10.20. When starting up the httpd i get the next error.&lt;BR /&gt;&lt;BR /&gt;/usr/local/apache/bin # ./httpd&lt;BR /&gt;/usr/lib/dld.sl: Call to mmap() failed - TEXT /usr/local/apache/libexec/mod_vhost_alias.so&lt;BR /&gt;/usr/lib/dld.sl: Permission denied&lt;BR /&gt;Syntax error on line 207 of /usr/local/apache/conf/httpd.conf:&lt;BR /&gt;Cannot load /usr/local/apache/libexec/mod_vhost_alias.so into server: Permission denied&lt;BR /&gt;&lt;BR /&gt;I can live with correcting the sysnatx error on line 207 in the conf file, but why do I have the other errors. Thanks, Otto</description>
      <pubDate>Tue, 04 Nov 2003 14:08:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-problems/m-p/3110185#M148651</guid>
      <dc:creator>Otto Folprecht</dc:creator>
      <dc:date>2003-11-04T14:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Apache problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-problems/m-p/3110186#M148652</link>
      <description>What are the permissions and ownership on /usr/lib/dld.sl?  The file should be read-execute for all, and owned by bin:bin.  The /usr/lib and /usr dirs should be the same.  Where you running the installation as root?&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Tue, 04 Nov 2003 14:42:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-problems/m-p/3110186#M148652</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-11-04T14:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Apache problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-problems/m-p/3110187#M148653</link>
      <description>Hi Otto,&lt;BR /&gt;&lt;BR /&gt;Assuming you don't have a permissions problem here, you may want to look at the latest 10.2 dld.sl cumulative - PHSS_17225&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.search" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.search&lt;/A&gt;|&amp;amp;patchid=PHSS_17225&amp;amp;context=hpux:800:10:20&lt;BR /&gt;&lt;BR /&gt;And the latest 10.2 libc cumulative - PHSS_26158&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.search" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.search&lt;/A&gt;|&amp;amp;patchid=PHCO_26158&amp;amp;context=hpux:800:10:20&lt;BR /&gt;&lt;BR /&gt;Also make sure your Java environment is being set up correctly for the user starting Apache.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Jeff</description>
      <pubDate>Tue, 04 Nov 2003 14:52:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-problems/m-p/3110187#M148653</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-11-04T14:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Apache problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-problems/m-p/3110188#M148654</link>
      <description>&lt;BR /&gt;htttpd --help&lt;BR /&gt;&lt;BR /&gt;Will give you some options.  One of them is a syntax checker on httpd.conf&lt;BR /&gt;&lt;BR /&gt;You also have permission problems and want to make sure the environment of the user starting the server is correct.  Pay attention to SHLIB_PATH and PATH.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 04 Nov 2003 14:54:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-problems/m-p/3110188#M148654</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-11-04T14:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Apache problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-problems/m-p/3110189#M148655</link>
      <description>Please post the output of the commands:&lt;BR /&gt;ls -l /usr/local/apache/libexec/mod_vhost_alias.so&lt;BR /&gt;file /usr/local/apache/libexec/mod_vhost_alias.so&lt;BR /&gt;&lt;BR /&gt;The .so suffix sounds strange in hpux..</description>
      <pubDate>Wed, 05 Nov 2003 09:15:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-problems/m-p/3110189#M148655</guid>
      <dc:creator>Carlo Montanari</dc:creator>
      <dc:date>2003-11-05T09:15:48Z</dc:date>
    </item>
  </channel>
</rss>

