hey guys,
I've recently ported from SME Server to ubuntu, and installed Ispconfig 3 following the tutorial for the
Perfect Server... All worked out perfectly untill i wanted to update and keep squirrelmail to
roundcube. Followed the tutorial all worked good for the main domain, but, when i try to add a secondary one in ISPconfig, when i check try to access the domains webmail, it says error 500
Now the config : /etc/apache2/conf.d/roundcube.conf
Code:
Alias /webmail /var/www/webmail
<Directory /var/www/webmail>
Options +FollowSymLinks Indexes
# This is needed to parse /var/www/webmail/.htaccess. See its
# content before setting AllowOverride to None.
AllowOverride All
order allow,deny
allow from all
</Directory>
# Protecting basic directories:
<Directory /var/www/webmail/config>
Options -FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/webmail/temp>
Options -FollowSymLinks
AllowOverride None
Order allow,deny
Deny from all
</Directory>
<Directory /var/www/webmail/logs>
Options -FollowSymLinks
AllowOverride None
Order allow,deny
Deny from all
</Directory>
The outcome of the error log from /var/log/isconfig/httpd/www.domain2.com/error.log
Code:
[Fri Dec 21 12:16:21 2012] [error] [client xxx.xxx.xxx.xxx] SoftException in Application.cpp:221: File "/var/www/webmail/index.php" is not in document root of Vhost "/var/www/amcinromania.ro/web"
[Fri Dec 21 12:16:21 2012] [error] [client xxx.xxx.xxx.xxx] Premature end of script headers: index.php
So from this, i get it is not the docroot... but then why does the alias is for ?
Also if i try to take a look at other configs... just to copy paste the redirect code, the manual ( the apache one ) works perfectly on both domains meening
www.domain.com/manual and
www.domain2.com/manual .
Also the squirrel works well too... why ??? The config is almost the same !!!
Thanks ppl
Recent comments
15 hours 43 min ago
16 hours 43 min ago
20 hours 30 min ago
21 hours 44 min ago
1 day 1 hour ago
1 day 8 hours ago
1 day 17 hours ago
1 day 19 hours ago
2 days 10 hours ago
2 days 12 hours ago