# $Id$ ServerAdmin hdelbo@mecon.gov.ar ServerName portal.mecon.ar # SSL #SSLEngine on SSLCertificateFile /etc/apache2/ssl/portal.mecon.ar.cert SSLCertificateKeyFile /etc/apache2/ssl/portal.mecon.ar.key DocumentRoot /var/www/sapo/ Options FollowSymLinks AllowOverride None # Permisos AuthType Basic AuthUserFile /etc/svn/passwd AuthGroupFile /etc/svn/group # AuthType Digest AuthName "Repositorio Subversion" # AuthDigestDomain / # AuthDigestFile /etc/svn/passwd.digest # AuthDigestGroupFile /etc/svn/group Require valid-user Options Indexes FollowSymLinks ExecCGI Multiviews AllowOverride None Order allow,deny allow from all ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ AllowOverride None Options ExecCGI Order allow,deny Allow from all ErrorLog /var/log/apache2/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn CustomLog /var/log/apache2/access.log combined ServerSignature On Alias /icons/ "/usr/share/apache2/icons/" Options Indexes MultiViews AllowOverride None Order allow,deny Allow from all Alias /doc/ "/usr/share/doc/" Options Indexes MultiViews FollowSymLinks AllowOverride None Order deny,allow Deny from all Allow from 10.10.0.0/255.255.0.0