Hi,
I'm trying to do the following:
Any user on my domain types in www.theirdomain.com/webmail and they get up RoundCube webmail.
So, in httpd.conf i placed:
Alias /webmail/ /usr/local/roundcube/
ScriptAlias /webmail/ /usr/local/roundcube/
I place my installation of roundcube in usr/local/roundcube (i've checked the installation works in normal webspace before).
I run
chown nobody roundcube -R
and
chmod 755 roundcube -R
Which works ok for the moment. I can view basic text and images like this.
However, i get 500 internal for any php script or cgi script i place in here.
[Fri Feb 23 15:49:50 2007] [error] [client 138.38.32.82] Premature end of script headers: /usr/local/roundcube/index.php
Any ideas?
Its obviously some permission problems, since when i changed the owner of the files into a user account, i could access it fine via that users domain, but no-ones elses.



LinkBack URL
About LinkBacks
Reply With Quote




