Merhaba,
Sanal sunucu tanımlamanızda 443 numaralı port domaine tanımlı mı ?
Document root tanımlı mı ?
Çalışan bir konfigurasyon alttakine benzemelidir.
<VirtualHost xxx.xxx.xxx.xxx:443>
SSLEngine on
SSLCertificateFile /etc/httpd/conf/SSL/sunucunuz.com.crt
SSLCertificateKeyFile /etc/httpd/conf/SSL/sunucunuz.com.key
ServerName www.sunucunuz.com
ServerAlias www.sunucunuz.com sunucunuz.com
ServerAdmin webmaster@sunucunuz.com
DocumentRoot /home/kullanici/domains/sunucunuz.com/private_html
ScriptAlias /cgi-bin/ /home/kullanici/domains/sunucunuz.com/public_html/cgi-bin/
UseCanonicalName OFF
SuexecUserGroup kullanici kullanici
CustomLog /var/log/httpd/domains/sunucunuz.com.bytes bytes
CustomLog /var/log/httpd/domains/sunucunuz.com.log combined
ErrorLog /var/log/httpd/domains/sunucunuz.com.error.log
<Directory /home/kullanici/domains/sunucunuz.com/private_html>
Options +Includes -Indexes
php_admin_flag engine ON
<IfModule !mod_php6.c>
php_admin_flag safe_mode OFF
</IfModule>
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f kullanici@sunucunuz.com'
php_admin_value open_basedir /home/kullanici/:/tmp:/var/tmp:/usr/local/lib/php/
</Directory>
</Virtualhost>