From owner-freebsd-cvsweb@FreeBSD.ORG Wed May 14 19:07:17 2008 Return-Path: Delivered-To: freebsd-cvsweb@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5DFB51065671 for ; Wed, 14 May 2008 19:07:17 +0000 (UTC) (envelope-from silfreed@silfreed.net) Received: from argo.pyxos.net (argo.pyxos.net [IPv6:2002:423b:6d88::1]) by mx1.freebsd.org (Postfix) with ESMTP id 929858FC23 for ; Wed, 14 May 2008 19:07:15 +0000 (UTC) (envelope-from silfreed@silfreed.net) Received: from taonas.wl.silfreed.net (taonas.wl.silfreed.net [IPv6:2001:4830:164c:30:21d:e0ff:fe73:258b]) by argo.pyxos.net (Postfix) with ESMTP id 6CE9E63880D for ; Wed, 14 May 2008 15:07:14 -0400 (EDT) From: "Douglas E. Warner" To: freebsd-cvsweb@FreeBSD.org Date: Wed, 14 May 2008 15:07:12 -0400 User-Agent: KMail/1.9.9 MIME-Version: 1.0 Content-Type: multipart/signed; boundary="nextPart1783906.ad2ysLzhtT"; protocol="application/pgp-signature"; micalg=pgp-sha1 Content-Transfer-Encoding: 7bit Message-Id: <200805141507.12671.silfreed@silfreed.net> Cc: Subject: Using cvsweb as base path in virtualhost X-BeenThere: freebsd-cvsweb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2008 19:07:17 -0000 --nextPart1783906.ad2ysLzhtT Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I'd like to use cvsweb as the base path of a virtualhost; ie, have=20 http://cvsweb.example.org instead of doing something like=20 http://www.example.org/cvsweb. I've tried setting up the following ScriptAliasMatch, but I'm getting a=20 strange redirection: ScriptAliasMatch ^/?$ /path/to/cvsweb.cgi ScriptAliasMatch ^(.*) /path/to/cvsweb.cgi$1 Browsing to http://cvsweb.example.org and http://cvsweb.example.org/ works. Browsing to http://cvsweb.example.org/module works (no trailing slash - odd= ). Browsing to http://cvsweb.example.org/module/ redirects to //module/ which = my=20 browser interprets as http://module/ since I'm browsing via HTTP. Any ideas why this is happening and if there is a workaround? =2DDoug =2D-=20 Douglas E. Warner Site Developer Mozdev.org http://www.mozdev.org --nextPart1783906.ad2ysLzhtT Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQBIKzhgJV36su0A0xIRAsp5AKDtF2PS1boGfc3H+Cp6yPIWa6jgPgCdFAGH CoQI1vIznjooxmIapSaULOY= =nQrN -----END PGP SIGNATURE----- --nextPart1783906.ad2ysLzhtT--