Mailing List Archive

Images not loading on new install
Hi everyone,

I've just downloaded and installed v. 1.2.6 on my Debian/apache server. The
install appears to have proceeded without incident, but I notice that none
of the images are loading on the new wiki's Web pages. The apache error log
shows:

[Tue Jun 1 11:14:11 2004] [error] [client 10.50.10.116] File does not
exist: /usr/share/images/wiki.png

I'm puzzled why apache would be looking in /usr/share for the images when
I've defined the DocumentRoot elsewhere. Any ideas?

-Tim

--
Timothy Wilson
Technology Integration Specialist
Hopkins ISD #270, Hopkins, MN, USA (44š56.013'N 93š24.736'W)
ph: 952.988.4103 fax: 952.988.4311 AIM: tis270
Re: Images not loading on new install [ In reply to ]
On Tue, Jun 01, 2004 at 11:56:01AM -0500, Tim Wilson wrote:
> [Tue Jun 1 11:14:11 2004] [error] [client 10.50.10.116] File does not
> exist: /usr/share/images/wiki.png
>
> I'm puzzled why apache would be looking in /usr/share for the images when
> I've defined the DocumentRoot elsewhere. Any ideas?

Is it possible that you have an:

Alias /images/ /usr/share/images/

somewhere up in your global conf?

--
http://freebsdwiki.org/ - Encrypted mail welcome - keyid 0xBF15490B
Re: Images not loading on new install [ In reply to ]
On 6/1/04 12:55 PM, "Andy Smith" <andy@strugglers.net> wrote:

> Is it possible that you have an:
>
> Alias /images/ /usr/share/images/
>
> somewhere up in your global conf?

Yes, you're right. I should have thought of that. It looks like Debian's
apache config uses that to locate the images it uses for displaying
directories of files. Thanks for the pointer.

-Tim

--
Timothy Wilson
Technology Integration Specialist
Hopkins ISD #270, Hopkins, MN, USA (44š56.013'N 93š24.736'W)
ph: 952.988.4103 fax: 952.988.4311 AIM: tis270