Date: Mon, 29 Jan 2007 14:24:26 -0600 From: Sam Munzani <sam@munzani.com> To: Daniel Leidert <daniel.leidert.spam@gmx.net> Cc: freebsd-cvsweb@freebsd.org Subject: Re: CSS not reading properly Message-ID: <45BE57FA.6030802@munzani.com> In-Reply-To: <1170099874.27134.3.camel@localhost> References: <45BE3FC5.2090009@comcast.net> <1170099874.27134.3.camel@localhost>
next in thread | previous in thread | raw e-mail | index | archive | help
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" <Directory "/usr/local/www/apache22/cgi-bin"> AllowOverride None Options None Order allow,deny Allow from all </Directory> 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" > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45BE57FA.6030802>