Date: Tue, 30 Jan 2007 13:41:22 +0100 From: Daniel Leidert <daniel.leidert.spam@gmx.net> To: sam@munzani.com Cc: freebsd-cvsweb@freebsd.org Subject: Re: CSS not reading properly Message-ID: <1170160882.6983.17.camel@localhost> In-Reply-To: <45BE57FA.6030802@munzani.com> References: <45BE3FC5.2090009@comcast.net> <1170099874.27134.3.camel@localhost> <45BE57FA.6030802@munzani.com>
index | next in thread | previous in thread | raw e-mail
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"
> <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
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
<IfModule mod_alias.c>, 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
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1170160882.6983.17.camel>
