From: Leandro Lucarella Date: Wed, 28 Jan 2004 15:45:21 +0000 (+0000) Subject: Se agrega configuraciĆ³n del apache. X-Git-Tag: svn_import~21 X-Git-Url: https://git.llucax.com/mecon/scripts.git/commitdiff_plain/6ae48843e18a6144ff97cfcf0de3aa63756f39f2?ds=sidebyside Se agrega configuraciĆ³n del apache. --- diff --git a/subversion/apache/sites-available/sapo.conf b/subversion/apache/sites-available/sapo.conf new file mode 100644 index 0000000..21b5bd8 --- /dev/null +++ b/subversion/apache/sites-available/sapo.conf @@ -0,0 +1,66 @@ +# $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 + +