<?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: selinux and Apache in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782059#M23169</link>
    <description>Thanks Dear Sung Oh for a very nice and quick help ;).&lt;BR /&gt;the first url u provided has the solution of my question.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
    <pubDate>Wed, 03 May 2006 13:38:24 GMT</pubDate>
    <dc:creator>Maaz</dc:creator>
    <dc:date>2006-05-03T13:38:24Z</dc:date>
    <item>
      <title>selinux and Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782056#M23166</link>
      <description>Dear Gurus&lt;BR /&gt;&lt;BR /&gt;selinux is anabled(required).&lt;BR /&gt;I have to configure the DocumenetRoot other than /var/www/html say e.g. I have to set the DocumentRoot /web/sales.&lt;BR /&gt;What I have to do ?&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz&lt;BR /&gt;</description>
      <pubDate>Wed, 03 May 2006 13:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782056#M23166</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-05-03T13:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: selinux and Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782057#M23167</link>
      <description>Hi Maaz,&lt;BR /&gt;&lt;BR /&gt;Here is web link for Apache configuration. &lt;A href="http://www.siliconvalleyccie.com/linux-hn/apachebasic.htm" target="_blank"&gt;http://www.siliconvalleyccie.com/linux-hn/apachebasic.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Apache web link look under document root&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/1.3/mod/core.html" target="_blank"&gt;http://httpd.apache.org/docs/1.3/mod/core.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Edit /etc/apache/httpd.conf file.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Sung</description>
      <pubDate>Wed, 03 May 2006 13:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782057#M23167</guid>
      <dc:creator>Sung Oh</dc:creator>
      <dc:date>2006-05-03T13:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: selinux and Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782058#M23168</link>
      <description>Shalom Maaz,&lt;BR /&gt;&lt;BR /&gt;One of the maddening issues with selinux. Is not compatible out of the box with most httpd configurations.&lt;BR /&gt;&lt;BR /&gt;My response is usually to turn off selinux&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 03 May 2006 13:34:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782058#M23168</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-03T13:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: selinux and Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782059#M23169</link>
      <description>Thanks Dear Sung Oh for a very nice and quick help ;).&lt;BR /&gt;the first url u provided has the solution of my question.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Maaz</description>
      <pubDate>Wed, 03 May 2006 13:38:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782059#M23169</guid>
      <dc:creator>Maaz</dc:creator>
      <dc:date>2006-05-03T13:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: selinux and Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782060#M23170</link>
      <description>You are going to have to alter the selinux configuration to make apache work at that location.&lt;BR /&gt;&lt;BR /&gt;You set the document root in httpd.conf and then selinux will prevent the web server from starting up at that location.&lt;BR /&gt;&lt;BR /&gt;Then you will be left with two alternatives.&lt;BR /&gt;&lt;BR /&gt;1) Change the selinux configuration to disabled.&lt;BR /&gt;2) Alter the selinux config to permit httpd to run in a location otehr than /var/www/html&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Wed, 03 May 2006 14:00:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782060#M23170</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-05-03T14:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: selinux and Apache</title>
      <link>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782061#M23171</link>
      <description>Hi Maaz,&lt;BR /&gt;&lt;BR /&gt;I think u can either disable the selinux (it will cause a lot of problem later on with other applications) or u can set it as permissive. If  &lt;BR /&gt;your concerned is on system security...U can install firestarter after disable the selinux.&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Best Regards&lt;BR /&gt;HM</description>
      <pubDate>Wed, 03 May 2006 21:38:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/selinux-and-apache/m-p/3782061#M23171</guid>
      <dc:creator>TANHM</dc:creator>
      <dc:date>2006-05-03T21:38:48Z</dc:date>
    </item>
  </channel>
</rss>

