nel senso che(nel file httpd.conf) devo lasciare sia
<VirtualHost 10.0.0.32:80>
ServerAdmin webmaster@ciao.biz
DocumentRoot /www/mirko/lycia.ciao.biz
ServerName lycia.ciao.biz
ServerPath /lycia.ciao.biz
ScriptAlias /cgi-bin/ "/www/mirko/lycia.ciao.biz-cgi-bin/"
ErrorLog /var/log/httpd/apache/lycia.ciao.biz-error_log
CustomLog /var/log/httpd/apache/lycia.ciao.biz-access_log common
</VirtualHost>
che
<VirtualHost 10.0.0.32:443>
ServerAdmin webmaster@ciao.biz
DocumentRoot /www/mirko/lycia.ciao.biz
ServerName lycia.ciao.biz
ServerPath /lycia.ciao.biz
ScriptAlias /cgi-bin/ "/www/mirko/lycia.ciao.biz-cgi-bin/"
ErrorLog /var/log/httpd/apache/lycia.ciao.biz-error_log
CustomLog /var/log/httpd/apache/lycia.ciao.biz-access_log common
TransferLog /var/log/httpd/access_log
SSLEngine on
SSLCertificateFile /etc/httpd/ssl.crt/server.crt
SSLCertificateKeyFile /etc/httpd/ssl.key/server.key
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>
?????
ma le righe che ho aggiunto nel virtualhost sicuro son giuste?

Rispondi quotando