linux系统 apache2.2
配置
DocumentRoot /home/wwwroot/m/public_html
ServerName m.com
ServerAlias m.com
DirectoryIndex index.php index.html index.htm
ErrorDocument 400 /errpage/400.html
ErrorDocument 403 /errpage/403.html
ErrorDocument 404 /errpage/404.html
CustomLog "/home/web_logs/m.com_access_log" common
php_admin_value open_basedir /home/wwwroot/m:/tmp
SSLEngine on
SSLStrictSNIVHostCheck off
SSLCipherSuite AESGCM:ALL:!DH:!EXPORT:!RC4:+HIGH:!MEDIUM:!LOW:!aNULL:!eNULL
#SSLCipherSuite AES128-SHA:HIGH:MEDIUM:!aNULL:!MD5
SSLProtocol all -SSLv2 -SSLv3
SSLCertificateFile "conf/vhost/mip.meibao5.com.ssl/m.crt"
SSLCertificateKeyFile "conf/vhost/mip.meibao5.com.ssl/m.key"
SSLHonorCipherOrder on
注:
已安装 mod_ssl.so
已开启443端口
关闭ssl可以用443端口访问。防火墙通过。
配置
DocumentRoot /home/wwwroot/m/public_html
ServerName m.com
ServerAlias m.com
DirectoryIndex index.php index.html index.htm
ErrorDocument 400 /errpage/400.html
ErrorDocument 403 /errpage/403.html
ErrorDocument 404 /errpage/404.html
CustomLog "/home/web_logs/m.com_access_log" common
php_admin_value open_basedir /home/wwwroot/m:/tmp
SSLEngine on
SSLStrictSNIVHostCheck off
SSLCipherSuite AESGCM:ALL:!DH:!EXPORT:!RC4:+HIGH:!MEDIUM:!LOW:!aNULL:!eNULL
#SSLCipherSuite AES128-SHA:HIGH:MEDIUM:!aNULL:!MD5
SSLProtocol all -SSLv2 -SSLv3
SSLCertificateFile "conf/vhost/mip.meibao5.com.ssl/m.crt"
SSLCertificateKeyFile "conf/vhost/mip.meibao5.com.ssl/m.key"
SSLHonorCipherOrder on
注:
已安装 mod_ssl.so
已开启443端口
关闭ssl可以用443端口访问。防火墙通过。
当前问题共有如下(1)个解决方案
- 抄底券你可以让他报错误代码就可以这样看你 是看不出来的哈