<?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: how to setup virtuell webserver with own cgi-bin directory ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-virtuell-webserver-with-own-cgi-bin-directory/m-p/3156646#M8890</link>
    <description>Hi pcross&lt;BR /&gt;&lt;BR /&gt;You're right !&lt;BR /&gt;Apache 1.3.27 is quite old.&lt;BR /&gt;So I've deinstalled it and installed&lt;BR /&gt;Apache 2-2.0.44&lt;BR /&gt;&lt;BR /&gt;But how can I create own cgi-bin directories&lt;BR /&gt;by Apache 2.0 ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
    <pubDate>Tue, 06 Jan 2004 15:59:02 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2004-01-06T15:59:02Z</dc:date>
    <item>
      <title>how to setup virtuell webserver with own cgi-bin directory ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-virtuell-webserver-with-own-cgi-bin-directory/m-p/3156643#M8887</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I have a webserver with SuSE 8.2 and Apache 1.3.27 .&lt;BR /&gt;There are many virtuell webserver.&lt;BR /&gt;&lt;BR /&gt;But every virtuell webserver should have own cgi-bin directory.&lt;BR /&gt;How can I do that ?&lt;BR /&gt;&lt;BR /&gt;Happy New Year !&lt;BR /&gt;chris</description>
      <pubDate>Mon, 05 Jan 2004 16:33:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-setup-virtuell-webserver-with-own-cgi-bin-directory/m-p/3156643#M8887</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-01-05T16:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: how to setup virtuell webserver with own cgi-bin directory ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-virtuell-webserver-with-own-cgi-bin-directory/m-p/3156644#M8888</link>
      <description>Happy new year Chris, are you using apache?</description>
      <pubDate>Mon, 05 Jan 2004 16:39:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-setup-virtuell-webserver-with-own-cgi-bin-directory/m-p/3156644#M8888</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-01-05T16:39:31Z</dc:date>
    </item>
    <item>
      <title>Re: how to setup virtuell webserver with own cgi-bin directory ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-virtuell-webserver-with-own-cgi-bin-directory/m-p/3156645#M8889</link>
      <description>oops, duh. read the question paul...&lt;BR /&gt;You can use the virtual host directives in the httpd.conf to set up multiple servers with separate document roots, cgi-bins, etc. 1.3.27 is a bit old though, and the configs have changed since then, you will want to refer to &lt;A href="http://httpd.apache.org/docs/mod/core.html#virtualhost" target="_blank"&gt;http://httpd.apache.org/docs/mod/core.html#virtualhost&lt;/A&gt;</description>
      <pubDate>Mon, 05 Jan 2004 16:44:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-setup-virtuell-webserver-with-own-cgi-bin-directory/m-p/3156645#M8889</guid>
      <dc:creator>Paul Cross_1</dc:creator>
      <dc:date>2004-01-05T16:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to setup virtuell webserver with own cgi-bin directory ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-virtuell-webserver-with-own-cgi-bin-directory/m-p/3156646#M8890</link>
      <description>Hi pcross&lt;BR /&gt;&lt;BR /&gt;You're right !&lt;BR /&gt;Apache 1.3.27 is quite old.&lt;BR /&gt;So I've deinstalled it and installed&lt;BR /&gt;Apache 2-2.0.44&lt;BR /&gt;&lt;BR /&gt;But how can I create own cgi-bin directories&lt;BR /&gt;by Apache 2.0 ?&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Tue, 06 Jan 2004 15:59:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-setup-virtuell-webserver-with-own-cgi-bin-directory/m-p/3156646#M8890</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-01-06T15:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: how to setup virtuell webserver with own cgi-bin directory ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-setup-virtuell-webserver-with-own-cgi-bin-directory/m-p/3156647#M8891</link>
      <description>the directives are the same Chris.&lt;BR /&gt;&lt;BR /&gt;Here are some examples.&lt;BR /&gt;&lt;BR /&gt;Scriptalias /cgi-bin/ "/home/itool/cgi-bin/"&lt;BR /&gt;&lt;BR /&gt;# slashes are important ....&lt;BR /&gt;&lt;BR /&gt;Virtual networking example.&lt;BR /&gt;&lt;BR /&gt;&lt;VIRTUALHOST&gt;&lt;BR /&gt;Serveradmin someone@isnamerica.com&lt;BR /&gt;Documentroot /home/webusers/isn/htdocs&lt;BR /&gt;Servername monitor.isnamerica.com:80&lt;BR /&gt;Scriptalias /cgi-bin/ "/home/isn/cgi-bin/"&lt;BR /&gt;&lt;/VIRTUALHOST&gt;&lt;BR /&gt;&lt;BR /&gt;The only directive difference that I'm aware of between apache 1.3 and apache 2.x is the :80 on the server name.&lt;BR /&gt;&lt;BR /&gt;I've left out the items in my configuration that are irralavent in my mind.&lt;BR /&gt;&lt;BR /&gt;Hope I helped.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 06 Jan 2004 16:36:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-setup-virtuell-webserver-with-own-cgi-bin-directory/m-p/3156647#M8891</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-01-06T16:36:01Z</dc:date>
    </item>
  </channel>
</rss>

