D7net Mini Sh3LL v1
Current File : //etc/apache2/sites-available/informatica.conf |
<IfModule mod_ssl.c>
<VirtualHost *:443>
ServerAdmin webmaster@localhost
ServerName informatica.uniparthenope.it
ServerAlias www.informatica.uniparthenope.it
AssignUserID informatica informatica
DocumentRoot /var/www/html/informatica/
ErrorLog ${APACHE_LOG_DIR}/informatica.error.log
CustomLog ${APACHE_LOG_DIR}/informatica.log combined
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
SSLEngine on
# A self-signed (snakeoil) certificate can be created by installing
# the ssl-cert package. See
# /usr/share/doc/apache2/README.Debian.gz for more info.
# If both key and certificate are stored in the same file, only the
# SSLCertificateFile directive is needed.
#SSLCertificateFile /etc/ssl/certs/informatica_uniparthenope_it.crt
SSLCertificateFile /etc/apache2/ssl/informatica_uniparthenope_it_cert.cer
SSLCACertificateFile /etc/apache2/ssl/informatica_uniparthenope_it_interm.cer
SSLCertificateKeyFile /etc/apache2/ssl/informatica.uniparthenope.it.key
# This enables optimized SSL connection renegotiation handling when SSL
# directives are used in per-directory context.
#SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
<FilesMatch "\.(cgi|shtml|phtml|php)$">
SSLOptions +StdEnvVars
</FilesMatch>
<Directory /usr/lib/cgi-bin>
SSLOptions +StdEnvVars
</Directory>
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/html/informatica/>
DirectoryIndex index.php index.html
# RewriteEngine on
RewriteBase /
# RewriteCond %{REQUEST_FILENAME} !-f
# RewriteCond %{REQUEST_FILENAME} !-d
# RewriteRule ^(.*)$ index.php?q=$1 [L,QSA]
# Options Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
allow from all
Deny from 193.239.80.37
</Directory>
# The safe and default but still SSL/TLS standard compliant shutdown
# their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
# "force-response-1.0" for this.
BrowserMatch "MSIE [2-6]" \
nokeepalive ssl-unclean-shutdown \
downgrade-1.0 force-response-1.0
# MSIE 7 and newer should be able to use keepalive
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
</VirtualHost>
# <VirtualHost _default_:443>
# ServerAdmin webmaster@localhost
# ServerName scienzenauticheaeronautiche.uniparthenope.it
# ServerAlias www.scienzenauticheaeronautiche.uniparthenope.it
#
# DocumentRoot /var/www/html/nautiche/
#
# ErrorLog ${APACHE_LOG_DIR}/error.log
# CustomLog ${APACHE_LOG_DIR}/access.log combined
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
# SSLEngine on
# A self-signed (snakeoil) certificate can be created by installing
# the ssl-cert package. See
# /usr/share/doc/apache2/README.Debian.gz for more info.
# If both key and certificate are stored in the same file, only the
# SSLCertificateFile directive is needed.
# SSLCertificateFile /etc/ssl/certs/informatica_uniparthenope_it.crt
# SSLCertificateKeyFile /etc/ssl/certs/informatica_uniparthenope_it.key
# This enables optimized SSL connection renegotiation handling when SSL
# directives are used in per-directory context.
#SSLOptions +FakeBasicAuth +ExportCertData +StrictRequire
# <FilesMatch "\.(cgi|shtml|phtml|php)$">
# SSLOptions +StdEnvVars
# </FilesMatch>
# <Directory /usr/lib/cgi-bin>
# SSLOptions +StdEnvVars
# </Directory>
# The safe and default but still SSL/TLS standard compliant shutdown
# their broken HTTP/1.1 implementation. Use variables "downgrade-1.0" and
# "force-response-1.0" for this.
# BrowserMatch "MSIE [2-6]" \
# nokeepalive ssl-unclean-shutdown \
# downgrade-1.0 force-response-1.0
# MSIE 7 and newer should be able to use keepalive
# BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
# </VirtualHost>
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
AnonSec - 2021 | Recode By D7net