File ATutor.conf.default of Package ATutor
# Example configuration for a ATutor repository # # As default server # put the string ATUTOR in /etc/sysconfig/apache2 APACHE_SERVER_FLAGS # to enable the URL # http://localhost/ATutor # # As vhost # If you want to use ATutor in one vhost add # Include /etc/apache2/vhosts.d/conf.d/ATutor.conf # to the vhost in the vhost.conf file # put the string ATUTORVHOST in /etc/sysconfig/apache2 APACHE_SERVER_FLAGS # to enable the URL # http://vhost/ATutor <IfDefine ATUTOR> # apache can serve the static files directly Alias /ATutor "/srv/www/ATutor/" <Directory /srv/www/ATutor/> AllowOverride AuthConfig Limit Order allow,deny Allow from all </Directory> </IfDefine>