OT: Apache installed from ports - broken images - more <directory> required?

Danny nocmonkey at gmail.com
Thu Feb 24 21:04:25 GMT 2005


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 at 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


More information about the freebsd-questions mailing list