<?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 User Check in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002597#M47743</link>
    <description>Shalom Girish,&lt;BR /&gt;&lt;BR /&gt;As noted apache is usually the owner of the httpd processes.&lt;BR /&gt;&lt;BR /&gt;If you are thinking of changing it, note that the user id of the web server is defined in the  /etc/httpd/conf/httpd.conf file.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
    <pubDate>Mon, 11 Sep 2006 20:17:49 GMT</pubDate>
    <dc:creator>Steven E. Protter</dc:creator>
    <dc:date>2006-09-11T20:17:49Z</dc:date>
    <item>
      <title>Apache User Check</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002595#M47741</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have Apache Web Server installed on Redhat Enterprise Linux, the web server is hosting our company website.&lt;BR /&gt;&lt;BR /&gt;I'm new to web server services. I would like to know, how do we check on what user the web server is running.&lt;BR /&gt;&lt;BR /&gt;Also how do I make it secure.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for the responses.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Girish&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Sep 2006 16:28:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002595#M47741</guid>
      <dc:creator>girishb</dc:creator>
      <dc:date>2006-09-11T16:28:44Z</dc:date>
    </item>
    <item>
      <title>Re: Apache User Check</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002596#M47742</link>
      <description>You can use:&lt;BR /&gt;&lt;BR /&gt;ps auxw |grep httpd&lt;BR /&gt;&lt;BR /&gt;To identify the user that runs tha httpd process.&lt;BR /&gt;&lt;BR /&gt;You can also check the httpd.conf for the options:&lt;BR /&gt;&lt;BR /&gt;User&lt;BR /&gt;Group&lt;BR /&gt;&lt;BR /&gt;Normally will be set to Apache.&lt;BR /&gt;&lt;BR /&gt;There are a lot of books about how to secure apache. If you have lucky enough, you can find some ebooks for free.</description>
      <pubDate>Mon, 11 Sep 2006 17:07:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002596#M47742</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2006-09-11T17:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Apache User Check</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002597#M47743</link>
      <description>Shalom Girish,&lt;BR /&gt;&lt;BR /&gt;As noted apache is usually the owner of the httpd processes.&lt;BR /&gt;&lt;BR /&gt;If you are thinking of changing it, note that the user id of the web server is defined in the  /etc/httpd/conf/httpd.conf file.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 11 Sep 2006 20:17:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002597#M47743</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-11T20:17:49Z</dc:date>
    </item>
    <item>
      <title>Re: Apache User Check</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002598#M47744</link>
      <description>&lt;BR /&gt;And as for Apache hardening  - it's not so trivial, if you take into account dynamic sites with PHP/DB and so on.&lt;BR /&gt;But for start:&lt;BR /&gt;RHEL manual &lt;A href="http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/security-guide/" target="_blank"&gt;http://www.redhat.com/docs/manuals/enterprise/RHEL-4-Manual/security-guide/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;and &lt;BR /&gt;&lt;A href="http://xianshield.org/guides/apache2.0guide.html" target="_blank"&gt;http://xianshield.org/guides/apache2.0guide.html&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Sep 2006 02:29:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002598#M47744</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2006-09-12T02:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Apache User Check</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002599#M47745</link>
      <description>Thanks folks for the response. &lt;BR /&gt;&lt;BR /&gt;I found the webserver is being run by user "nobody" . I hope it to be safe.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Sep 2006 07:20:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002599#M47745</guid>
      <dc:creator>girishb</dc:creator>
      <dc:date>2006-09-12T07:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Apache User Check</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002600#M47746</link>
      <description>Some basic points to making Apache secure:&lt;BR /&gt;&lt;BR /&gt;* Most of Apache's functionality is split into different modules. Usually the default configuration includes modules you don't need in your specific situation. Disable the modules you don't need: it makes your configuration simpler to handle, and reducing the amount of running code will also reduce the possibility of security holes.&lt;BR /&gt;&lt;BR /&gt;* Know where Apache (and the scripts and/or CGI programs) needs to be able to write. Then keep the file permissions strict, so that Apache can write to only those files and directories it is required to write, and nowhere else.&lt;BR /&gt;&lt;BR /&gt;* If you create scripts to process input from users, *always* assume the user's input is designed with a hostile intent to cause malfunctions in your script until you have checked it for correctness.</description>
      <pubDate>Tue, 12 Sep 2006 08:10:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002600#M47746</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-09-12T08:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: Apache User Check</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002601#M47747</link>
      <description>n typical operation, Apache is started by the root user, and it switches to the user defined by the User directive to serve hits.</description>
      <pubDate>Wed, 13 Sep 2006 13:28:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002601#M47747</guid>
      <dc:creator>George Liu_4</dc:creator>
      <dc:date>2006-09-13T13:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Apache User Check</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002602#M47748</link>
      <description>Thanks all for the reply.</description>
      <pubDate>Wed, 13 Sep 2006 17:10:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002602#M47748</guid>
      <dc:creator>girishb</dc:creator>
      <dc:date>2006-09-13T17:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: Apache User Check</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002603#M47749</link>
      <description>Thanks folks.</description>
      <pubDate>Thu, 14 Sep 2006 15:13:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache-user-check/m-p/5002603#M47749</guid>
      <dc:creator>girishb</dc:creator>
      <dc:date>2006-09-14T15:13:37Z</dc:date>
    </item>
  </channel>
</rss>

