NameVirtualHost *:80 # BEGIN OF USER CONFIGURABLE OPTIONS # Set this directive with your main hostname ServerName cmsdam.underbridges.local # Add here your alias hostnames, as many as you want, or comment this line if don't needed # ServerAlias www.cmsdam.org # Set here the path where you installed CMSDAM # IMPORTANT: this directory and all its files must have the apache user as owner # to avoid problems!! DocumentRoot /home/dino/projects/cmsdam Alias /awstats-icon /usr/share/awstats/icon ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ AllowOverride None Options ExecCGI -MultiViews +SymLinksIfOwnerMatch Order allow,deny Allow from all # Set here the path where you installed CMSDAM # IMPORTANT: this directory and all its files must have the apache user as owner # to avoid problems!! DirectoryIndex index.php Options none AllowOverride None order allow,deny Deny from none Allow from all order allow,deny Allow from all Deny from none # This is the apache log file for apache errors ErrorLog /home/dino/projects/cmsdam/logs/error_log # This is the apache log file for apache accesses CustomLog /home/dino/projects/cmsdam/logs/access_log combined # END OF USER CONFIGURABLE OPTIONS # Let these lines as is. This prevents apache from let people viewing cmsdam files, # even if this is very hard due to cmsdam design!! Options none order allow,deny Allow from all Deny from none Options none order deny,allow Deny from all Allow from none Options none order deny,allow Deny from all Allow from none Options Indexes order allow,deny Allow from all Deny from none Options none order deny,allow Deny from all Allow from none Options none order deny,allow Deny from all Allow from none Options none order deny,allow Deny from all Allow from none Options none order deny,allow Deny from all Allow from none Options none order allow,deny Deny from none Allow from all