From owner-freebsd-cvsweb@FreeBSD.ORG Tue Jan 30 12:41:26 2007 Return-Path: X-Original-To: freebsd-cvsweb@freebsd.org Delivered-To: freebsd-cvsweb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 7AF2216A402 for ; Tue, 30 Jan 2007 12:41:26 +0000 (UTC) (envelope-from daniel.leidert.spam@gmx.net) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id BE09213C478 for ; Tue, 30 Jan 2007 12:41:25 +0000 (UTC) (envelope-from daniel.leidert.spam@gmx.net) Received: (qmail invoked by alias); 30 Jan 2007 12:41:24 -0000 Received: from unknown (EHLO test.wgdd.de) [195.227.105.180] by mail.gmx.net (mp027) with SMTP; 30 Jan 2007 13:41:24 +0100 X-Authenticated: #17381962 Received: from localhost ([127.0.0.1]) by test.wgdd.de with esmtp (Exim 3.36 #1 (Debian)) id 1HBsIc-0002rm-00; Tue, 30 Jan 2007 13:41:22 +0100 From: Daniel Leidert To: sam@munzani.com In-Reply-To: <45BE57FA.6030802@munzani.com> References: <45BE3FC5.2090009@comcast.net> <1170099874.27134.3.camel@localhost> <45BE57FA.6030802@munzani.com> Content-Type: text/plain Organization: TU Dresden Date: Tue, 30 Jan 2007 13:41:22 +0100 Message-Id: <1170160882.6983.17.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: freebsd-cvsweb@freebsd.org Subject: Re: CSS not reading properly 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: Tue, 30 Jan 2007 12:41:26 -0000 Am Montag, den 29.01.2007, 14:24 -0600 schrieb Sam Munzani: > Daniel, > > There is nothing in httpd.conf file. All I did was I copied cvsweb.cgi > file to cgi-bin directory of Apache. > > Below are some paths I have installed under. > Apache Configuration file: /usr/local//etc/apache22/httpd.conf > > Some configurations from httpd.conf. > ServerRoot "/usr/local" > AccessFileName .htaccess > DocumentRoot "/usr/local/www/apache22/data" > > AllowOverride None > Options None > Order allow,deny > Allow from all > > > Cvsweb configuration file path: > /usr/local/etc/cvsweb/cvsweb.conf Is this mentioned in cvsweb.cgi ("##### Start of Configuration Area ########" ...)? > Some contents from cvsweb.conf > my $iconsdir = '/icons/cvsweb' > $cssurl = '/css/cvsweb/cvsweb.css'; So you installed the cvsweb-stuff into /usr/local/www/apache22/data/icons/cvsweb /usr/local/www/apache22/data/css/cvsweb/cvsweb.css ? What does your Log/Server say, when you try to load /css/cvsweb/cvsweb.css? Do you have an Alias /icons/ /foo/ somewhere in your httpd.conf (IIRC there is one by default under , but I'm not sure)? > My question is what are these paths in reference off? Are they > relative to the cvsweb directory or the apache document root? Relative to the document root. Regards, Daniel