From 6ae48843e18a6144ff97cfcf0de3aa63756f39f2 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 28 Jan 2004 15:45:21 +0000 Subject: [PATCH] =?utf8?q?Se=20agrega=20configuraci=C3=B3n=20del=20apache.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- subversion/apache/sites-available/sapo.conf | 66 +++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 subversion/apache/sites-available/sapo.conf 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 + + -- 2.43.0