Ajout : vm_hosted : rule_apache2_configure .
[lhc/ateliers.git] / etc / apache2 / apache2.conf
1 AccessFileName .htaccess
2 AddDefaultCharset UTF-8
3 DefaultType None
4 ErrorDocument 404 default
5 ErrorLog ${APACHE_LOG_DIR}/error.log
6 <Files ~ "^\.ht">
7 # NOTE: The following lines prevent .htaccess and .htpasswd files
8 # from being viewed by Web clients.
9 Order allow,deny
10 Deny from all
11 Satisfy all
12 </Files>
13 Group ${APACHE_RUN_GROUP}
14 HostnameLookups Off
15 KeepAlive On
16 KeepAliveTimeout 15
17 LockFile ${APACHE_LOCK_DIR}/accept.lock
18 # XXX: the accept serialization lock file MUST BE STORED ON A LOCAL DISK.
19 LogFormat "%{User-agent}i" agent
20 LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined
21 LogFormat "%h %l %u %t \"%r\" %>s %O" common
22 LogFormat "%{Referer}i -> %U" referer
23 LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
24 LogLevel warn
25 # NOTE: possible values include: debug, info, notice, warn, error, crit, alert, emerg.
26 MaxKeepAliveRequests 100
27 PidFile ${APACHE_PID_FILE}
28 #ServerRoot "/var/www"
29 Timeout 300
30 User ${APACHE_RUN_USER}
31
32 Include mods-enabled/*.load
33 Include mods-enabled/*.conf
34 Include httpd.conf
35 Include ports.conf
36 Include conf.d/
37 Include sites-enabled/*.conf