]> git.proxmox.com Git - dab-pve-appliances.git/blobdiff - archive/debian-5.0-acquia/drupal.conf
move older, now EOL releases, to archive folder
[dab-pve-appliances.git] / archive / debian-5.0-acquia / drupal.conf
diff --git a/archive/debian-5.0-acquia/drupal.conf b/archive/debian-5.0-acquia/drupal.conf
new file mode 100644 (file)
index 0000000..8cf58c0
--- /dev/null
@@ -0,0 +1,34 @@
+ServerAdmin webmaster@loalhost
+ServerSignature Off
+ServerTokens Prod
+
+<IfModule mpm_prefork_module>
+    StartServers 2
+    MinSpareServers 1 
+    MaxSpareServers 2
+    MaxClients          50
+    MaxRequestsPerChild 100
+</IfModule>
+
+DocumentRoot /var/www/drupal/
+
+<Directory />
+        Options FollowSymLinks
+        AllowOverride None
+</Directory>
+
+
+<Directory /var/www/drupal/>
+        Options FollowSymLinks MultiViews
+        AllowOverride All
+        order allow,deny
+        allow from all
+</Directory>
+
+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