我有基本的HTTPvalidationconfiguration到我的Apacheconfiguration中的特定Location ,如:
<Location /system> AuthType Basic AuthName "Password Required" AuthUserFile /to/passwd/file Require valid-user Order allow,deny Allow from xxx Allow from xxx Satisfy Any </Location>
与/system别名到一个path/system的文件夹。
现在我在/system/user/synchro这个/systempath中有一个URL,我需要公开给大家。 应该指出,path的目的地不是一个物理文件,而是一个重写的URL。
有没有一种方法来嵌套一个Location (或东西)能够打开这一个path,但保持其余的locking?