<?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 stop and start in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957255#M414962</link>
    <description>Have to install sudo it looks like.&lt;BR /&gt;&lt;BR /&gt;                   Thanks&lt;BR /&gt;&lt;BR /&gt;                   Shawn</description>
    <pubDate>Mon, 06 Feb 2006 10:01:15 GMT</pubDate>
    <dc:creator>Shawn McConnell</dc:creator>
    <dc:date>2006-02-06T10:01:15Z</dc:date>
    <item>
      <title>apache stop and start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957248#M414955</link>
      <description>I have apache installed on a server that I administer.&lt;BR /&gt;&lt;BR /&gt;How can I configure apache so that a user other than root can stop and start apache ?&lt;BR /&gt;&lt;BR /&gt;Can it be done ?&lt;BR /&gt;&lt;BR /&gt;         Thanks&lt;BR /&gt;&lt;BR /&gt;         Shawn</description>
      <pubDate>Fri, 03 Feb 2006 14:04:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957248#M414955</guid>
      <dc:creator>Shawn McConnell</dc:creator>
      <dc:date>2006-02-03T14:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: apache stop and start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957249#M414956</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;the user (owner) is configured in httpd.conf.&lt;BR /&gt;&lt;BR /&gt;Look at the install directory ../conf for this file. &lt;BR /&gt;Use ../bin/apachectl start/stop/..&lt;BR /&gt;for doing this.&lt;BR /&gt;Normally te server is maintained by root and run under ownership of a specified user like "www".</description>
      <pubDate>Fri, 03 Feb 2006 14:09:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957249#M414956</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-02-03T14:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: apache stop and start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957250#M414957</link>
      <description>So if my httpd.conf file has this then eoffice should be able to start and stop apache ?&lt;BR /&gt;&lt;BR /&gt;# If you wish httpd to run as a different user or group, you must run&lt;BR /&gt;# httpd as root initially and it will switch.&lt;BR /&gt;#&lt;BR /&gt;# User/Group: The name (or #number) of the user/group to run httpd as.&lt;BR /&gt;#  . On SCO (ODT 3) use "User nouser" and "Group nogroup".&lt;BR /&gt;#  . On HPUX you may not be able to use shared memory as nobody, and the&lt;BR /&gt;#    suggested workaround is to create a user www and use that user.&lt;BR /&gt;#  NOTE that some kernels refuse to setgid(Group) or semctl(IPC_SET)&lt;BR /&gt;#  when the value of (unsigned)Group is above 60000;&lt;BR /&gt;#  don't use Group #-1 on these systems!&lt;BR /&gt;#&lt;BR /&gt;User eoffice&lt;BR /&gt;Group eoffice&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Feb 2006 14:13:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957250#M414957</guid>
      <dc:creator>Shawn McConnell</dc:creator>
      <dc:date>2006-02-03T14:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: apache stop and start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957251#M414958</link>
      <description>This is really a perfect application for sudo.</description>
      <pubDate>Fri, 03 Feb 2006 14:29:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957251#M414958</guid>
      <dc:creator>A. Clay Stephenson</dc:creator>
      <dc:date>2006-02-03T14:29:18Z</dc:date>
    </item>
    <item>
      <title>Re: apache stop and start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957252#M414959</link>
      <description>If all necessary files (like the logs - NOT the binaries) owned by eoffice - YES!</description>
      <pubDate>Fri, 03 Feb 2006 14:35:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957252#M414959</guid>
      <dc:creator>Torsten.</dc:creator>
      <dc:date>2006-02-03T14:35:28Z</dc:date>
    </item>
    <item>
      <title>Re: apache stop and start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957253#M414960</link>
      <description>It looks like everything is owned by eoffice (including binaries) except for httpd.pid which is owned by root.</description>
      <pubDate>Fri, 03 Feb 2006 16:06:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957253#M414960</guid>
      <dc:creator>Shawn McConnell</dc:creator>
      <dc:date>2006-02-03T16:06:00Z</dc:date>
    </item>
    <item>
      <title>Re: apache stop and start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957254#M414961</link>
      <description>Well it looks like I'm going to have to put Sudo on the server. They still couldn't start and stop it themselves. My guess is that since it is on port 80 they couldn't do it.&lt;BR /&gt;&lt;BR /&gt;I'm gonna have to put sudo on there it looks like.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help all.&lt;BR /&gt;&lt;BR /&gt;                  Shawn</description>
      <pubDate>Mon, 06 Feb 2006 10:00:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957254#M414961</guid>
      <dc:creator>Shawn McConnell</dc:creator>
      <dc:date>2006-02-06T10:00:10Z</dc:date>
    </item>
    <item>
      <title>Re: apache stop and start</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957255#M414962</link>
      <description>Have to install sudo it looks like.&lt;BR /&gt;&lt;BR /&gt;                   Thanks&lt;BR /&gt;&lt;BR /&gt;                   Shawn</description>
      <pubDate>Mon, 06 Feb 2006 10:01:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache-stop-and-start/m-p/4957255#M414962</guid>
      <dc:creator>Shawn McConnell</dc:creator>
      <dc:date>2006-02-06T10:01:15Z</dc:date>
    </item>
  </channel>
</rss>

