MAILWATCH problems on Debian Etch

Discussion in 'HOWTO-Related Questions' started by tmaleshafske, Feb 1, 2009.

  1. tmaleshafske

    tmaleshafske New Member

    I am having problems with Mailwatch on debian etch.
    All I ever see is a directory listing
    something is messed up with my vhost file which is listed below
    Code:
    <VirtualHost 74.207.224.238:80>
            ServerAdmin [email protected]
            ServerName mailwatch.males002.skishosting.com
            DocumentRoot /var/www/mailwatch/
    </VirtualHost>
    
    
    Appreciate the help
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Add
    Code:
    Options -Indexes
    to the vhost configuration and restart Apache.
     

Share This Page