<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1041949" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1041949</link>
    <description></description>
    <language>en</language>
          <item>
    <title>ust tried this tutorial a</title>
    <link>https://www.webmaster-forums.net/server-management/apc-article-how-build-homesmall-business-web-server-no-time#comment-1267334</link>
    <description> &lt;p&gt;ust tried this tutorial a VMWare picture. It reminds me a lot about Webmin, which is what I use for my server. Script Installation took about0 minutes, compared with several hours going through tutorials.&lt;/p&gt;
 </description>
     <pubDate>Sat, 23 Jul 2011 03:55:37 +0000</pubDate>
 <dc:creator>BruceWilliO</dc:creator>
 <guid isPermaLink="false">comment 1267334 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Tried this tutorial in a</title>
    <link>https://www.webmaster-forums.net/server-management/apc-article-how-build-homesmall-business-web-server-no-time#comment-1263007</link>
    <description> &lt;p&gt;Tried this tutorial in a VMWare image. Reminds me of Webmin, which is what I use for my server. Script installation took about 10 minutes, compared with several hours going through other tutorials.&lt;/p&gt;
 </description>
     <pubDate>Fri, 18 Mar 2011 10:36:00 +0000</pubDate>
 <dc:creator>andrewmartin9</dc:creator>
 <guid isPermaLink="false">comment 1263007 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>I have been looking for a</title>
    <link>https://www.webmaster-forums.net/server-management/apc-article-how-build-homesmall-business-web-server-no-time#comment-1246333</link>
    <description> &lt;p&gt;I have been looking for a Forum like this for a long time.  I have always wanted to learn the ins and outs of webmastering, and I think I am in the write place.&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Dec 2009 11:26:09 +0000</pubDate>
 <dc:creator>mstardom</dc:creator>
 <guid isPermaLink="false">comment 1246333 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>JeevesBond wrote:
This</title>
    <link>https://www.webmaster-forums.net/server-management/apc-article-how-build-homesmall-business-web-server-no-time#comment-1246332</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;JeevesBond&lt;/em&gt; wrote:&lt;/div&gt;&lt;br /&gt;
&lt;blockquote&gt;This article goes through a quick and easy process for building a home or small business web server. The finished server will have Web server software, PHP, Perl, Ruby, MySQL, PostgreSQL, quotas, e-mail server software, anti-spam and anti-virus software, and a lot more good stuff. To top it off it will have a Web based GUI to control it all. Read on to learn how.&lt;/blockquote&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.apaddedcell.com/building-home-small-business-web-server-fast&quot; title=&quot;http://www.apaddedcell.com/building-home-small-business-web-server-fast&quot;&gt;http://www.apaddedcell.com/building-home-small-business-web-server-fast&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This topic is for discussion and questions about the article.&lt;/div&gt;&lt;br /&gt;
This article is very helpful. Now I will be able to host my own website. It cost so much for hosting services, so by having your own server a lot of money can be saved.&lt;/p&gt;
 </description>
     <pubDate>Mon, 21 Dec 2009 11:20:52 +0000</pubDate>
 <dc:creator>mstardom</dc:creator>
 <guid isPermaLink="false">comment 1246332 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>More notes... MySQL remote</title>
    <link>https://www.webmaster-forums.net/server-management/apc-article-how-build-homesmall-business-web-server-no-time#comment-1241898</link>
    <description> &lt;p&gt;More notes... MySQL remote access:&lt;/p&gt;
&lt;p&gt;By default on this install, mySQL is set to only allow connections from 127.0.0.1 &lt;/p&gt;
&lt;p&gt;So I did searches on how to set this up. Most top google results come up with the option to use &quot;skip-networking&quot; in the conf. This didn&#039;t work. Then I found a comment in the conf file (/etc/mysql/my.conf ):&lt;/p&gt;
&lt;p&gt;# Instead of skip-networking the default is now to listen only on&lt;br /&gt;
# localhost which is more compatible and is not less secure.&lt;br /&gt;
bind-address            = 127.0.0.1&lt;/p&gt;
&lt;p&gt;I was like, DUH! so I added this line as well:&lt;/p&gt;
&lt;p&gt;bind-address            = 192.168.39.20&lt;/p&gt;
&lt;p&gt;I have two NIC&#039;s installed, eth0 uses a dynamic address and gets handled with DynDNS, and eth1 is a static ip into my home network, which is the one I used so it is only accessible from home.&lt;/p&gt;
&lt;p&gt;Anyhow, after a restart of mySQL, this is up and running. I wanted to share this here as like I said, none of the searches I did came up with this.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sat, 23 May 2009 18:28:11 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1241898 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Added note for if you are</title>
    <link>https://www.webmaster-forums.net/server-management/apc-article-how-build-homesmall-business-web-server-no-time#comment-1240591</link>
    <description> &lt;p&gt;Added note for if you are using the server for a site that has a domain through something like dyndns.org&lt;/p&gt;
