Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Feb 2005 16:04:24 -0500
From:      Danny <nocmonkey@gmail.com>
To:        FreeBSD-questions <questions@freebsd.org>
Subject:   OT: Apache installed from ports - broken images - more <directory> required?
Message-ID:  <addc34c605022413044562cbc1@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
So, I just updated my Apache (latest 1.3x) install, and an existing
config problem has been brought to light.

Part of my httpd.conf has:

<Directory /usr/home/*/public_html>
Order Deny,Allow
Allow from all
AllowOverride All
</Directory>

<VirtualHost *:80>
ServerAdmin webmaster@example.org
DocumentRoot /usr/home/username/public_html
ServerName www.example.org
ServerAlias example.org
ErrorLog /var/log/example.org-error_log
CustomLog /var/log/example.org-access_log common
<Directory /usr/home/username/public_html>
AllowOverride All
</Directory>
Alias /openwebmail "/usr/local/www/data-dist/openwebmail"
</VirtualHost>

So, the problem is: the images for openwebmail do not show up/are
broken.  Do I need to create a new:
<Directory> tag with /usr/local/www/data-dist/openwebmail? Exactly
like the one above?

Or am looking in the wrong are?

Thank you,

...D



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?addc34c605022413044562cbc1>