Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.112
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
lib /
python3 /
dist-packages /
certbot_apache /
Delete
Unzip
Name
Size
Permission
Date
Action
__pycache__
[ DIR ]
drwxrwxrwx
2020-08-25 15:29
augeas_lens
[ DIR ]
drwxrwxrwx
2020-08-25 15:28
tests
[ DIR ]
drwxrwxrwx
2020-08-25 15:29
__init__.py
29
B
-rwxrwxrwx
2018-11-07 22:14
apache_util.py
3.1
KB
-rwxrwxrwx
2018-11-07 22:14
augeas_configurator.py
7.17
KB
-rwxrwxrwx
2018-11-07 22:14
centos-options-ssl-apache.conf
1.55
KB
-rwxrwxrwx
2018-11-07 22:14
configurator.py
97.6
KB
-rwxrwxrwx
2018-11-07 22:14
constants.py
2.5
KB
-rwxrwxrwx
2018-11-07 22:14
display_ops.py
4.16
KB
-rwxrwxrwx
2018-11-07 22:14
entrypoint.py
1.84
KB
-rwxrwxrwx
2018-11-07 22:14
http_01.py
6.72
KB
-rwxrwxrwx
2018-11-07 22:14
obj.py
8.92
KB
-rwxrwxrwx
2018-11-07 22:14
options-ssl-apache.conf
1.58
KB
-rwxrwxrwx
2018-11-07 22:14
override_arch.py
980
B
-rwxrwxrwx
2018-11-07 22:14
override_centos.py
2.43
KB
-rwxrwxrwx
2018-11-07 22:14
override_darwin.py
982
B
-rwxrwxrwx
2018-11-07 22:14
override_debian.py
5.55
KB
-rwxrwxrwx
2018-11-07 22:14
override_gentoo.py
2.7
KB
-rwxrwxrwx
2018-11-07 22:14
override_suse.py
1011
B
-rwxrwxrwx
2018-11-07 22:14
parser.py
30.42
KB
-rwxrwxrwx
2018-11-07 22:14
tls_sni_01.py
5.95
KB
-rwxrwxrwx
2018-11-07 22:14
Save
Rename
# This file contains important security parameters. If you modify this file # manually, Certbot will be unable to automatically provide future security # updates. Instead, Certbot will print and log an error message with a path to # the up-to-date file that you will need to refer to when manually updating # this file. SSLEngine on # Intermediate configuration, tweak to your needs SSLProtocol all -SSLv2 -SSLv3 SSLCipherSuite ECDHE-ECDSA-CHACHA20-POLY1305:ECDHE-RSA-CHACHA20-POLY1305:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA:ECDHE-RSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-RSA-AES256-SHA256:DHE-RSA-AES256-SHA:ECDHE-ECDSA-DES-CBC3-SHA:ECDHE-RSA-DES-CBC3-SHA:EDH-RSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:DES-CBC3-SHA:!DSS SSLHonorCipherOrder on SSLCompression off SSLOptions +StrictRequire # Add vhost name to log entries: LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\"" vhost_combined LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common #CustomLog /var/log/apache2/access.log vhost_combined #LogLevel warn #ErrorLog /var/log/apache2/error.log # Always ensure Cookies have "Secure" set (JAH 2012/1) #Header edit Set-Cookie (?i)^(.*)(;\s*secure)??((\s*;)?(.*)) "$1; Secure$3$4"