<?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 configuration in OpenSUSE ## in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/apache2-configuration-in-opensuse/m-p/4760566#M43837</link>
    <description>&amp;gt; Can someone provide me a link to download the server version of OpenSUSE 11 or higher?&lt;BR /&gt;&lt;BR /&gt;I'm more familiar with RedHat and Debian, but I understand there's only one version of OpenSUSE, but it has multiple kernel packages optimized for different purposes. You're apparently running a desktop-optimized kernel. Just install another kernel package with different optimizations and reboot.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I need to access the webmin from outside also[...]&lt;BR /&gt;&amp;gt; I think, apache2 to be configured for this. &lt;BR /&gt;&lt;BR /&gt;Apache is so flexible, even its configuration files can be laid out in many ways. Look into /etc/apache2, /etc/httpd or similar path: you should find the Apache main configuration directory. It is often broken down into multiple files: if so, I'd expect one of the files be the configuration for the Webmin service.&lt;BR /&gt;&lt;BR /&gt;If the service is restricted to localhost, you might find configuration lines like this:&lt;BR /&gt;&lt;BR /&gt;Allow from 127.0.0.1&lt;BR /&gt;Deny from all&lt;BR /&gt;&lt;BR /&gt;For example, if you want to allow access from network 11.22.33.* (i.e. netmask 255.255.255.0 or /24), you might add a third "Allow" line:&lt;BR /&gt;&lt;BR /&gt;Allow from 127.0.0.1&lt;BR /&gt;Allow from 11.22.33.0/24&lt;BR /&gt;Deny from all&lt;BR /&gt;&lt;BR /&gt;You can probably do this through Webmin too, but frankly I'm not familiar enough with it and SuSE to give any suggestions for that.&lt;BR /&gt;&lt;BR /&gt;Apache has extensive documentation on the web:&lt;BR /&gt;&lt;A href="http://httpd.apache.org" target="_blank"&gt;http://httpd.apache.org&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/mod/mod_access.html#allow" target="_blank"&gt;http://httpd.apache.org/docs/2.0/mod/mod_access.html#allow&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
    <pubDate>Thu, 03 Mar 2011 08:14:36 GMT</pubDate>
    <dc:creator>Matti_Kurkela</dc:creator>
    <dc:date>2011-03-03T08:14:36Z</dc:date>
    <item>
      <title>apache2 configuration in OpenSUSE ##</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache2-configuration-in-opensuse/m-p/4760565#M43836</link>
      <description>Dear All, &lt;BR /&gt;&lt;BR /&gt;I have the below version of suse here , it seems to be a desktop version. Can someone provide me a link to download the server version of OpenSUSE 11 or higher?&lt;BR /&gt;&lt;BR /&gt;Again, to the problem. I have configured webmin in the server and I could access it through browser inside the suse using http://ip:10000. But I need to access the webmin from outside also (even from a windows pc's browser but in the same network). I think, apache2 to be configured for this. Can someone guide me in this to configure. &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;linux-yal8:/etc/init.d # ./webmin status&lt;BR /&gt;Webmin (pid 10899) is running&lt;BR /&gt;linux-yal8:/etc/init.d # ./apache2 status&lt;BR /&gt;Checking for httpd2:                                                                  running&lt;BR /&gt;linux-yal8:/etc/init.d # uname -a&lt;BR /&gt;Linux linux-yal8 2.6.31.5-0.1-desktop #1 SMP PREEMPT 2009-10-26 15:49:03 +0100 i686 i686 i386 GNU/Linux&lt;BR /&gt;linux-yal8:/etc/init.d # uname -r&lt;BR /&gt;2.6.31.5-0.1-desktop&lt;BR /&gt;linux-yal8:/etc/init.d # &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 03 Mar 2011 07:14:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache2-configuration-in-opensuse/m-p/4760565#M43836</guid>
      <dc:creator>AVV</dc:creator>
      <dc:date>2011-03-03T07:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: apache2 configuration in OpenSUSE ##</title>
      <link>https://community.hpe.com/t5/operating-system-linux/apache2-configuration-in-opensuse/m-p/4760566#M43837</link>
      <description>&amp;gt; Can someone provide me a link to download the server version of OpenSUSE 11 or higher?&lt;BR /&gt;&lt;BR /&gt;I'm more familiar with RedHat and Debian, but I understand there's only one version of OpenSUSE, but it has multiple kernel packages optimized for different purposes. You're apparently running a desktop-optimized kernel. Just install another kernel package with different optimizations and reboot.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I need to access the webmin from outside also[...]&lt;BR /&gt;&amp;gt; I think, apache2 to be configured for this. &lt;BR /&gt;&lt;BR /&gt;Apache is so flexible, even its configuration files can be laid out in many ways. Look into /etc/apache2, /etc/httpd or similar path: you should find the Apache main configuration directory. It is often broken down into multiple files: if so, I'd expect one of the files be the configuration for the Webmin service.&lt;BR /&gt;&lt;BR /&gt;If the service is restricted to localhost, you might find configuration lines like this:&lt;BR /&gt;&lt;BR /&gt;Allow from 127.0.0.1&lt;BR /&gt;Deny from all&lt;BR /&gt;&lt;BR /&gt;For example, if you want to allow access from network 11.22.33.* (i.e. netmask 255.255.255.0 or /24), you might add a third "Allow" line:&lt;BR /&gt;&lt;BR /&gt;Allow from 127.0.0.1&lt;BR /&gt;Allow from 11.22.33.0/24&lt;BR /&gt;Deny from all&lt;BR /&gt;&lt;BR /&gt;You can probably do this through Webmin too, but frankly I'm not familiar enough with it and SuSE to give any suggestions for that.&lt;BR /&gt;&lt;BR /&gt;Apache has extensive documentation on the web:&lt;BR /&gt;&lt;A href="http://httpd.apache.org" target="_blank"&gt;http://httpd.apache.org&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/mod/mod_access.html#allow" target="_blank"&gt;http://httpd.apache.org/docs/2.0/mod/mod_access.html#allow&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Thu, 03 Mar 2011 08:14:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/apache2-configuration-in-opensuse/m-p/4760566#M43837</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-03-03T08:14:36Z</dc:date>
    </item>
  </channel>
</rss>

