Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 36752 invoked from network); 14 Feb 2005 13:17:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 14 Feb 2005 13:17:54 -0000 Received: (qmail 15193 invoked by uid 500); 14 Feb 2005 13:17:40 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 15131 invoked by uid 500); 14 Feb 2005 13:17:40 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 14558 invoked by uid 99); 14 Feb 2005 13:17:38 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=HOT_NASTY X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from ns0b.swx.com (HELO ns0b.swx.com) (146.109.240.235) by apache.org (qpsmtpd/0.28) with ESMTP; Mon, 14 Feb 2005 05:17:36 -0800 Received: from gate0b.unix.swx.ch (gate0b [192.168.252.145]) by ns0b.swx.com (8.12.10/8.12.10) with ESMTP id j1EDHXmU022024 for ; Mon, 14 Feb 2005 14:17:33 +0100 (MET) Received: from SOMEXEVS001.ex.ordersx.org (localhost [127.0.0.1]) by gate0b.unix.swx.ch (8.12.10/8.12.10) with ESMTP id j1EDHXru012569 for ; Mon, 14 Feb 2005 14:17:33 +0100 (MET) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4927.1200 Date: Mon, 14 Feb 2005 14:17:33 +0100 Importance: normal Priority: normal Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] cgi-bin question Thread-Index: AcURMqcigX4NtQKvRQm1Dh3LP2wUDQAxGeewACf8C4A= From: "Boyle Owen" To: X-Virus-Checked: Checked Subject: RE: [users@httpd] cgi-bin question X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N > -----Original Message----- > From: rott [mailto:rott@buckeye-express.com] > Sent: Sonntag, 13. Februar 2005 19:14 > To: users@httpd.apache.org > Subject: RE: [users@httpd] cgi-bin question >=20 >=20 > I have that in my config file all ready and I used awstats as my test > program but apache still wants the awstats.pl in the C:\apache\cgi-bin > directory not in the cgi-bin directory of the virtual host=20 > This is my Vhost=20 >=20 > > DocumentRoot D:\websites\domian.com > ServerName domain.com > ServerAlias www.domain.com > ScriptAlias /cgi-bin/ "C:/Apache2/cgi-bin/" You need:=20 ScriptAlias /cgi-bin/ D:\websites\domian.com\cgi then you put your CGI progs D:\websites\domian.com\cgi. Rgds, Owen Boyle Disclaimer: Any disclaimer attached to this message may be ignored.=20 PS - Your post is a good example of the point that ANY directory can be used as a CGI directory. It just needs to have ScriptAlias pointing at it (and be "Allow"ed etc.) > ErrorLog logs/domain.com-error.log > CustomLog logs/domain.com-access.log "%v %h %l %u %t \"%r\" %>s %b > \"%{Referer}i\" \"%{User-Agent}i\" combined > >=20 > Dale >=20 > -----Original Message----- > From: Jeff [mailto:jdyke@azimapower.com]=20 > Sent: Saturday, February 12, 2005 1:39 PM > To: users@httpd.apache.org > Subject: Re: [users@httpd] cgi-bin question >=20 > rott wrote: > >=20 > > I have apache 2.45 running on windows 2000 serving one=20 > website runs great > > have no problems. I have bought a second domain name and=20 > have started > using > > VH works great. Now I want to start running cgi scripts can=20 > each virtual > > host use its own separate cgi-bin directory?=20 > > Or do all the scripts have to be in the same directory all in > > apache2/cgi-bin?? I want each site to run some of the same=20 > scripts and > being > > all in the same directory the results aren't correct I hope=20 > I explained > this > > correctly=20 >=20 > You can put most any directive in a virtual host container=20 > that you can have > in=20 > the main server. I don't use cgi, but adding >=20 > ScriptAlias /cgi-bin/ "/path/to/virtual/cgi-bin/" > > AllowOverride None > Options None > Order allow,deny > Allow from all > >=20 > ... each virutal host conf should do the trick. >=20 > HTH > jeff > >=20 > > Dale > >=20 > >=20 > >=20 > --------------------------------------------------------------------- > > The official User-To-User support forum of the Apache HTTP=20 > Server Project. > > See for more info. > > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > > " from the digest: users-digest-unsubscribe@httpd.apache.org > > For additional commands, e-mail: users-help@httpd.apache.org > >=20 >=20 >=20 > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP=20 > Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org >=20 >=20 >=20 >=20 > __________________________________________________________ > Message transport security by GatewayDefender.com > 1:39:18 PM ET - 2/12/2005 >=20 >=20 > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP=20 > Server Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org >=20 >=20 Diese E-mail ist eine private und pers=F6nliche Kommunikation. Sie hat keinen Bezug zur B=F6rsen- bzw. Gesch=E4ftst=E4tigkeit der SWX Gruppe. = This e-mail is of a private and personal nature. It is not related to the exchange or business activities of the SWX Group. Le pr=E9sent e-mail = est un message priv=E9 et personnel, sans rapport avec l'activit=E9 = boursi=E8re du Groupe SWX. This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please notify the sender urgently and then immediately delete the message and any copies of it from your system. Please also immediately destroy any hardcopies of the message. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. The sender's company reserves the right to monitor all e-mail communications through their networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company.=20 --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org