Skip to content

Sympa Webinterface: Index missing (403 Forbidden) #1735

Closed Answered by ikedas
AZ-ROVE asked this question in Q&A
Discussion options

You must be logged in to vote

/etc/apache2/sites-enabled/VM1234.abc.local.conf

<VirtualHost *:80>
        ServerName      VM1234.abc.local
        DocumentRoot    /usr/share/sympa
        ErrorLog        /var/log/apache2/VM1234.abc.local.log
        include         /etc/apache2/conf-available/sympa.conf
</VirtualHost>

Not everything under /usr/share/sympa should be accessible from the Internet. If you want to set up DocumentRoot, use a directory that has nothing to do with Sympa at all.

On Debian, running a2ensite 000-default (or a2ensite default-ssl for HTTPS site) will set DocumentRoot to /var/www/html. The additional file sites-enabled/VM1234.abc.local.conf is not necessarily needed. (Incidentally, the intended …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AZ-ROVE
Comment options

@AZ-ROVE
Comment options

Answer selected by AZ-ROVE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants