<?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 loading error in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938896#M288563</link>
    <description>Hm, do you really require mod_echo?&lt;BR /&gt;As I haven't heard of it before I was looking up at the Apache site what its use would be.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/mod/mod_echo.html" target="_blank"&gt;http://httpd.apache.org/docs/2.0/mod/mod_echo.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There its (maturity) status still is designated as "Experimental".&lt;BR /&gt;To me it sounds as if this kind of echo server implementation is only required by a few web developers.&lt;BR /&gt;Do you need to satisfy such a clientele?&lt;BR /&gt;If not, I would simply comment the loading of that module out in your httpd.conf file&lt;BR /&gt;so that you for the time being at least you get the webserver started.&lt;BR /&gt;Then if someone comes complaining about a missing feature you still could subscribe to the Apache Users' or Developers' mailing lists and post your problem there.&lt;BR /&gt;(maybe mod_echo even runs one of its own?)&lt;BR /&gt;In the past I have experienced that the developers of open source software very vividly follow their software's mailing lists, and are very keen on receiving bug and problem reports, and are very willing to help overcome any problems of their users.&lt;BR /&gt;&lt;BR /&gt;Btw, here's how they explain "experimental" at the Apache site:&lt;BR /&gt;&lt;BR /&gt;Experimental&lt;BR /&gt;    "Experimental" status indicates that the directive is available as part of the Apache kit, but you're on your own if you try to use it. The directive is being documented for completeness, and is not necessarily supported. The module which provides the directive may or may not be compiled in by default; check the top of the page which describes the directive and its module to see if it remarks on the availability.</description>
    <pubDate>Wed, 07 Feb 2007 10:23:32 GMT</pubDate>
    <dc:creator>Ralph Grothe</dc:creator>
    <dc:date>2007-02-07T10:23:32Z</dc:date>
    <item>
      <title>Apache loading error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938887#M288554</link>
      <description>Hi all,&lt;BR /&gt;     When am starting apache in hp_ux 11i i am getting following error&lt;BR /&gt;httpd: Syntax error on line 56 of /usr/local/apache/conf/httpd.conf: Cannot load /findna/aml/lib/mod_echo.so into server: Invalid argument&lt;BR /&gt;&lt;BR /&gt;in httpd.conf file i am trying to load our library mod_echo.so.Can somebody help me to solve this problem</description>
      <pubDate>Tue, 06 Feb 2007 00:22:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938887#M288554</guid>
      <dc:creator>santhosh kurian</dc:creator>
      <dc:date>2007-02-06T00:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Apache loading error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938888#M288555</link>
      <description>what's the version of Apache ?&lt;BR /&gt;&lt;BR /&gt;Have any changes, like installation of new Apache, being done ?&lt;BR /&gt;&lt;BR /&gt;Could you please post the error_log and swlist -l product output...&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 00:56:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938888#M288555</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2007-02-06T00:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Apache loading error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938889#M288556</link>
      <description>hi,&lt;BR /&gt;  The apache version is 2.2.4.I had a tar file for apache I untared  it and configured using&lt;BR /&gt;./configure --prefix =/usr/local/apache \&lt;BR /&gt; --enable -rewrite=shared \&lt;BR /&gt; --enable --speling =shared&lt;BR /&gt;then &lt;BR /&gt;make &lt;BR /&gt;and Make install&lt;BR /&gt;And about the error logs I didnt find any error_logs in logs directory amd in swlist I can find only Hp-UNIX based apache 2.0.54 .That wont support our application as such because our application is 32 bit.&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 01:37:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938889#M288556</guid>
      <dc:creator>santhosh kurian</dc:creator>
      <dc:date>2007-02-06T01:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apache loading error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938890#M288557</link>
      <description>1. You have a non HP supplied Apache Server version 2.2.4 installed.swlist shows you also have an HP installation of Apache 2.0.54 .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;2. While multiple versions of Apache can be installed on the same machine, they cannot both be started to listen to port 80 on the same IP address and they cannot share pid and error_log files.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;While I believe that you may have had a working Apache server at one time, it appears that now you have a mix of Apache server software installed on this system. My recommendation is that you remove both Apache servers completely and reinstall an HP distribution of the software. This software and the documentation for it can be found at &lt;A href="http://software.hp.com" target="_blank"&gt;http://software.hp.com&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 02:06:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938890#M288557</guid>
      <dc:creator>Mridul Shrivastava</dc:creator>
      <dc:date>2007-02-06T02:06:29Z</dc:date>
    </item>
    <item>
      <title>Re: Apache loading error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938891#M288558</link>
      <description>HI,&lt;BR /&gt;  But port no in Hp-based apache confguration  file is 80 and other one is 1555.Will it create  problem</description>
      <pubDate>Tue, 06 Feb 2007 02:45:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938891#M288558</guid>
      <dc:creator>santhosh kurian</dc:creator>
      <dc:date>2007-02-06T02:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Apache loading error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938892#M288559</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;normally you can run as many httpd servers as you wish, as long as each of them is servicing a different port.&lt;BR /&gt;But to come back to your syntax error.&lt;BR /&gt;I suspect that your LoadModule statement for your mod_echo either refers to a wrong path,&lt;BR /&gt;or that the wanted module isn't present in that path.&lt;BR /&gt;What does your LoadModule statement look like?&lt;BR /&gt;e.g. what does this print (please, adapt the path to the httpd.conf file according to your installation)?&lt;BR /&gt;&lt;BR /&gt;# sed -n 56p /usr/local/apache/conf/httpd.conf&lt;BR /&gt;&lt;BR /&gt;Any relative path displayed (one that doesn't start with a slash) refers to a starting point according to your ServerRoot.&lt;BR /&gt;In the showed path you must find the binary of mod_echo.so (or a symlink etc.)&lt;BR /&gt;</description>
      <pubDate>Tue, 06 Feb 2007 06:08:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938892#M288559</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-02-06T06:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Apache loading error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938893#M288560</link>
      <description>Thanks for ur reply&lt;BR /&gt;        But u r aasumption is wrong .At 56 th line i am loding library like this &lt;BR /&gt;LoadFile /findna/aml/lib/mod_echo.so&lt;BR /&gt;&lt;BR /&gt;and this library is present in that directory also ,there is no problem with the path as well</description>
      <pubDate>Tue, 06 Feb 2007 06:46:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938893#M288560</guid>
      <dc:creator>santhosh kurian</dc:creator>
      <dc:date>2007-02-06T06:46:27Z</dc:date>
    </item>
    <item>
      <title>Re: Apache loading error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938894#M288561</link>
      <description>&lt;!--!*#--&gt;Ok, but you nevertheless still seem to have a syntactical error prevelant.&lt;BR /&gt;Otherwise an "apachectl configtest" would not throw an error like the one you cited:&lt;BR /&gt;&lt;BR /&gt;httpd: Syntax error on line 56 of /usr/local/apache/conf/httpd.conf: Cannot load /findna/aml/lib/mod_echo.so into server: Invalid argument&lt;BR /&gt;&lt;BR /&gt;Somehow the apache pre-flight syntax checker is tripping over the strange path /findna/aml/lib/mod_echo.so which it seems to parse as an invalid argument within a mod_echo context.&lt;BR /&gt;&lt;BR /&gt;Have you split up your httpd.conf to other external files that you pull in somewhere else by an Include?&lt;BR /&gt;&lt;BR /&gt;Besides, what is you ServerRoot assigned to?&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;grep ^ServerRoot /usr/local/apache/conf/httpd.conf&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;Maybe some /findna/aml therein?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 07 Feb 2007 03:55:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938894#M288561</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-02-07T03:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Apache loading error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938895#M288562</link>
      <description>Now I am getting the following error&lt;BR /&gt;httpd: Syntax error on line 56 of /usr/local/apache/conf/httpd.conf: Cannot load /findna/aml/lib/mod_echo.so into Server:Unresolved External&lt;BR /&gt;&lt;BR /&gt;what is this unresolved external,I am not able to understand.Plz hepl me asap</description>
      <pubDate>Wed, 07 Feb 2007 05:14:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938895#M288562</guid>
      <dc:creator>santhosh kurian</dc:creator>
      <dc:date>2007-02-07T05:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Apache loading error</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938896#M288563</link>
      <description>Hm, do you really require mod_echo?&lt;BR /&gt;As I haven't heard of it before I was looking up at the Apache site what its use would be.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/mod/mod_echo.html" target="_blank"&gt;http://httpd.apache.org/docs/2.0/mod/mod_echo.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;There its (maturity) status still is designated as "Experimental".&lt;BR /&gt;To me it sounds as if this kind of echo server implementation is only required by a few web developers.&lt;BR /&gt;Do you need to satisfy such a clientele?&lt;BR /&gt;If not, I would simply comment the loading of that module out in your httpd.conf file&lt;BR /&gt;so that you for the time being at least you get the webserver started.&lt;BR /&gt;Then if someone comes complaining about a missing feature you still could subscribe to the Apache Users' or Developers' mailing lists and post your problem there.&lt;BR /&gt;(maybe mod_echo even runs one of its own?)&lt;BR /&gt;In the past I have experienced that the developers of open source software very vividly follow their software's mailing lists, and are very keen on receiving bug and problem reports, and are very willing to help overcome any problems of their users.&lt;BR /&gt;&lt;BR /&gt;Btw, here's how they explain "experimental" at the Apache site:&lt;BR /&gt;&lt;BR /&gt;Experimental&lt;BR /&gt;    "Experimental" status indicates that the directive is available as part of the Apache kit, but you're on your own if you try to use it. The directive is being documented for completeness, and is not necessarily supported. The module which provides the directive may or may not be compiled in by default; check the top of the page which describes the directive and its module to see if it remarks on the availability.</description>
      <pubDate>Wed, 07 Feb 2007 10:23:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-loading-error/m-p/3938896#M288563</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2007-02-07T10:23:32Z</dc:date>
    </item>
  </channel>
</rss>

