<?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: setup a virtual server by Apache  1.3.27 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296861#M72419</link>
    <description>Let me confirm it..&lt;BR /&gt;Inside the virtual host definition ... Add&lt;BR /&gt;&lt;BR /&gt;ScriptAlias /cgi-bin/ /&lt;PATH_TO&gt;/cgi-bin/&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps&lt;/PATH_TO&gt;</description>
    <pubDate>Sun, 06 Jun 2004 04:43:11 GMT</pubDate>
    <dc:creator>KapilRaj</dc:creator>
    <dc:date>2004-06-06T04:43:11Z</dc:date>
    <item>
      <title>setup a virtual server by Apache  1.3.27</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296856#M72414</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I have Apache 1.3.27 installed on linux SUSE 8.2&lt;BR /&gt;for our Intranet &lt;A href="http://intranet.domain.net" target="_blank"&gt;http://intranet.domain.net&lt;/A&gt;&lt;BR /&gt;with default Document Root directory:&lt;BR /&gt;/srv/www/htdocs&lt;BR /&gt;&lt;BR /&gt;Howto setup additionally a virtual webserver &lt;BR /&gt;for example &lt;A href="http://test.intranet.domain.net" target="_blank"&gt;http://test.intranet.domain.net&lt;/A&gt;&lt;BR /&gt;or &lt;A href="http://intranet.domain.net/test" target="_blank"&gt;http://intranet.domain.net/test&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but with other (different) Document Root directory: &lt;BR /&gt;/home/user/public_html&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chris&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 05 Jun 2004 04:59:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296856#M72414</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-06-05T04:59:34Z</dc:date>
    </item>
    <item>
      <title>Re: setup a virtual server by Apache  1.3.27</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296857#M72415</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;please refer to this article:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.experts-exchange.com/Web/Web_Servers/Apache/Q_20878070.html" target="_blank"&gt;http://www.experts-exchange.com/Web/Web_Servers/Apache/Q_20878070.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;it seems as though u r looking at reverse proxy?&lt;BR /&gt;&lt;BR /&gt;regards.</description>
      <pubDate>Sat, 05 Jun 2004 05:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296857#M72415</guid>
      <dc:creator>Joseph Loo</dc:creator>
      <dc:date>2004-06-05T05:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: setup a virtual server by Apache  1.3.27</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296858#M72416</link>
      <description>Steps ..&lt;BR /&gt;&lt;BR /&gt;1. Add a DNS alias called "test.intranet.domain.net" CNAME to "intranet.domain.net"&lt;BR /&gt;&lt;BR /&gt;2. Add the following lines in httpd.conf of the running apache,&lt;BR /&gt;&lt;BR /&gt;&lt;VIRTUALHOST 80=""&gt;                           &lt;BR /&gt;                                &lt;BR /&gt;    ServerName test.intranet.domain.net  &lt;BR /&gt;    ServerAlias test.intranet.domain.net &lt;BR /&gt;    DocumentRoot  /home/user/public_html&lt;BR /&gt;    DirectoryIndex index.html                           &lt;BR /&gt;    CustomLog &lt;WHAT_EVER_U_WANT&gt; &lt;BR /&gt;    ErrorLog &lt;WHAT_EVER_U_WANT&gt; &lt;BR /&gt;&lt;/WHAT_EVER_U_WANT&gt; &lt;BR /&gt;&lt;BR /&gt;3. apachectl restart &lt;BR /&gt;4. You are done with it ..&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps&lt;BR /&gt;&lt;/WHAT_EVER_U_WANT&gt;&lt;/VIRTUALHOST&gt;</description>
      <pubDate>Sat, 05 Jun 2004 06:12:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296858#M72416</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-06-05T06:12:34Z</dc:date>
    </item>
    <item>
      <title>Re: setup a virtual server by Apache  1.3.27</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296859#M72417</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;thanks !&lt;BR /&gt;&lt;BR /&gt;and how it works with own cgi-bin directory at /home/test/cgi-bin ?&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Sat, 05 Jun 2004 08:38:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296859#M72417</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-06-05T08:38:54Z</dc:date>
    </item>
    <item>
      <title>Re: setup a virtual server by Apache  1.3.27</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296860#M72418</link>
      <description>I think you add in your Virtualhost container:&lt;BR /&gt;&lt;BR /&gt;ScriptAlias /cgi-bin/ "/your-own-cgi-path/cgi-bin/"</description>
      <pubDate>Sat, 05 Jun 2004 09:59:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296860#M72418</guid>
      <dc:creator>Vernon Brown_4</dc:creator>
      <dc:date>2004-06-05T09:59:26Z</dc:date>
    </item>
    <item>
      <title>Re: setup a virtual server by Apache  1.3.27</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296861#M72419</link>
      <description>Let me confirm it..&lt;BR /&gt;Inside the virtual host definition ... Add&lt;BR /&gt;&lt;BR /&gt;ScriptAlias /cgi-bin/ /&lt;PATH_TO&gt;/cgi-bin/&lt;BR /&gt;&lt;BR /&gt;Regds,&lt;BR /&gt;&lt;BR /&gt;Kaps&lt;/PATH_TO&gt;</description>
      <pubDate>Sun, 06 Jun 2004 04:43:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296861#M72419</guid>
      <dc:creator>KapilRaj</dc:creator>
      <dc:date>2004-06-06T04:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: setup a virtual server by Apache  1.3.27</title>
      <link>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296862#M72420</link>
      <description>hi Kapil&lt;BR /&gt;&lt;BR /&gt;I had some problems with your steps,&lt;BR /&gt;but this configuration works perfectly:&lt;BR /&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;NameVirtualHost intranet.domain&lt;BR /&gt;&lt;BR /&gt;&lt;VIRTUALHOST 80=""&gt;&lt;BR /&gt;ServerName intranet.domain&lt;BR /&gt;ServerAlias intranet.domain&lt;BR /&gt;DocumentRoot /srv/www/htdocs&lt;BR /&gt;&lt;/VIRTUALHOST&gt; &lt;BR /&gt;&lt;BR /&gt;&lt;VIRTUALHOST 80=""&gt;&lt;BR /&gt;ServerName test.intranet.domain&lt;BR /&gt;DocumentRoot /home/user/public_html&lt;BR /&gt;Scriptalias /cgi-bin/ "/home/user/public_html/cgi-bin/"&lt;BR /&gt;ErrorLog /home/user/errorlog&lt;BR /&gt;&lt;/VIRTUALHOST&gt;&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;chris</description>
      <pubDate>Sun, 27 Jun 2004 12:55:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/setup-a-virtual-server-by-apache-1-3-27/m-p/3296862#M72420</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-06-27T12:55:59Z</dc:date>
    </item>
  </channel>
</rss>

