|
From: Chris W. <ch...@cw...> - 2002-05-07 17:21:58
|
On Tue, 2002-05-07 at 12:54, Mike Melillo wrote: > I'm pretty new to OI. I just got my install up and running after > following all the instructions.and I got the welcome screen! But the > images are broken.when I look at the properties of the images, they > coincide with the right url -> filesystem, but when I paste in the url, > they aren't found. What could I have screwed up? Two thoughts: 1) Permissions: do the images have the correct permissions to be displayed? They should either world-readable or readable by the user and/or group the web server runs under (often 'nobody' and 'nogroup'). You should be able to tell if this is the issue from your access log. 2) If permissions are ok, you probably need to tell Apache to deal with the items in /images using the default handler. If you're using the dual-server setup (proxy server in front of modperl server) then this should be done for you. If you're just using a single server setup, then you might have used the wrong configuration file: try using conf/httpd_modperl_solo.conf instead of conf/httpd_modperl.conf. If all of that seems ok, then we'll reset our criteria and try again. Chris -- Chris Winters (ch...@cw...) Building enterprise-capable snack solutions since 1988. |