Date: Sun, 27 Jul 2003 12:18:16 +0200
From: "Superniels"
Subject: Re: your unofficial rh9 / ogo insall guide
Thank you very much for your install guide; it made ogo possible for me.
I've got two additions though, don't know if they're general but I had =
trouble with them:
1. I had to alias the /ArticleImages dir on apache (I chose the =
mod_proxy method instead of the ngobjweb one)
Added this to my httdp.conf
-------
Alias /ArticleImages "/opt/opengroupware.org/news"
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
Allow from all
-------
2. The news image pics that were uploaded though ogo had the wrong =
rights (-rw-rw---- instread of -rw-rw-r--) ; to change this I had to =
edit the .bash_profile in /opt/opengroupware.org and change the umask =
into 0133
Don't know if this can / should be added to your faq, maybe it helps.
Niels.
Back to the Howto