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 [EMAIL PROTECTED] 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 _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"