Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-22) was last changed on 14-Apr-2010 14:30 by RaffaelePedrini  

This page was created on 14-Apr-2010 14:30 by Daloch

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 37 changed one line
i file virtualhost devono includere le chiamate al servizio ssl
i file virtualhost devono includere le chiamate al servizio ssl.
At line 40 added 45 lines
%%prettify
{{{
<VirtualHost qui:80>
ServerAdmin log@telnext.it
ServerName www.nostrosito.it
DocumentRoot /home/www/www.nostrosito.it/htdocs
# Per tomcat
JkMount /*.jsp wrkr
JkMount /servlet/* wrkr
JkMount /manager/* wrkr
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
# Force clients from the Internet to use HTTPS
RewriteEngine on
RewriteRule ^/$ https://www.nostrosito.it/ [R]
</VirtualHost>
<VirtualHost qui:443>
ServerAdmin log@telnext.it
ServerName www.nostrosito.it
DocumentRoot /home/www/www.nostrosito.it/htdocs/protected
# Per tomcat
JkMount /*.jsp wrkr
JkMount /servlet/* wrkr
JkMount /manager/* wrkr
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>
}}}
/%
At line 40 removed one line
Version Date Modified Size Author Changes ... Change note
22 14-Apr-2010 14:30 5.786 kB RaffaelePedrini to previous
21 14-Apr-2010 14:30 5.717 kB RaffaelePedrini to previous | to last
« This page (revision-22) was last changed on 14-Apr-2010 14:30 by RaffaelePedrini