Re: [Mailman-Users] Icons aren't showing

2002-02-01 Thread Jarkko Laine
Thanks for your help, Erik, but it didn't help for me. Instead I found out that there is an icons directory in /var/www, which isn't even under the html-root. Still Apache thinks that /icons/ directory under the web root means that directory. And this though I explicitely made an alias /icons/

[Mailman-Users] Icons aren't showing

2002-02-01 Thread Jarkko Laine
Hi there, I can't get the footer images showing, there's just empty boxes instead of them. The mm_cfg.py looks like this: # Put YOUR site-specific settings below this line. IMAGE_LOGOS = '/icons/' and httpd.conf: Alias /icons/ /home/mailman/icons/ Options Indexes MultiViews