Revision history for ApacheAdmin
Deletions:
##ln -s auth_digest.load## in ##/etc/apache2/mods-enabled/##
((2)) virtual hosts konfigurieren
edit ##/etc/apache2/sites-enabled/XXXX.conf##
##(apache)
Alias /path-in-browser /path/on/localfilesystem
<Directory /path/on/localfilesystem>
Options FollowSymLinks
DirectoryIndex index.php
<IfModule mod_authn_file.c>
AuthType Digest
AuthName "your_realm"
AuthUserFile /path/to/filewithdigestpwd
</IfModule>
Require valid-user
</Directory>##
Additions:
((1)) ""WebDAV"" einrichten
Deletions:
Additions:
((1)) WebDAV einrichten
Siehe ConfigureWebDAV
Siehe ConfigureWebDAV
Additions:
((1)) Besondere Szenarien
Apache auf macOS: spezielle Seite ist hier: ApacheMacOS
Apache auf macOS: spezielle Seite ist hier: ApacheMacOS
No Differences
Additions:
((2)) benötigte Module
((2)) virtual hosts konfigurieren
##(apache)
Alias /path-in-browser /path/on/localfilesystem
<Directory /path/on/localfilesystem>
Options FollowSymLinks
DirectoryIndex index.php
<IfModule mod_authn_file.c>
AuthType Digest
AuthName "your_realm"
AuthUserFile /path/to/filewithdigestpwd
</IfModule>
Require valid-user
</Directory>##
((2)) virtual hosts konfigurieren
##(apache)
Alias /path-in-browser /path/on/localfilesystem
<Directory /path/on/localfilesystem>
Options FollowSymLinks
DirectoryIndex index.php
<IfModule mod_authn_file.c>
AuthType Digest
AuthName "your_realm"
AuthUserFile /path/to/filewithdigestpwd
</IfModule>
Require valid-user
</Directory>##
Deletions:
== config virtual hosts ==
##(apache)
Alias /path-in-browser /path/on/localfilesystem
<Directory /path/on/localfilesystem>
Options FollowSymLinks
DirectoryIndex index.php
<IfModule mod_authn_file.c>
AuthType Digest
AuthName "your_realm"
AuthUserFile /path/to/filewithdigestpwd
</IfModule>
Require valid-user
</Directory>##
Additions:
((1)) Geschützten Bereich einer Webseite einrichten
== benötigte Module ==
##ln -s auth_digest.load## in ##/etc/apache2/mods-enabled/##
== config virtual hosts ==
edit ##/etc/apache2/sites-enabled/XXXX.conf##
##(apache)
Alias /path-in-browser /path/on/localfilesystem
<Directory /path/on/localfilesystem>
Options FollowSymLinks
DirectoryIndex index.php
<IfModule mod_authn_file.c>
AuthType Digest
AuthName "your_realm"
AuthUserFile /path/to/filewithdigestpwd
</IfModule>
Require valid-user
</Directory>##
== benötigte Module ==
##ln -s auth_digest.load## in ##/etc/apache2/mods-enabled/##
== config virtual hosts ==
edit ##/etc/apache2/sites-enabled/XXXX.conf##
##(apache)
Alias /path-in-browser /path/on/localfilesystem
<Directory /path/on/localfilesystem>
Options FollowSymLinks
DirectoryIndex index.php
<IfModule mod_authn_file.c>
AuthType Digest
AuthName "your_realm"
AuthUserFile /path/to/filewithdigestpwd
</IfModule>
Require valid-user
</Directory>##
Deletions:
Additions:
- [[WikkaModRewrite mod_rewrite für schöne URLs in WikkaWiki aktivieren]]
Deletions:
Additions:
((1)) ##mod_rewrite## für URL-rewrite verwenden
((1)) mehr
----
CategoryITWL
((1)) mehr
----
CategoryITWL