[Alba-desarrollo] SVN Alba r6095 - prosistem/alba/trunk/alba/config

commits en pressenter.com.ar commits en pressenter.com.ar
Lun Abr 20 23:22:39 CEST 2009


Author: ftoledo
Date: 2009-04-20 18:22:38 -0300 (Mon, 20 Apr 2009)
New Revision: 6095

Added:
   prosistem/alba/trunk/alba/config/vhost.sample
Removed:
   prosistem/alba/trunk/alba/config/apache.conf.dist
Log:
archivos obsoletos


Deleted: prosistem/alba/trunk/alba/config/apache.conf.dist
===================================================================
--- prosistem/alba/trunk/alba/config/apache.conf.dist	2009-04-20 21:22:23 UTC (rev 6094)
+++ prosistem/alba/trunk/alba/config/apache.conf.dist	2009-04-20 21:22:38 UTC (rev 6095)
@@ -1,10 +0,0 @@
-<VirtualHost *:80>
-  ServerName SERVERNAME 
-  DocumentRoot "/var/www/alba/web"
-  Alias /sf ##SYMFONY_DATA_WEB_SF##
-  <Directory "/var/www/alba/web">
-    AllowOverride All
-  </Directory>
-  ErrorLog /var/log/httpd/alba-error_log
-  CustomLog /var/log/log/alba-access_log common
-</VirtualHost>

Added: prosistem/alba/trunk/alba/config/vhost.sample
===================================================================
--- prosistem/alba/trunk/alba/config/vhost.sample	                        (rev 0)
+++ prosistem/alba/trunk/alba/config/vhost.sample	2009-04-20 21:22:38 UTC (rev 6095)
@@ -0,0 +1,21 @@
+    # Be sure to only have this line once in your configuration
+    NameVirtualHost 127.0.0.1:80
+
+    # This is the configuration for Socios
+    Listen 127.0.0.1:80
+
+    <VirtualHost 127.0.0.1:80>
+      ServerName Socios.localhost
+      DocumentRoot "/home/solar/subs/secure/socios/web"
+      DirectoryIndex index.php
+      <Directory "/home/solar/subs/secure/socios/web">
+        AllowOverride All
+        Allow from All
+      </Directory>
+
+      Alias /sf "/home/solar/subs/secure/symfony-1.2.2/data/web/sf"
+      <Directory "/home/solar/subs/secure/symfony-1.2.2/data/web/sf">
+        AllowOverride All
+        Allow from All
+      </Directory>
+    </VirtualHost>




Más información sobre la lista de distribución Alba-desarrollo