<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1015362" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1015362</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-windows#comment-1089019</link>
    <description> &lt;p&gt;Ok I found out what was wrong.&lt;/p&gt;
&lt;p&gt;I added this line&lt;/p&gt;
&lt;p&gt;    Options Indexes FollowSymLinks MultiViews Includes&lt;/p&gt;
&lt;p&gt;And also this line.&lt;/p&gt;
&lt;p&gt;    DirectoryIndex index.shtml&lt;/p&gt;
&lt;p&gt;Now includes work through localhost!&lt;/p&gt;
&lt;p&gt;K&lt;/p&gt;
 </description>
     <pubDate>Thu, 06 Sep 2001 00:35:46 +0000</pubDate>
 <dc:creator>Keegan</dc:creator>
 <guid isPermaLink="false">comment 1089019 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-windows#comment-1088687</link>
    <description> &lt;p&gt;I know it makes a difference in the Linux world but it should be:&lt;br /&gt;
Add&lt;strong&gt;H&lt;/strong&gt;andler not Add&lt;strong&gt;h&lt;/strong&gt;andler.&lt;/p&gt;
&lt;p&gt;Apache is not really old technology. Just good solid and secure. It is not a FTP program which is why it doesn&#039;t run FTP.&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Sep 2001 20:06:37 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1088687 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-windows#comment-1088667</link>
    <description> &lt;p&gt;Ok, what you just told me is very informative.&lt;/p&gt;
&lt;p&gt;The config file I am very familiar with so I will be able to impliment that mode of adding sites locally.&lt;/p&gt;
&lt;p&gt;If you have apache rnnning on your network there, can you include files?&lt;/p&gt;
&lt;p&gt;Just a normal .shtml include of another html document, such as a footer.&lt;/p&gt;
&lt;p&gt;I can&#039;t get it to show through a working apace installation.&lt;/p&gt;
&lt;p&gt;Addhandler is added for .shtml, the files are in the server root /htdocs (default) yet it still does not work.&lt;/p&gt;
&lt;p&gt;In your previoous post you mentioned an ftp server will be needed, I am suprised apache does not have one for it, but then thats the older technology at work, not bad but it is what it is. I wonder if I can find a control panel for a local installation of apache on windows, thats something to look into.&lt;/p&gt;
&lt;p&gt;Xp does not seem to have an internal ftp server no. Its windows 2000 with a skin as far as I am concerned. Nothing really smoking my figs here. After a month or so running it, it just seems like a buggy windows 2000.&lt;/p&gt;
&lt;p&gt;But then the bugs seem cleaner LOL&amp;lt; I wonder if that makes sense.&lt;/p&gt;
&lt;p&gt;Anyway, let me mess with the hosts file deal, look for a control panel for running a virtual host locally on my network, and mess around with running the ftp server for changing permissions here. I doubt that will work and more than likely I am confusing os&#039;s but then again, isnt it fun to learn&#039;?&lt;/p&gt;
&lt;p&gt;Thanks mairving&lt;/p&gt;
&lt;p&gt;K&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Sep 2001 15:30:35 +0000</pubDate>
 <dc:creator>Keegan</dc:creator>
 <guid isPermaLink="false">comment 1088667 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-windows#comment-1088657</link>
    <description> &lt;p&gt;Here is what I usually do instead of using localhost:&lt;/p&gt;
&lt;p&gt;In your &lt;strong&gt;hosts&lt;/strong&gt; file (in Windows 2000, it is in &lt;strong&gt;WINNT\System32\drivers\etc\...&lt;/strong&gt;, add an entry like this&lt;br /&gt;
IP address of local machine   xxx.sitename.com.&lt;br /&gt;
&lt;em&gt;Example:&lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;192.168.1.1      xxx.keegan.com&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In your Apache config file (httpd.conf in Linux) add a VirtualHost Entry like such:&lt;br /&gt;
&lt;strong&gt;VirtualHost xxx.keegan.com&lt;br /&gt;
DocumentRoot C:\...&lt;br /&gt;
ErrorLog C:\...&lt;br /&gt;
TransferLig C:\\ ..&lt;/strong&gt;&lt;br /&gt;
replacing the ... with your correct path.&lt;br /&gt;
In your browser, you can access it by typing in xxx.keegan.com. You really don&#039;t have to use the xxx part. I usually do so that I can tell if I am on a local set or an Internet site.&lt;/p&gt;
&lt;p&gt;This does several things for you. One it looks a bit better than typing in http:\\localhost. The other is that you can add other entries for other sites by adding another entry in your hosts file and your apache config file. Works pretty well.&lt;/p&gt;
&lt;p&gt;As far as getting a version of Linux that would run in Windows, I don&#039;t know of any that I could really recommend.&lt;/p&gt;
&lt;p&gt;Is there an FTP server that can be run in XP. I don&#039;t have a &#039;test&#039; copy yet so I can&#039;t tell you there.&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Sep 2001 14:17:46 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1088657 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Thanks !</title>
    <link>https://www.webmaster-forums.net/server-management/apache-windows#comment-1088653</link>
    <description> &lt;p&gt;Apache is the server running on Windows XP. It is resolving at:&lt;br /&gt;
&lt;a href=&quot;http://localhost/&quot; class=&quot;bb-url&quot;&gt;http://localhost/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://127.0.0.1/&quot; class=&quot;bb-url&quot;&gt;http://127.0.0.1/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I want to FTP from Wsftp into the htdocs directory. (So I can change permissions) Man I just realized something about that LOL, file system must be different (Been remote connecting too long)&lt;/p&gt;
&lt;p&gt;Would be ftping locally, well the reason was so I could change the permissions so cgi and php scripts ran without error, they seem to be erroring because of a lack of permissions.&lt;/p&gt;
&lt;p&gt;I dont mind going through and installing some sort of linux dist, but I would need to know where I could get one on the net. (It would need to run in windows)&lt;/p&gt;
&lt;p&gt;Thanks for the reply again&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Sep 2001 13:33:39 +0000</pubDate>
 <dc:creator>Keegan</dc:creator>
 <guid isPermaLink="false">comment 1088653 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: Apache on Windows</title>
    <link>https://www.webmaster-forums.net/server-management/apache-windows#comment-1088652</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Keegan2 &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Ok, I am trying to develop a developer environment with Apache and other software.&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;First of all, I am sorry that you chose Windows as your server. Why not put a copy of Linux on there? It&#039;s free and easy to setup. Okay, maybe not, but it is free.&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Keegan2 &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
First, It might not be the thing to do, but I want to ftp into the server through localhost.&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Where would you be FTP&#039;ing from? Through a lan network?&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Keegan2 &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;&lt;br /&gt;
Second, what User and Pass is set by default for the ftp on apache (Notice I said the ftp on apache) I simplified that because I really dont understand how to do what I want to do which is this.&lt;br /&gt;
&lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;I am assuming Windows 2000 but not sure if you are running the Pro or Server version. Apache really has no FTP server capabilties. You will need something like WarFTP or some other program to run your FTP. I am assuming that your username and password would be controlled by Windows. So you would have to have a valid username and password there.&lt;/p&gt;
 </description>
     <pubDate>Mon, 03 Sep 2001 13:25:06 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1088652 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
