X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=etc%2Fapache2%2Fapache2.conf;fp=etc%2Fapache2%2Fapache2.conf;h=12fba30c3da5bea0d6cb26ad47bbf7c8f4b05ccf;hb=08bfdef225ec9d8d83a6658d64d462404be011a3;hp=0000000000000000000000000000000000000000;hpb=61ac98ca6513d9941d235c782a1d9a48977a27fd;p=lhc%2Fateliers.git diff --git a/etc/apache2/apache2.conf b/etc/apache2/apache2.conf new file mode 100644 index 0000000..12fba30 --- /dev/null +++ b/etc/apache2/apache2.conf @@ -0,0 +1,37 @@ +AccessFileName .htaccess +AddDefaultCharset UTF-8 +DefaultType None +ErrorDocument 404 default +ErrorLog ${APACHE_LOG_DIR}/error.log + + # NOTE: The following lines prevent .htaccess and .htpasswd files + # from being viewed by Web clients. + Order allow,deny + Deny from all + Satisfy all + +Group ${APACHE_RUN_GROUP} +HostnameLookups Off +KeepAlive On +KeepAliveTimeout 15 +LockFile ${APACHE_LOCK_DIR}/accept.lock + # XXX: the accept serialization lock file MUST BE STORED ON A LOCAL DISK. +LogFormat "%{User-agent}i" agent +LogFormat "%h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" combined +LogFormat "%h %l %u %t \"%r\" %>s %O" common +LogFormat "%{Referer}i -> %U" referer +LogFormat "%v:%p %h %l %u %t \"%r\" %>s %O \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined +LogLevel warn + # NOTE: possible values include: debug, info, notice, warn, error, crit, alert, emerg. +MaxKeepAliveRequests 100 +PidFile ${APACHE_PID_FILE} +#ServerRoot "/var/www" +Timeout 300 +User ${APACHE_RUN_USER} + +Include mods-enabled/*.load +Include mods-enabled/*.conf +Include httpd.conf +Include ports.conf +Include conf.d/ +Include sites-enabled/*.conf