From owner-freebsd-cvsweb@FreeBSD.ORG Mon Jan 29 20:38:01 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 2319516A400 for ; Mon, 29 Jan 2007 20:38:01 +0000 (UTC) (envelope-from sam@munzani.com) Received: from rwcrmhc13.comcast.net (rwcrmhc13.comcast.net [204.127.192.83]) by mx1.freebsd.org (Postfix) with ESMTP id 0FEAB13C442 for ; Mon, 29 Jan 2007 20:38:01 +0000 (UTC) (envelope-from sam@munzani.com) Received: from [172.24.100.233] (c-67-184-36-140.hsd1.il.comcast.net[67.184.36.140]) by comcast.net (rwcrmhc13) with ESMTP id <20070129202441m1300phv9ie>; Mon, 29 Jan 2007 20:24:42 +0000 Message-ID: <45BE57FA.6030802@munzani.com> Date: Mon, 29 Jan 2007 14:24:26 -0600 From: Sam Munzani User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: Daniel Leidert References: <45BE3FC5.2090009@comcast.net> <1170099874.27134.3.camel@localhost> In-Reply-To: <1170099874.27134.3.camel@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 Reply-To: sam@munzani.com List-Id: CVS Web maintenance mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jan 2007 20:38:01 -0000 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 Some contents from cvsweb.conf my $iconsdir = '/icons/cvsweb' $cssurl = '/css/cvsweb/cvsweb.css'; My question is what are these paths in reference off? Are they relative to the cvsweb directory or the apache document root? Thanks, Sam > Am Montag, den 29.01.2007, 12:41 -0600 schrieb Sam Munzani: > > >> I installed cvsweb3 with apache22. It installed fine and seems to be >> pulling information from cvsroot properly. However the graphics(icons, >> table cells) is not showing up. It clearly indicates that I have path >> issue somewhere and its not reading my css or the icons file properly. >> However I exhausted all experiments and unable to fix it. >> >> Any pointers would be greatly appreciated. >> > > What do you have in your apache's configuration file regarding cvsweb? > > Regards, Daniel > > _______________________________________________ > freebsd-cvsweb@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-cvsweb > To unsubscribe, send any mail to "freebsd-cvsweb-unsubscribe@freebsd.org" > >