&lt;p&gt;If the server will be getting the dynamic IP address itself, not going through a router, you can use ddclient:&lt;/p&gt;
&lt;p&gt;apt-get install ddclient&lt;/p&gt;
&lt;p&gt;Prompts you for the info to set the config file for you.&lt;/p&gt;
&lt;p&gt;Also with it getting a dynamic IP address, once you set up the first virtual server, go edit the config for it:&lt;/p&gt;
&lt;p&gt;nano /etc/apache2/sites-available/DOMAIN.conf&lt;/p&gt;
&lt;p&gt;At the top there will the a line that shows yoru current IP address, change it to:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;VirtualHost *:80&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Now, also edit the last line of the apache main config:&lt;/p&gt;
&lt;p&gt;nano /etc/apache2/apache2.conf&lt;/p&gt;
&lt;p&gt;The very last line will contain the ip address, change this as well to show the following:&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;# Include the virtual host configurations:&lt;br /&gt;Include /etc/apache2/sites-enabled/&lt;br /&gt;NameVirtualHost *:80&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;Once you do this, when you set up a new virtual server in VirtualMin, even though it will show the actual ip address in the bottom most section, it will create *:80 in the new config file.&lt;/p&gt;
&lt;p&gt;Tip, apparently, Apache will match the IP address BEFORE virtual server names, as even though they were all set up, the first server ahd the actual IP address, and no matter what domain I went to, it took me to the one with the actual IP address.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Apr 2009 23:14:23 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1240591 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Well finally got around to</title>
    <link>https://www.webmaster-forums.net/server-management/apc-article-how-build-homesmall-business-web-server-no-time#comment-1240590</link>
    <description> &lt;p&gt;Well finally got around to redoing my server. Followed the guide and worked fine.&lt;/p&gt;
&lt;p&gt;-Greg&lt;/p&gt;
 </description>
     <pubDate>Sun, 19 Apr 2009 21:16:29 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1240590 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>see</title>
    <link>https://www.webmaster-forums.net/server-management/apc-article-how-build-homesmall-business-web-server-no-time#comment-1240067</link>
    <description> &lt;p&gt;see &lt;a href=&quot;http://www.webmaster-forums.net/server-management/do-you-have-server&quot; title=&quot;http://www.webmaster-forums.net/server-management/do-you-have-server&quot;&gt;http://www.webmaster-forums.net/server-management/do-you-have-server&lt;/a&gt;&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Apr 2009 17:35:52 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1240067 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Well I&#039;m also swapping</title>
    <link>https://www.webmaster-forums.net/server-management/apc-article-how-build-homesmall-business-web-server-no-time#comment-1240066</link>
    <description> &lt;p&gt;Well I&#039;m also swapping around some hard drives, so was just as easy to re-install.&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Apr 2009 17:35:33 +0000</pubDate>
 <dc:creator>Greg K</dc:creator>
 <guid isPermaLink="false">comment 1240066 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>SCSI/SAS drives for a home</title>
    <link>https://www.webmaster-forums.net/server-management/apc-article-how-build-homesmall-business-web-server-no-time#comment-1240058</link>
    <description> &lt;p&gt;SCSI/SAS drives for a home server?  Whoa!&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Shaggy.&lt;/p&gt;
 </description>
     <pubDate>Fri, 03 Apr 2009 15:37:57 +0000</pubDate>
 <dc:creator>Shaggy</dc:creator>
 <guid isPermaLink="false">comment 1240058 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
