Hello,
I installed and configured Ubuntu 6.06 LTS Server + ISPConfig as described in
this tutorial and everything is running perfect. I host 4 domains on a single static IP, two of them have 3 mail users, but I have some questions:
1. I need webmail access for all 4 domains. I apt-get-ed squirrelmail, but don't know how to configure it to work with 4 domains.
2. I need a directory with directory listing to put some stuff for easy downloading. I followed
this thread and created dir with .htaccess file in with:
I also enabled +Indexes, AllowOverride All and Allow from all in /etc/apache2/apache2.conf:
Code:
<Directory /var/www/*/user/*/web>
Options +Includes +Indexes
AllowOverride All
AllowOverride Indexes AuthConfig Limit FileInfo
Order allow,deny
Allow from all
<Files ~ "^\.ht">
Allow from all
</Files>
</Directory>
but still have 500 error - Internal Server Error!
In /var/www/ there is no .htaccess file for Options to be inherited.
In /var/www/web2/error.log:
Code:
................
[Tue Apr 01 02:49:49 2008] [error] [client 192.168.160.1] Directory index forbidden by rule: /var/www/web2/web/downloads/
[Tue Apr 01 02:50:34 2008] [alert] [client 192.168.160.1] /var/www/web2/web/downloads/.htaccess: Options not allowed here
................
Any help will be apreciated.
Recent comments
1 day 1 hour ago
1 day 6 hours ago
1 day 11 hours ago
1 day 12 hours ago
2 days 3 hours ago
2 days 3 hours ago
2 days 8 hours ago
2 days 14 hours ago
2 days 15 hours ago
2 days 16 hours ago