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