Software: Apache. PHP/5.5.15 uname -a: Windows NT SVR-DMZ 6.1 build 7600 (Windows Server 2008 R2 Enterprise Edition) i586 SYSTEM Safe-mode: OFF (not secure) C:\Intranet\C\xampp\apache\conf\extra\ drwxrwxrwx |
Viewing file: httpd-dav.conf (1.63 KB) -rw-rw-rw- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) | # # Distributed authoring and versioning (WebDAV) # # 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. <IfModule dav_module> <IfModule dav_fs_module> <IfModule setenvif_module> <IfModule authn_file_module> DavLockDB "C:/xampp/tmp/DavLock" Alias /webdav "C:/xampp/webdav" <Directory "C:/xampp/webdav"> Dav On Order allow,deny Allow from all AuthName DAV-upload # You can use the htdigest program to create the password database: # \xampp\apache\bin\htdigest -c "\xampp\security\htpasswd.webdav" "XAMPP with WebDAV" user # AuthType Digest # AuthDigestDomain / http://localhost/ # Here with htpasswd and md5 # \xampp\apache\bin\htpasswd -b \xampp\security\htpasswd.webdav user AuthType Basic AuthUserFile "C:/xampp/security/htpasswd.webdav" <LimitExcept GET HEAD OPTIONS> require valid-user </LimitExcept> </Directory> BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully BrowserMatch "MS FrontPage" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1.[0123]" redirect-carefully BrowserMatch "^gnome-vfs/1.0" redirect-carefully BrowserMatch "^XML Spy" redirect-carefully BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully BrowserMatch "MSIE" AuthDigestEnableQueryStringHack=On </IfModule> </IfModule> </IfModule> </IfModule> |
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #13 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0156 ]-- |