Hi I have follow the step on page 1, but it's still not resolve to https.
I haven't install mod_ssl on my vps
here is my vhost after activate the [Module] Certificate Manager
But when I restart the httpd service it's showing error :
I dont know where is the wrong. Did I miss something?
I have try to browse around the forum but didn't found what I am looking for.
Please help.
Thank's
I haven't install mod_ssl on my vps
here is my vhost after activate the [Module] Certificate Manager
Quote:# DOMAIN: indonesiaidekreatif.xyz
<virtualhost *:443>
ServerName indonesiaidekreatif.xyz
ServerAlias www.indonesiaidekreatif.xyz
ServerAdmin support@expertseowebsite.tk
DocumentRoot "/var/sentora/hostdata/zadmin/public_html/indonesiaidekreatif_xyz"
php_admin_value open_basedir "/var/sentora/hostdata/zadmin/public_html/indonesiaidekreatif_xyz:/var/sentora/temp/"
php_admin_value suhosin.executor.func.blacklist "passthru, show_source, shell_exec, system, pcntl_exec, popen, pclose, proc_open, proc_nice, proc_terminate, proc_get_s$
ErrorLog "/var/sentora/logs/domains/zadmin/indonesiaidekreatif.xyz-error.log"
CustomLog "/var/sentora/logs/domains/zadmin/indonesiaidekreatif.xyz-access.log" combined
CustomLog "/var/sentora/logs/domains/zadmin/indonesiaidekreatif.xyz-bandwidth.log" common
<Directory "/var/sentora/hostdata/zadmin/public_html/indonesiaidekreatif_xyz">
Options +FollowSymLinks -Indexes
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
AddType application/x-httpd-php .php3 .php
DirectoryIndex index.html index.htm index.php index.asp index.aspx index.jsp index.jspa index.shtml index.shtm
# Custom Global Settings (if any exist)
# Custom VH settings (if any exist)
# Made from Cert manager start
SSLEngine On
SSLCertificateFile /var/sentora/hostdata/zadmin/ssl/indonesiaidekreatif_xyz/indonesiaidekreatif.xyz.crt
SSLCertificateKeyFile /var/sentora/hostdata/zadmin/ssl/indonesiaidekreatif_xyz/indonesiaidekreatif.xyz.key
SSLCACertificateFile /var/sentora/hostdata/zadmin/ssl/indonesiaidekreatif_xyz/intermediate.crt
SSLProtocol All -SSLv2 -SSLv3
SSLHonorCipherOrder on
SSLCipherSuite "EECDH+ECDSA+AESGCM EECDH+aRSA+AESGCM EECDH+ECDSA+SHA384 EECDH+ECDSA+SHA256 EECDH+aRSA+SHA384 EECDH+aRSA+SHA256 EECDH+AESGCM EECDH EDH+AESGCM EDH+aRSA H$
# Made from Cert manager end
</virtualhost>
# END DOMAIN: indonesiaidekreatif.xyz
################################################################
# DOMAIN: indonesiaidekreatif.xyz
# PORT FORWARD FROM 80 TO: 443
<virtualhost *:80>
ServerName indonesiaidekreatif.xyz
ServerAlias www.indonesiaidekreatif.xyz
ServerAdmin support@expertseowebsite.tk
RewriteEngine on
ReWriteCond %{SERVER_PORT} !^443$
RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L]
</virtualhost>
# END DOMAIN: indonesiaidekreatif.xyz
But when I restart the httpd service it's showing error :
Quote:Starting httpd: Syntax error on line 270 of /etc/sentora/configs/apache/httpd-vhosts.conf:
Invalid command 'SSLEngine', perhaps misspelled or defined by a module not included in the server configuration
I dont know where is the wrong. Did I miss something?
I have try to browse around the forum but didn't found what I am looking for.
Please help.
Thank's