]> git.proxmox.com Git - dab-pve-appliances.git/blame - archive/debian-6.0-joomla/joomla.conf
move older, now EOL releases, to archive folder
[dab-pve-appliances.git] / archive / debian-6.0-joomla / joomla.conf
CommitLineData
ab650faa
DM
1ServerAdmin webmaster@localhost
2ServerSignature Off
3ServerTokens Prod
4
5<IfModule mpm_prefork_module>
6 StartServers 2
7 MinSpareServers 1
8 MaxSpareServers 2
9 MaxClients 50
10 MaxRequestsPerChild 100
11</IfModule>
12
13<VirtualHost *:80>
14
15DocumentRoot /var/www/joomla
16
17<Directory />
18 Options FollowSymLinks
19 AllowOverride None
20</Directory>
21
22<Directory /var/www/joomla>
23 Options FollowSymLinks MultiViews
24 AllowOverride None
25 Order allow,deny
26 allow from all
27</Directory>
28
29ErrorLog /var/log/apache2/error.log
30
31# Possible values include: debug, info, notice, warn, error, crit,
32# alert, emerg.
33LogLevel warn
34
35CustomLog /var/log/apache2/access.log combined
36
37</VirtualHost>