<?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 webserver in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-webserver/m-p/3133563#M153496</link>
    <description>Hi oliver,&lt;BR /&gt;&lt;BR /&gt;There is on piece missing in the doc, apache should be stopped before yo remove the software.&lt;BR /&gt;&lt;BR /&gt;# apachectl stop&lt;BR /&gt;&lt;BR /&gt;Try to kill the PID you got from fuser.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Robert-Jan</description>
    <pubDate>Tue, 02 Dec 2003 09:44:29 GMT</pubDate>
    <dc:creator>Robert-Jan Goossens</dc:creator>
    <dc:date>2003-12-02T09:44:29Z</dc:date>
    <item>
      <title>Apache webserver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-webserver/m-p/3133559#M153492</link>
      <description>Dear all,&lt;BR /&gt;&lt;BR /&gt;in following the origin hp advices for installing and administering the hp based apache webserver i run into serious problems:&lt;BR /&gt;&lt;BR /&gt;It is written in this crazy document that one should search after the technological preversion and delete it before with swremove B9416AA and then remove the remaining directory structure /opt/hpapache2/. I try to do so but swremove does not find the product mentioned. I did the rm -r of the directory mentioned and it tells me that some files are busy (among them the httpd which I searched before with ps -ef and which was defenitely nor running).&lt;BR /&gt;Now I can not remove the files in this directory and I do not know how to proceed further. Just installing the apache again should bring me into more problems as mentioned in the document of hp mentioned above (shall I believe in this information).&lt;BR /&gt;If somebody has some hints for me would be very helpfull.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance and best regards,&lt;BR /&gt;&lt;BR /&gt;Oliver</description>
      <pubDate>Tue, 02 Dec 2003 09:22:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-webserver/m-p/3133559#M153492</guid>
      <dc:creator>Oliver Schmitz</dc:creator>
      <dc:date>2003-12-02T09:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Apache webserver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-webserver/m-p/3133560#M153493</link>
      <description>If you know what files are noted as being open (in this case, you can try the httpd file), run fuser on them to see what processes are using the file:&lt;BR /&gt;&lt;BR /&gt;fuser /opt/hpapache2/bin/httpd&lt;BR /&gt;&lt;BR /&gt;It should tell the process numbers of anything using it.  Here's an example I ran on syslog (I don't run httpd):&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; fuser /var/adm/syslog/syslog.log&lt;BR /&gt;/var/adm/syslog/syslog.log:      765o  5423o&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; ps -ef | grep -e 5423 -e "765 "&lt;BR /&gt;    root   765     1  0  Nov 15  ?         0:12 /usr/sbin/syslogd -D&lt;BR /&gt;    root  5423  5405  0  Nov 15  ?        12:51 opcle&lt;BR /&gt;&lt;BR /&gt;Let us know what processes you see using the files.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Tue, 02 Dec 2003 09:26:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-webserver/m-p/3133560#M153493</guid>
      <dc:creator>Matt Hearn</dc:creator>
      <dc:date>2003-12-02T09:26:56Z</dc:date>
    </item>
    <item>
      <title>Re: Apache webserver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-webserver/m-p/3133561#M153494</link>
      <description>Thanks for this entrance. Here the proocesses&lt;BR /&gt;&lt;BR /&gt;# fuser /opt/hpapache2/bin/httpd&lt;BR /&gt;/opt/hpapache2/bin/httpd:    10747mt&lt;BR /&gt;&lt;BR /&gt;# ps -ef |grep -e 10747&lt;BR /&gt;    root 11001 10765  1 15:36:39 pts/11    0:00 grep -e 10747&lt;BR /&gt;    root 10747     1 255 15:00:48 ?        34:17 /opt/hpapache2/bin/httpd -d /opt/hpapache2 -k start&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Dec 2003 09:37:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-webserver/m-p/3133561#M153494</guid>
      <dc:creator>Oliver Schmitz</dc:creator>
      <dc:date>2003-12-02T09:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Apache webserver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-webserver/m-p/3133562#M153495</link>
      <description>Thanks Matt,&lt;BR /&gt;&lt;BR /&gt;I used fuser (could have this idea but was so amazed by the strange behaviour) to identificate all the running processes, did some fiddeling, killed them and now I am clean to install the apache.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Oliver</description>
      <pubDate>Tue, 02 Dec 2003 09:43:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-webserver/m-p/3133562#M153495</guid>
      <dc:creator>Oliver Schmitz</dc:creator>
      <dc:date>2003-12-02T09:43:54Z</dc:date>
    </item>
    <item>
      <title>Re: Apache webserver</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-webserver/m-p/3133563#M153496</link>
      <description>Hi oliver,&lt;BR /&gt;&lt;BR /&gt;There is on piece missing in the doc, apache should be stopped before yo remove the software.&lt;BR /&gt;&lt;BR /&gt;# apachectl stop&lt;BR /&gt;&lt;BR /&gt;Try to kill the PID you got from fuser.&lt;BR /&gt;&lt;BR /&gt;HTH,&lt;BR /&gt;Robert-Jan</description>
      <pubDate>Tue, 02 Dec 2003 09:44:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-webserver/m-p/3133563#M153496</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-12-02T09:44:29Z</dc:date>
    </item>
  </channel>
</rss>

