<?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: Apache2.0 problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/apache2-0-problem/m-p/2922800#M577990</link>
    <description>Hmm... I'm actually running into the same problem, but I did have User set to www.  I didn't have the Group directive set to www, but I created a group with that name and tried that as well, with no luck.  Is there any file that needs to be changed so that it is writable by that User/Group?  I've never had to do anything like that on other systems, but HP-UX is the first system where I've had to change the User from nobody in the first place.&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;Sweth.</description>
    <pubDate>Wed, 07 May 2003 15:38:43 GMT</pubDate>
    <dc:creator>Sweth Chandramouli_1</dc:creator>
    <dc:date>2003-05-07T15:38:43Z</dc:date>
    <item>
      <title>Apache2.0 problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache2-0-problem/m-p/2922796#M577986</link>
      <description>I compiled Apache 2.o for HP-UX10.20. I can not run it. It shows message in error_log:&lt;BR /&gt;&lt;BR /&gt;[Sun Mar 09 16:19:51 2003] [emerg] (22)Invalid argument: Couldn't set permissions on cross-process lock&lt;BR /&gt;[Sun Mar 09 16:20:51 2003] [warn] pid file /opt/apache2/adm/httpd.pid overwritten -- Unclean shutdown of previous Apache run?&lt;BR /&gt;&lt;BR /&gt;I am not expirienced in configuration of servers. Please, could anybody help me? Thank you in advance. &lt;BR /&gt;</description>
      <pubDate>Sun, 09 Mar 2003 23:11:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache2-0-problem/m-p/2922796#M577986</guid>
      <dc:creator>kirill_3</dc:creator>
      <dc:date>2003-03-09T23:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2.0 problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache2-0-problem/m-p/2922797#M577987</link>
      <description>Hi ,&lt;BR /&gt;&lt;BR /&gt;The previous shutdown of httpd have not removed /opt/apache2/adm/httpd.pid. So before starting httpd again.&lt;BR /&gt;&lt;BR /&gt;#rm /opt/apache2/adm/httpd.pid &lt;BR /&gt;&lt;BR /&gt;And regarding Couldn't set permissions on cross-process lock error .&lt;BR /&gt;&lt;BR /&gt;You have enabed the MPM module ( Multiprocessing modules in apache ) . Confirm whether that module is necessary for your setup.&lt;BR /&gt;&lt;BR /&gt;If yes , then check the ownership of the httpd executable. Should be root owned.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Mar 2003 03:58:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache2-0-problem/m-p/2922797#M577987</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2003-03-10T03:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2.0 problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache2-0-problem/m-p/2922798#M577988</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;If you just did an initial compile and install and it doesn't work, I suggest that you download an already build binary for HPUX 10.20.  Here's the URL -&amp;gt; &lt;A href="http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache2-2.0.35/" target="_blank"&gt;http://hpux.cs.utah.edu/hppd/hpux/Networking/WWW/apache2-2.0.35/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The URL above also has links to the readme file and man page.  I suggest you read them before installing.&lt;BR /&gt;&lt;BR /&gt;Tom&lt;BR /&gt;</description>
      <pubDate>Mon, 10 Mar 2003 11:33:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache2-0-problem/m-p/2922798#M577988</guid>
      <dc:creator>Tom Jackson</dc:creator>
      <dc:date>2003-03-10T11:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2.0 problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache2-0-problem/m-p/2922799#M577989</link>
      <description>You need to finish the configuration; specifically, in /opt/apache2/etc/httpd.conf, the 'User' and 'Group' tags need to be set correctly. In the default configuration file, they are intentionally set to a non-working value.&lt;BR /&gt;&lt;BR /&gt; Create a user called "www" on the machine; you may also wish the create a group called "www" as well. Set the User and Group tags in httpd.conf to the user and group you've created:&lt;BR /&gt;&lt;BR /&gt; /*--example from httpd.conf --*/&lt;BR /&gt;&lt;IFMODULE&gt;&lt;BR /&gt;&lt;IFMODULE&gt;&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 www&lt;BR /&gt;Group www&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;&lt;BR /&gt; /*--end example--*/&lt;BR /&gt;&lt;BR /&gt; It should start fine now.&lt;BR /&gt;&lt;BR /&gt; Jason&lt;BR /&gt;</description>
      <pubDate>Tue, 06 May 2003 22:50:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache2-0-problem/m-p/2922799#M577989</guid>
      <dc:creator>Jason Neiss</dc:creator>
      <dc:date>2003-05-06T22:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Apache2.0 problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/apache2-0-problem/m-p/2922800#M577990</link>
      <description>Hmm... I'm actually running into the same problem, but I did have User set to www.  I didn't have the Group directive set to www, but I created a group with that name and tried that as well, with no luck.  Is there any file that needs to be changed so that it is writable by that User/Group?  I've never had to do anything like that on other systems, but HP-UX is the first system where I've had to change the User from nobody in the first place.&lt;BR /&gt;&lt;BR /&gt;TIA,&lt;BR /&gt;&lt;BR /&gt;Sweth.</description>
      <pubDate>Wed, 07 May 2003 15:38:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/apache2-0-problem/m-p/2922800#M577990</guid>
      <dc:creator>Sweth Chandramouli_1</dc:creator>
      <dc:date>2003-05-07T15:38:43Z</dc:date>
    </item>
  </channel>
</rss>

