Witam,

Instalacja apache_mod_dav w AC zmienia spsób dostępu do katalogu /update dla 
wszystkich serwerów wirtualnych:

# The following example gives DAV write access to a directory called
# "uploads" under the ServerRoot directory.
#
# The User/Group specified in httpd.conf needs to have write permissions
# on the directory where the DavLockDB is placed and on any directory where
# "Dav On" is specified.

Alias /uploads "/etc/httpd/httpd/uploads"
<Directory "/etc/httpd/httpd/uploads">
       Dav On

       AuthType Digest
       AuthName DAV-upload
        # You can use the htdigest program to create the password database:
        #   htdigest -c "/etc/httpd/httpd/user.passwd" DAV-upload admin
       AuthUserFile "/etc/httpd/httpd/user.passwd"

        # Allow universal read-access, but writes are restricted
        # to the admin user.
       <LimitExcept GET OPTIONS>
               require user admin
       </LimitExcept>
</Directory>

Ten "example" powoduje, że po doinstalowaniu tego pakietu różne portale też 
korzystające z /update przestają działać (np. typo3)

pozdrawiam,
-- 
Lukasz Michalski
pgp key: http://www.zork.pl/lm.asc

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
pld-devel-pl mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl

Odpowiedź listem elektroniczym