Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.20
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
apache2 /
mods-enabled /
[ HOME SHELL ]
Name
Size
Permission
Action
access_compat.load
100
B
-rw-r--r--
alias.conf
843
B
-rw-r--r--
alias.load
62
B
-rw-r--r--
auth_basic.load
94
B
-rw-r--r--
authn_core.load
72
B
-rw-r--r--
authn_file.load
72
B
-rw-r--r--
authz_core.load
72
B
-rw-r--r--
authz_host.load
94
B
-rw-r--r--
authz_svn.load
165
B
-rw-r--r--
authz_user.load
94
B
-rw-r--r--
autoindex.conf
3.29
KB
-rw-r--r--
autoindex.load
70
B
-rw-r--r--
dav.load
93
B
-rw-r--r--
dav_svn.conf
2.32
KB
-rw-r--r--
dav_svn.load
203
B
-rw-r--r--
deflate.conf
460
B
-rw-r--r--
deflate.load
84
B
-rw-r--r--
dir.conf
157
B
-rw-r--r--
dir.load
58
B
-rw-r--r--
env.load
58
B
-rw-r--r--
fcgid.conf
133
B
-rw-r--r--
fcgid.load
62
B
-rw-r--r--
filter.load
64
B
-rw-r--r--
mime.conf
7.52
KB
-rw-r--r--
mime.load
60
B
-rw-r--r--
mpm_event.conf
668
B
-rw-r--r--
mpm_event.load
106
B
-rw-r--r--
negotiation.conf
724
B
-rw-r--r--
negotiation.load
74
B
-rw-r--r--
passenger.conf
150
B
-rw-r--r--
passenger.load
70
B
-rw-r--r--
qos.conf
499
B
-rw-r--r--
qos.load
58
B
-rw-r--r--
reqtimeout.conf
1.16
KB
-rw-r--r--
reqtimeout.load
72
B
-rw-r--r--
security2.conf
467
B
-rw-r--r--
security2.load
91
B
-rw-r--r--
setenvif.conf
1.34
KB
-rw-r--r--
setenvif.load
68
B
-rw-r--r--
status.conf
749
B
-rw-r--r--
status.load
64
B
-rw-r--r--
unique_id.load
70
B
-rw-r--r--
xsendfile.load
70
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dav_svn.conf
# dav_svn.conf - Example Subversion/Apache configuration # # For details and further options see the Apache user manual and # the Subversion book. # # NOTE: for a setup with multiple vhosts, you will want to do this # configuration in /etc/apache2/sites-available/*, not here. # <Location URL> ... </Location> # URL controls how the repository appears to the outside world. # In this example clients access the repository as http://hostname/svn/ # Note, a literal /svn should NOT exist in your document root. #<Location /svn> # Uncomment this to enable the repository #DAV svn # Set this to the path to your repository #SVNPath /var/lib/svn # Alternatively, use SVNParentPath if you have multiple repositories under # under a single directory (/var/lib/svn/repo1, /var/lib/svn/repo2, ...). # You need either SVNPath or SVNParentPath, but not both. #SVNParentPath /var/lib/svn # Access control is done at 3 levels: (1) Apache authentication, via # any of several methods. A "Basic Auth" section is commented out # below. (2) Apache <Limit> and <LimitExcept>, also commented out # below. (3) mod_authz_svn is a svn-specific authorization module # which offers fine-grained read/write access control for paths # within a repository. (The first two layers are coarse-grained; you # can only enable/disable access to an entire repository.) Note that # mod_authz_svn is noticeably slower than the other two layers, so if # you don't need the fine-grained control, don't configure it. # Basic Authentication is repository-wide. It is not secure unless # you are using https. See the 'htpasswd' command to create and # manage the password file - and the documentation for the # 'auth_basic' and 'authn_file' modules, which you will need for this # (enable them with 'a2enmod'). #AuthType Basic #AuthName "Subversion Repository" #AuthUserFile /etc/apache2/dav_svn.passwd # To enable authorization via mod_authz_svn (enable that module separately): #<IfModule mod_authz_svn.c> #AuthzSVNAccessFile /etc/apache2/dav_svn.authz #</IfModule> # The following three lines allow anonymous read, but make # committers authenticate themselves. It requires the 'authz_user' # module (enable it with 'a2enmod'). #<LimitExcept GET PROPFIND OPTIONS REPORT> #Require valid-user #</LimitExcept> #</Location>
Close