You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
479 B
17 lines
479 B
## |
|
## apache-roaming.conf -- Apache configuration for mod_roaming |
|
## |
|
|
|
LoadModule roaming_module @l_prefix@/libexec/apache/mod_roaming.so |
|
|
|
RoamingAlias /roaming @l_prefix@/var/apache/run/apache.roaming |
|
|
|
<Location /roaming> |
|
AuthUserFile @l_prefix/etc/apache/apache.passwd |
|
AuthType Basic |
|
AuthName "Roaming Access" |
|
<Limit GET PUT MOVE DELETE> |
|
require valid-user |
|
</Limit> |
|
</Location> |
|
|
|
|