<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1018902" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1018902</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-and-asp#comment-1111801</link>
    <description> &lt;p&gt;True... but I don&#039;t know any good solutions for ASP on a linux server.  I have tried chillisoft ASP, but havn&#039;t had much luck with that.&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Jul 2002 01:34:42 +0000</pubDate>
 <dc:creator>zimbabwe2002</dc:creator>
 <guid isPermaLink="false">comment 1111801 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-and-asp#comment-1111800</link>
    <description> &lt;p&gt;Yeah, I have pondered that question a time or two. Running IIs on Windows or running Apache. It always comes down to the same solution for me, use Linux as my webserver OS. Plus it is just plain sickening how much MS charges for things. That is if you can understand the licensing.&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Jul 2002 01:28:23 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1111800 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-and-asp#comment-1111799</link>
    <description> &lt;p&gt;Sorry that I wasn&#039;t clear before.  I was running IIS 5 before and that was running ASP fine.  I heard that Apache was a better server so I downloaded it and installed.  I was able to get PHP and MySQL working on Apache, but not ASP.  I would prefer not to rely on 3rd party software as I do not have the time to properly research it.&lt;/p&gt;
&lt;p&gt;I need a server that can handle PHP, MySQL, ASP, JSP, Cold Fusion, MS SQL, CGI-Perl.&lt;/p&gt;
&lt;p&gt;Would you recommend that I switch back to IIS, or continue to fight with Apache?&lt;/p&gt;
&lt;p&gt;Zimbabwe&lt;/p&gt;
 </description>
     <pubDate>Wed, 24 Jul 2002 01:24:52 +0000</pubDate>
 <dc:creator>zimbabwe2002</dc:creator>
 <guid isPermaLink="false">comment 1111799 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-and-asp#comment-1111796</link>
    <description> &lt;p&gt;I know that Apache runs much better on Unix/Linux than it does on Windows, but I would still choose to run Apache over IIS on a Windows machine unless ASP, MS SQL and such were required. Just because Apache runs better on a *nix machine doesn&#039;t mean it runs poorly on Windows.&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 Jul 2002 22:15:31 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1111796 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-and-asp#comment-1111787</link>
    <description> &lt;p&gt;First, never assume anything. It wasn&#039;t totally clear whether ASP had been installed since it wasn&#039;t parsing ASP files.&lt;/p&gt;
&lt;p&gt;Secondly running Apache on Windows is not as optimum as running Apache on a &#039;nix machine nor as secure. Apache has this to say about it:&lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: Warning: Apache on NT has not yet been optimized for performance. Apache still performs best, and is most reliable on Unix platforms. Over time NT performance has improved, and great progress is being made in the upcoming version 2.0 of Apache for the Windows platforms. Folks doing comparative reviews of webserver performance are still asked to compare against Apache on a Unix platform such as Solaris, FreeBSD, or Linux.&lt;/p&gt;&lt;/blockquote&gt;
 </description>
     <pubDate>Tue, 23 Jul 2002 18:46:34 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1111787 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-and-asp#comment-1111774</link>
    <description> &lt;p&gt;mairving, I assumed he already had Apache-ASP or such as he mentioned ASP was already installed but was not working. Anyways, why wouldn&#039;t you recommend Apache on Windows? I&#039;ve been running Apache + PHP + MySQL on a Windows2000 box (at home) for ever now and never had any problems with it. Works like a charm.&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 Jul 2002 15:48:06 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1111774 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-and-asp#comment-1111768</link>
    <description> &lt;p&gt;Well, now you can get Apache to parse ASP files but get it to parse them as ASP, no way unless you go third party. You could install something like apache:asp which will parse the pages using mod_perl. In general, I would never recommend anyone running Apache on a Windows machine except for testing purposes.&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 Jul 2002 11:12:23 +0000</pubDate>
 <dc:creator>mairving</dc:creator>
 <guid isPermaLink="false">comment 1111768 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/server-management/apache-and-asp#comment-1111765</link>
    <description> &lt;p&gt;You&#039;ve probably missed the steps where you&#039;re supposed to update httpd.conf to parse .asp files as ASP scripts. I suggest you go through the installation guide one more time. Oh, also don&#039;t forget to restart Apache when you&#039;re done.&lt;/p&gt;
 </description>
     <pubDate>Tue, 23 Jul 2002 09:44:05 +0000</pubDate>
 <dc:creator>zollet</dc:creator>
 <guid isPermaLink="false">comment 1111765 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
