Ask a Question related to FreeBSD, Design and Development.
-
Danny #1
OT: Apache installed from ports - broken images - more <directory> required?
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]webmaster@example.org[/email]
DocumentRoot /usr/home/username/public_html
ServerName [url]www.example.org[/url]
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
Danny Guest
-
most elegant way to find an installed datafile directory
I continue on an old topic, on which I received some help (I cannot find anymore the link to the discussion, sorry): then: and Rob... -
UDP ports required for Cold Fusion MX talking to SQL2000
We just had a super restrictive requirement put in that all UDP traffic except individual ports, be restricted. We have a dedicated Web/Cold Fusion... -
How to package up (all) installed ports
What would be a good way to create binary packages of all/most of my currently installed ports (without rebuilding as "make package" does)? I... -
(Second try) I installed PHP from an RPM, but Apache isn't processingthe PHP pages! What's going on here?
I did a mistake with the files name (http.conf ==> httpd.conf). See st the end.... -
I installed PHP from an RPM, but Apache isn't processing the PHPpages! What's going on here?
=============================================================================== I installed PHP from an RPM, but Apache isn't processing the PHP... -
gabriel #2
Re: OT: Apache installed from ports - broken images - more <directory> required?
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 [email]webmaster@example.org[/email]
> DocumentRoot /usr/home/username/public_html
> ServerName [url]www.example.org[/url]
> 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
> _______________________________________________
> [email]freebsd-questions@freebsd.org[/email] mailing list
> [url]http://lists.freebsd.org/mailman/listinfo/freebsd-questions[/url]
> To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"
>
--
gabriel,
Member of:
FreeBSD-Announce
FreeBSD-Hardware
FreeBSD-Multimedia
FreeBSD-questions
gabriel Guest
-
Danny #3
Re: OT: Apache installed from ports - broken images - more <directory> required?
On Thu, 24 Feb 2005 13:15:11 -0800, gabriel <normal1.lists@gmail.com> wrote:
Yah, FreeBSD file system permissions are fine.> 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.
....D
Danny Guest



Reply With Quote

