| At line 51 removed one line |
|
| At line 54 removed one line |
|
| At line 56 removed one line |
|
| At line 59 changed 5 lines |
| <Directory "/home/www/www.vaol.it/htdocs/protected"> |
| #SSLEngine on |
| #SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL |
| #SSLCertificateFile /root/sec/selfsigned-cert.pem |
| #SSLCertificateKeyFile /root/sec/rsa-private-key.pem |
| <Directory "/home/www/www.nostrosito.it/htdocs/protected"> |
| At line 66 changed 7 lines |
| RewriteRule ^/$ https://www.vaol.it/ [R] |
| #RewriteEngine on |
| #RewriteCond %{REMOTE_ADDR} !^192\.168\.1\.[0-9]+$ |
| #RewriteCond %{HTTPS} !=on |
| #RewriteRule .* - [F] |
| #Order deny,allow |
| #Allow from all |
| RewriteRule ^/$ https://www.nostrosito.it/ [R] |
| |
| At line 74 changed one line |
| <Directory "/home/www/www.vaol.it/htdocs/"> |
| <Directory "/home/www/www.nostrosito.it/htdocs/"> |
| At line 84 changed 6 lines |
| ServerName www.vaol.it |
|
| # DocumentRoot: The directory out of which you will serve your |
| # documents. By default, all requests are taken from this directory, but |
| # symbolic links and aliases may be used to point to other locations. |
| DocumentRoot /home/www/www.vaol.it/htdocs/protected |
| ServerName www.nostrosito.it |
| DocumentRoot /home/www/www.nostrosito.it/htdocs/protected |
| At line 94 changed 4 lines |
|
| ErrorLog /home/www/www.vaol.it/logs/error_log |
| CustomLog /home/www/www.vaol.it/logs/access_log combined |
|
| ErrorLog /home/www/www.nostrosito.it/logs/error_log |
| CustomLog /home/www/www.nostrosito.it/logs/access_log combined |
| HostnameLookups Off |
| UseCanonicalName Off |
| ServerSignature On |
| <Directory "/home/www/www.nostrosito.it/htdocs/protected/"> |
| Options Indexes FollowSymLinks |
| AllowOverride None |
| Order allow,deny |
| Allow from all |
| </Directory> |
| SSLEngine on |
| SSLCipherSuite ALL:!ADH:!EXPORT56:RC4+RSA:+HIGH:+MEDIUM:+LOW:+SSLv2:+EXP:+eNULL |
| SSLCertificateFile /root/sec/selfsigned-cert.pem |
| SSLCertificateKeyFile /root/sec/rsa-private-key.pem |
| </VirtualHost> |