Age | Commit message (Collapse) | Author |
|
We are now able to select how apache should log accesses. These
modes are:
* default: as you would use it
* semianonym: no ips are logged for CustomLog, ErrorLog still logs
ips
* anonym: no ips are logged for CustomLog, ErrorLog is sent to
/dev/null
* nologs: all logs are sent to /dev/null
|
|
|
|
You don't have permission to access /typo3/alt_doc.php
|
|
|
|
- migrate missing (newly introduced) vhosts
- pass relevant_only stuff to subdefines
|
|
|
|
|
|
|
|
|
|
|
|
suspicious requests, set to 'false' to log all requests (as before)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
for vhost snippets in include.d
|
|
are tested on Debian)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and include smarty then
|
|
|
|
according to http://www.mediawiki.org/wiki/Safe_mode it's safe to
turn crappy safe_mode off. I had the problem that LocalSettings.php
was thought to not exist, as in safe_mode this can happen:
http://ch2.php.net/manual/en/function.file-exists.php
|
|
|
|
|
|
|
|
|