Linux cesa-www-main 6.1.0-49-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.174-1 (2026-05-26) x86_64
Apache/2.4.68 (Debian)
Server IP : 10.218.0.2 & Your IP : 216.73.216.28
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
apache2 /
examples /
apache2 /
extra /
Delete
Unzip
Name
Size
Permission
Date
Action
httpd-autoindex.conf
2.84
KB
-rw-r--r--
2026-06-12 05:08
httpd-dav.conf
1.82
KB
-rw-r--r--
2026-06-12 05:08
httpd-default.conf
2.87
KB
-rw-r--r--
2026-06-12 05:08
httpd-info.conf
1.09
KB
-rw-r--r--
2026-06-12 05:08
httpd-languages.conf
4.96
KB
-rw-r--r--
2026-06-12 05:08
httpd-manual.conf
1.4
KB
-rw-r--r--
2026-06-12 05:08
httpd-mpm.conf
4.35
KB
-rw-r--r--
2026-06-12 05:08
httpd-multilang-errordoc.conf
2.22
KB
-rw-r--r--
2026-06-12 05:08
httpd-ssl.conf
12.88
KB
-rw-r--r--
2026-06-12 05:08
httpd-userdir.conf
694
B
-rw-r--r--
2026-06-12 05:08
httpd-vhosts.conf
1.44
KB
-rw-r--r--
2026-06-12 05:08
proxy-html.conf
3.09
KB
-rw-r--r--
2026-06-12 05:08
Save
Rename
# # Distributed authoring and versioning (WebDAV) # # Required modules: mod_alias, mod_auth_digest, mod_authn_core, mod_authn_file, # mod_authz_core, mod_authz_user, mod_dav, mod_dav_fs, # mod_setenvif # 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. DavLockDB "/var/DavLock" Alias /uploads "/uploads" <Directory "/uploads"> Dav On AuthType Digest AuthName DAV-upload # You can use the htdigest program to create the password database: # htdigest -c "/user.passwd" DAV-upload admin AuthUserFile "/user.passwd" AuthDigestProvider file # Allow universal read-access, but writes are restricted # to the admin user. <RequireAny> Require method GET POST OPTIONS Require user admin </RequireAny> </Directory> # # The following directives disable redirects on non-GET requests for # a directory that does not include the trailing slash. This fixes a # problem with several clients that do not appropriately handle # redirects for folders with DAV methods. # BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully BrowserMatch "MS FrontPage" redirect-carefully BrowserMatch "^WebDrive" redirect-carefully BrowserMatch "^WebDAVFS/1\.[012]" redirect-carefully BrowserMatch "^gnome-vfs/1\.0" redirect-carefully BrowserMatch "^gvfs/1" redirect-carefully BrowserMatch "^XML Spy" redirect-carefully BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully BrowserMatch " Konqueror/4" redirect-carefully BrowserMatch " Konqueror/5" redirect-carefully BrowserMatch " dolphin/" redirect-carefully