<?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: Hp Apache WebServer in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695905#M796264</link>
    <description>Sorry all, i don't know what get into my.&lt;BR /&gt;I only can say i'm a little bit sick.&lt;BR /&gt;again my appology.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
    <pubDate>Wed, 21 Dec 2005 16:37:01 GMT</pubDate>
    <dc:creator>Mark Nieuwboer</dc:creator>
    <dc:date>2005-12-21T16:37:01Z</dc:date>
    <item>
      <title>Hp Apache WebServer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695899#M796258</link>
      <description>Hi,&lt;BR /&gt;My environment as follows:&lt;BR /&gt;O/s: hpux 11iv2 (11.23)&lt;BR /&gt;Apache web server 2.0.55 &lt;BR /&gt;&lt;BR /&gt;my it team has started the apache web server from the root /opt/hpws/apache&lt;BR /&gt;&lt;BR /&gt;i have made the modifications on httpd.conf where i have made these changes.&lt;BR /&gt;(1) listen &amp;lt;8080&amp;gt;&lt;BR /&gt;(2) server name : &lt;IPADDRESS&gt;8080&lt;BR /&gt;&lt;BR /&gt;When i tried to access the url http://ipaddress:8080, its not showing the page  instead it says page not found.&lt;BR /&gt;&lt;BR /&gt;if anyone can suggest me some workaround it would be appreciated.&lt;BR /&gt;&lt;/IPADDRESS&gt;</description>
      <pubDate>Wed, 21 Dec 2005 08:32:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695899#M796258</guid>
      <dc:creator>logesh</dc:creator>
      <dc:date>2005-12-21T08:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Apache WebServer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695900#M796259</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Port 8080 is reserverd for https.&lt;BR /&gt;so unix will only except https names.&lt;BR /&gt;If you realy want to do this you must edit /etc/services/ &lt;BR /&gt;and make port 8080 the same as 80.&lt;BR /&gt;But i would recommended. its better to take a port which is not in use.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Dec 2005 10:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695900#M796259</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-12-21T10:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Apache WebServer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695901#M796260</link>
      <description>it seems You did everything right, and I also used this setup in a number of occasions.&lt;BR /&gt;&lt;BR /&gt;can You check that &lt;BR /&gt;"tcp ipaddress:8080 * "&lt;BR /&gt;is listed in the output of:&lt;BR /&gt;netstat -na |grep LISTEN&lt;BR /&gt;&lt;BR /&gt;if not, apache has either failed start for some reason, or was not restarted properly&lt;BR /&gt;after the configuration update.&lt;BR /&gt;&lt;BR /&gt;also, if using Internet Explorer, You MUST include "http://" in the URL You type in or it will always display the error You see.</description>
      <pubDate>Wed, 21 Dec 2005 10:07:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695901#M796260</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-12-21T10:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Apache WebServer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695902#M796261</link>
      <description>https uses port 431, btw.&lt;BR /&gt;8080 is completely ok for http, though some -idiotic- proxy software uses it instead of 3128.</description>
      <pubDate>Wed, 21 Dec 2005 11:23:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695902#M796261</guid>
      <dc:creator>Florian Heigl (new acc)</dc:creator>
      <dc:date>2005-12-21T11:23:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Apache WebServer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695903#M796262</link>
      <description>https is port 443, not 8080 nor 431, to the best of my knowledge.&lt;BR /&gt;&lt;BR /&gt;logest, cat /etc/servers | grep 8080 and make sure port 8080 isn't reserved on your system for something else.</description>
      <pubDate>Wed, 21 Dec 2005 15:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695903#M796262</guid>
      <dc:creator>Jason S. Bailey</dc:creator>
      <dc:date>2005-12-21T15:00:48Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Apache WebServer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695904#M796263</link>
      <description>logesh,&lt;BR /&gt;1) if you have 'lsof', you can do a 'lsof -i:8080' to see what application/process is listening to port 8080&lt;BR /&gt;&lt;BR /&gt;2) see if there are any errors logged in &lt;APACHE_HOME&gt;/logs/error_log &amp;amp; acess_log&lt;BR /&gt; &lt;BR /&gt;-srini&lt;/APACHE_HOME&gt;</description>
      <pubDate>Wed, 21 Dec 2005 16:03:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695904#M796263</guid>
      <dc:creator>Srini Jay</dc:creator>
      <dc:date>2005-12-21T16:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Apache WebServer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695905#M796264</link>
      <description>Sorry all, i don't know what get into my.&lt;BR /&gt;I only can say i'm a little bit sick.&lt;BR /&gt;again my appology.&lt;BR /&gt;&lt;BR /&gt;grtz. Mark</description>
      <pubDate>Wed, 21 Dec 2005 16:37:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695905#M796264</guid>
      <dc:creator>Mark Nieuwboer</dc:creator>
      <dc:date>2005-12-21T16:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Apache WebServer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695906#M796265</link>
      <description>have made the modifications on httpd.conf where i have made these changes.&lt;BR /&gt;(1) listen &amp;lt;8080&amp;gt;&lt;BR /&gt;(2) server name : &lt;IPADDRESS&gt;8080&lt;BR /&gt;(3) stop and start the apache server.&lt;BR /&gt;&lt;BR /&gt;You may have done this, but your steps listed are not complete.&lt;BR /&gt;&lt;BR /&gt;SEP&lt;/IPADDRESS&gt;</description>
      <pubDate>Wed, 21 Dec 2005 16:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695906#M796265</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-12-21T16:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Apache WebServer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695907#M796266</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From what you've done seem right, with the exception of restarting HTTP (as mentioned above). A "# kill HUP &lt;HTTP pid=""&gt;" will do as well.&lt;BR /&gt;&lt;BR /&gt;There could be a few reasons with this issue:&lt;BR /&gt;&lt;BR /&gt;1 - Other configurtion might casue this in http.conf&lt;BR /&gt;&lt;BR /&gt;2 - Another application is using port 8080 (if you have 'lsof', use it to verify).&lt;BR /&gt;&lt;BR /&gt;3 - The version of apache you're running is for another version of HP-UX.&lt;BR /&gt;&lt;BR /&gt;Let us know how you go.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jov&lt;/HTTP&gt;</description>
      <pubDate>Wed, 21 Dec 2005 22:35:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695907#M796266</guid>
      <dc:creator>Jov</dc:creator>
      <dc:date>2005-12-21T22:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Apache WebServer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695908#M796267</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From what you've done seem right, with the exception of restarting HTTP (as mentioned above). A "# kill HUP &lt;HTTP pid=""&gt;" will do as well.&lt;BR /&gt;&lt;BR /&gt;There could be a few reasons with this issue:&lt;BR /&gt;&lt;BR /&gt;1 - Other configurtion might casue this in http.conf&lt;BR /&gt;&lt;BR /&gt;2 - Another application is using port 8080 (if you have 'lsof', use it to verify).&lt;BR /&gt;&lt;BR /&gt;3 - The default.html or index.html does not exist for whatever reason.&lt;BR /&gt;&lt;BR /&gt;4 - The version of apache you're running is for another version of HP-UX.&lt;BR /&gt;&lt;BR /&gt;Let us know how you go.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Jov&lt;/HTTP&gt;</description>
      <pubDate>Wed, 21 Dec 2005 22:37:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695908#M796267</guid>
      <dc:creator>Jov</dc:creator>
      <dc:date>2005-12-21T22:37:27Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Apache WebServer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695909#M796268</link>
      <description>check 8080 port is in LISTEN state as,&lt;BR /&gt;&lt;BR /&gt;# netstat -na | grep 8080&lt;BR /&gt;&lt;BR /&gt;Did you reconfigure apache after changing configuration in httpd.conf file? So that changes will get EFFECT.&lt;BR /&gt;&lt;BR /&gt;Is there a index.html file in the docsroot directory? Check whether apache is running or not as,&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep apache&lt;BR /&gt;&lt;BR /&gt;Is there any error messages in apache log file?&lt;BR /&gt;&lt;BR /&gt;Post this information.&lt;BR /&gt;&lt;BR /&gt;-Muthu</description>
      <pubDate>Thu, 22 Dec 2005 00:57:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695909#M796268</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-12-22T00:57:42Z</dc:date>
    </item>
    <item>
      <title>Re: Hp Apache WebServer</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695910#M796269</link>
      <description>Port 8080 is for Tomcat. Make sure there is no port conflict between Tomcat and Apache. &lt;BR /&gt;Try this before starting Apache,&lt;BR /&gt;&lt;BR /&gt;# netstat -na |grep -E 8080 &lt;BR /&gt;&lt;BR /&gt;and make sure nothing listens on port 8080. &lt;BR /&gt;&lt;BR /&gt;-Arun</description>
      <pubDate>Thu, 22 Dec 2005 01:02:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/hp-apache-webserver/m-p/3695910#M796269</guid>
      <dc:creator>Arunvijai_4</dc:creator>
      <dc:date>2005-12-22T01:02:58Z</dc:date>
    </item>
  </channel>
</rss>

