CSS not reading properly
Daniel Leidert
daniel.leidert.spam at gmx.net
Tue Jan 30 12:41:26 UTC 2007
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
More information about the freebsd-cvsweb
mailing list