summaryrefslogtreecommitdiff
path: root/files
AgeCommit message (Collapse)Author
2010-12-12update to latest secure ssl directivesmh
2010-08-17correct statementmh
2010-08-16fix various missing things for itk_plus modemh
2010-08-16impelement itk plus modemh
itk plus mode is an additional mode to deploy itk based hostings which should be a bit more performant. The idea is that we have two apache-instances running: A) prefork based, listening on the external interface B) itk based, listening on the loopback interface A) will serve all static webpages, as well as possibly serve all static content of dynamic websites. All requests to dynamic content will be redirected to B). The idea is that A) doesn't load any modules to server dynamic content at all. B) will serve all the dynamic scripts of a vhost. This will mean that for vhosts (static ones) as well as static content (all none dynamic scripts) we can benefit from the fast prefork model, while we can use itk's security model for all the dynamic scripts. There are two new additional run_modes: - proxy-itk: this just passes all requests to apache instance B). This one is similar to plain itk based mode and should be used for vhosts that shouldn't (yet) changed to the mixed mode. - static-itk: this passes only requests to dynamic scripts to B) while all static content is served by A). Beware that the user with which A) is running should be member of the run group of B) and all static files need to readable by the group. This reduces the security model you have with plain itk, as the prefork apache user will be able to read php (config-) files of any vhost that runs in static-itk mode. If you want to keep the level of security for a certain vhost, you need to run the specific vhost in proxy-itk mode. Note 1: you cannot run vhosts in itk mode and others in proxy or static itk mode. There is a duplicate file resource definition that blocks that possibility. Note 2: This mode works currently only on CentOS based systems, as no work have been done so far to implement an init.d script that's able to run 2 apache instances.
2010-06-10adjust sslciphersuite to new recommendationsmh
2010-01-30fix includes to new locationmh
2009-12-23manage default 'charset' and 'security' configs on DebianJerome Charaoui
2009-12-23move includes in conf.d into include.dJerome Charaoui
2009-12-23organize files in subdirectories per type : 'config' for main apache config; ↵Jerome Charaoui
'scripts' for extra shell scripts; 'service' for service default parameters. also, manage apache2.conf on Debian.
2009-12-08improve Debian supportJerome Charaoui
2009-11-24rotate internal apache logs as wellmh
2009-05-17enable itk in the sysconfig modulemh
2009-05-17manage sysconfig for itk as wellduritong
2009-05-17added sysconfig to be managed as wellMarcel
2009-03-15added default rewrite rules for joomlasmh
2009-02-24deny access to git repository foldersmh
2008-12-05- add index.shtml to default index if we do includmh
es, as well add +Includes to the directory options if not yet done - removed the security rewrite as it is already in the defaults.inc! - removed the enforcement of mod_security
2008-11-30merged with puzzlemh
2008-11-07adjusted paths to general stylemh
2008-11-07made path more defaultmh
introduced logrotating for apache
2008-11-07use rather default shellmh
2008-11-07generalized various config stylesmh
finished support for openbsd
2008-11-07merged with puzzlemh
2008-11-01enabled apache for openbsdmh
2008-11-01finally fixed VirtualHosts stuff for sslmh
2008-11-01fixed default pathsmh
2008-11-01tuned ssl for more secure ciphers, hide server signature by defaultmh
2008-11-01merged with puzzlemh
2008-10-25merged with puzzlemh
2008-07-26factered out the modules of the apache modulemh
2008-07-26adding name virtualhost for centosmh
2008-05-09merged puzzlemh
2008-04-29 ${operatingsystem} = Gentoo not gentoo andreas
2008-04-29new in gentoo, some unused, i.e. equal to default files del.andreas
2008-04-29more default filesandreas
2008-04-29changed the ServerSignature to Off, we don't want to give too much infosandreas
2008-04-29modifications1 for /etc/apache2/modules.dandreas
* own directory * see vhosts.d
2008-04-24added default centos file and made sources more configurablemh
2008-04-13default vhost for centosmh
2008-04-12extending apache to centos usage, vhost and crypto stuff on immer8 and class ↵mh
to enable server-status for munin-plugins, where not yet done
2008-03-23merged php into apachemh
2008-03-23moved certs to their new-sidewide-default locationmh
2008-03-21fixed pathmh
2008-03-21added mod_security-class, and a placeholder for mod_extract_forwarded_formh
2008-03-08korrektur vhosts raufladen (falsche zusammensetzung des file-pfads)andreas