ssl_key: '/etc/pki/tls/private/www.arbeitenviernull.de-key.pem'
ssl_chain: '/etc/pki/tls/certs/www.arbeitenviernull.de-cert.pem'
directories:
- - location1:
- provider: location
+ # protect typo3 location
+ - provider: location
path: '/typo3/'
auth_type: Digest
auth_name: arbeit
auth_require: 'valid-user'
require:
- local
- - location2:
- provider: location
+ # temporärer Schutz experimentierraeume
+ - provider: location
+ path: '/experimentierraeume/'
+ auth_type: Digest
+ auth_name: arbeit
+ auth_digest_provider: file
+ auth_digest_algorithm: MD5
+ auth_user_file: '/etc/httpd/htdigest'
+ auth_require: 'valid-user'
+ require:
+ - local
+ # make some other locations available
+ - provider: location
path: '/typo3/js'
- - location3:
- provider: location
+ - provider: location
path: '/typo3/sysext/rsaauth/resources/'
user: apache
mode: '2775'