Date: Thu, 24 Feb 2005 13:15:11 -0800 From: gabriel <normal1.lists@gmail.com> To: Danny <nocmonkey@gmail.com> Cc: FreeBSD-questions <questions@freebsd.org> Subject: Re: OT: Apache installed from ports - broken images - more <directory> required? Message-ID: <efb858205022413157af8de15@mail.gmail.com> In-Reply-To: <addc34c605022413044562cbc1@mail.gmail.com> References: <addc34c605022413044562cbc1@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Did you checks the permissions for the images directory? - I had a problem with qmailadmin once where it didnt show the images and it was permissions. On Thu, 24 Feb 2005 16:04:24 -0500, Danny <nocmonkey@gmail.com> wrote: > 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 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- gabriel, Member of: FreeBSD-Announce FreeBSD-Hardware FreeBSD-Multimedia FreeBSD-questions
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?efb858205022413157af8de15>