<?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: check the apache version running. in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027054#M131815</link>
    <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Do the following:&lt;BR /&gt;&lt;BR /&gt;cd apache/bin&lt;BR /&gt;./httpd -v&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dario&lt;BR /&gt;</description>
    <pubDate>Fri, 18 Jul 2003 16:46:23 GMT</pubDate>
    <dc:creator>Dario_1</dc:creator>
    <dc:date>2003-07-18T16:46:23Z</dc:date>
    <item>
      <title>check the apache version running.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027045#M131806</link>
      <description>HI All,&lt;BR /&gt;&lt;BR /&gt;Can anyone tell me how I can find out the version of apache running.Also is it difficult to upgrade the apache ( any hints ).&lt;BR /&gt;&lt;BR /&gt;Thanks, I would appreciate any information.&lt;BR /&gt;&lt;BR /&gt;Mille</description>
      <pubDate>Fri, 18 Jul 2003 03:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027045#M131806</guid>
      <dc:creator>royalsun</dc:creator>
      <dc:date>2003-07-18T03:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: check the apache version running.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027046#M131807</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Locate to the bin directory that you install the apache, e.g. /opt/hpws/apache/bin, then type "./apachectl -v" and it will show your the version just like the follows,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ./bin/apachectl -v&lt;BR /&gt;Server version: HP-UX_Apache-based_Web_Server/2.0.46&lt;BR /&gt;Server built:   Jun 26 2003 04:41:28&lt;BR /&gt;&lt;BR /&gt;I don't think it's difficult to upgrade. In my practice, I prefer uninstall the apache and install the new version again. But, of course, you have to backup the httpd.conf file so that you can keep the same setting in the new apache.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Patrick</description>
      <pubDate>Fri, 18 Jul 2003 03:14:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027046#M131807</guid>
      <dc:creator>Patrick Chim</dc:creator>
      <dc:date>2003-07-18T03:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: check the apache version running.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027047#M131808</link>
      <description>Several ways.&lt;BR /&gt;&lt;BR /&gt;If you isntalled off depot.&lt;BR /&gt;&lt;BR /&gt;swlist -l product | grep -i apache&lt;BR /&gt;&lt;BR /&gt;With the browser.&lt;BR /&gt;&lt;BR /&gt;http://hostname/page_that_is_not_there&lt;BR /&gt;&lt;BR /&gt;Displays the version of the web server.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 18 Jul 2003 03:17:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027047#M131808</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-07-18T03:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: check the apache version running.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027048#M131809</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Use the following command&lt;BR /&gt;# httpd -v&lt;BR /&gt;&lt;BR /&gt;You might need to give the full path to httpd&lt;BR /&gt;eg /opt/apache/bin/httpd -v.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;Con</description>
      <pubDate>Fri, 18 Jul 2003 03:18:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027048#M131809</guid>
      <dc:creator>Con O'Kelly</dc:creator>
      <dc:date>2003-07-18T03:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: check the apache version running.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027049#M131810</link>
      <description># swlist -l product |grep -i apache</description>
      <pubDate>Fri, 18 Jul 2003 03:20:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027049#M131810</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-07-18T03:20:13Z</dc:date>
    </item>
    <item>
      <title>Re: check the apache version running.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027050#M131811</link>
      <description>apachectl -v works only for Apache server 2.X&lt;BR /&gt;for lover versions best to use&lt;BR /&gt;httpd -v&lt;BR /&gt;even if its compiled apache or swinstalled apache httpd -v will help &lt;BR /&gt;&lt;BR /&gt;Also upgrading is not difficult, backup your root doc default ~apache/htdocs and ~apache/conf&lt;BR /&gt;uninstall current version and install new versions. Check the path in your webpages coz if you upgrade to 2.X using the swinstall it will take /opt/apache2 as default path.&lt;BR /&gt;Use the source code and compile your won using gcc there you can prefix the path.&lt;BR /&gt;&lt;BR /&gt;Rajeev</description>
      <pubDate>Fri, 18 Jul 2003 03:23:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027050#M131811</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2003-07-18T03:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: check the apache version running.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027051#M131812</link>
      <description>If you have PHP installed you could do the following.&lt;BR /&gt;&lt;BR /&gt;Create a file in the root html directory called phpinfo.php containing the following code.&lt;BR /&gt;&lt;BR /&gt;phpinfo();&lt;BR /&gt;?&amp;gt;&lt;BR /&gt;&lt;BR /&gt;This will display alot of information about your configuration including the Apache version, Release, API Version, Hostname:Port etc.&lt;BR /&gt;Also Apache Environment Details.</description>
      <pubDate>Fri, 18 Jul 2003 10:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027051#M131812</guid>
      <dc:creator>Peter_328</dc:creator>
      <dc:date>2003-07-18T10:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: check the apache version running.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027052#M131813</link>
      <description>You can usually get the version number by entering a bad URL&lt;BR /&gt;in your browser's Location box.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://myserver.mydomain.com/a_bad_url" target="_blank"&gt;http://myserver.mydomain.com/a_bad_url&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;You'll get a message like:&lt;BR /&gt;&lt;BR /&gt;Not Found&lt;BR /&gt;The requested URL /a_bad_url was not found on this server.&lt;BR /&gt;Apache/1.3.27 Server at myserver.mydomain.com Port 80&lt;BR /&gt;&lt;BR /&gt;I don't believe there's an Apache "upgrade" in the sense of&lt;BR /&gt;"upgrade" vs. "cold install".  You normally just remove the&lt;BR /&gt;old version and "cold install" the new version.  Installing&lt;BR /&gt;Apache 1.x is quite easy.  I installed Apache 2.x a while&lt;BR /&gt;back but went back to 1.x.  Perhaps 2.x has improved&lt;BR /&gt;since then.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 16:27:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027052#M131813</guid>
      <dc:creator>Gregory Fruth</dc:creator>
      <dc:date>2003-07-18T16:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: check the apache version running.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027053#M131814</link>
      <description>Actually if I enter a bad URL I get a squid error :)&lt;BR /&gt;&lt;BR /&gt;Apache on HP-UX, Squid on HP-UX, Bind on HP-UX, DNS on HP-UX, and FTP on HP-UX.  Ahhh, what a day.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Fri, 18 Jul 2003 16:30:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027053#M131814</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2003-07-18T16:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: check the apache version running.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027054#M131815</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;Do the following:&lt;BR /&gt;&lt;BR /&gt;cd apache/bin&lt;BR /&gt;./httpd -v&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Dario&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Jul 2003 16:46:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027054#M131815</guid>
      <dc:creator>Dario_1</dc:creator>
      <dc:date>2003-07-18T16:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: check the apache version running.</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027055#M131816</link>
      <description>Hi Folks,&lt;BR /&gt;&lt;BR /&gt;Many thanks for all these responses, they are much appreciated - I can now determine that my "apachectl -v" ( which I did not mention ) did not work as I was on a pre 2.0 version namely 1.3.9 . &lt;BR /&gt;&lt;BR /&gt;Cheers and good luck,&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Mille</description>
      <pubDate>Wed, 23 Jul 2003 06:08:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/check-the-apache-version-running/m-p/3027055#M131816</guid>
      <dc:creator>royalsun</dc:creator>
      <dc:date>2003-07-23T06:08:38Z</dc:date>
    </item>
  </channel>
</rss>

