addendum for AWstats, Plesk 8 and suexec

in the article "AWstats, Plesk 8 and suexec" i showed how to set up AWstats on a Plesk 8 system without all the suexec-trouble. recently one of my servers made another trouble, because the FollowSymLinks was missing. so i wrote this addendum.

in your vhosts.conf and vhost_ssl.conf the changes should be:

vhost.conf:

<Directory /srv/www/vhosts/foo.com/httpdocs>
        Options +FollowSymLinks
</Directory>
ScriptAlias /awstats/ "/srv/www/vhosts/foo.com/httpdocs/awstats/"
<Directory "/srv/www/vhosts/foo.com/httpdocs/awstats/">
        Options none
        AllowOverride None
        Order allow,deny
        Allow from all
</Directory>

vhost_ssl.conf:

<Directory /srv/www/vhosts/foo.com/httpsdocs>
        Options +FollowSymLinks
</Directory>
ScriptAlias /awstats/ "/srv/www/vhosts/foo.com/httpdocs/awstats/"
<Directory "/srv/www/vhosts/foo.com/httpdocs/awstats/">
        Options none
        AllowOverride None
        Order allow,deny
        Allow from all
</Directory>

Friday, 30. November 2007 • trackback url

Add Comment

( to reply to a comment, click the reply link next to the comment )

Comment Title:
Your Name:
Email Address:
Make Public?
Website:
Make Public?

Comment:


Allowed XHTML tags : a, b, i, strong, code, acrynom, blockquote, abbr. Linebreaks will be converted automatically.


Captcha:

captcha image

please type the content of the above image into the following form-field: