← Back to team overview

sslug-teknik team mailing list archive

squirrelmail og Apache2

 

Jeg har
MyServer:/etc/apache2/sites-available# ls
dbj-firstdomain.com  mail.seconddomain.dk  seconddomain.dk

I mail.seconddomain.dk  står der

<VirtualHost *>
  ServerName mail.seconddomain.dk
  DocumentRoot /usr/share/squirrelmail

  Alias /squirrelmail /usr/share/squirrelmail

<Directory /usr/share/squirrelmail>
  Options Indexes FollowSymLinks
  <IfModule mod_php4.c>
    php_flag register_globals off
  </IfModule>
  <IfModule mod_php5.c>
    php_flag register_globals off
  </IfModule>
 <IfModule mod_dir.c>
    DirectoryIndex index.php
  </IfModule>

  <Files configtest.php>
    order deny,allow
    deny from all
    allow from 127.0.0.1
  </Files>
</Directory>

</VirtualHost>


Alligevel giver min browser error 403, når jeg prøver
http://mail.seconddomain.dk eller http://mail.seconddomain.dk/squirrelmail
Hvad kan der være galt?




Follow ups