I get cpanel's page instead of the domain. Its been a full day since propagation now. This is the httpd.conf for the domain. Note: I installed SSL successfully and already applied static IP for the domain itself (properly shown below as well).
<VirtualHost xx.x1.49.156>
ServerAlias www.domain.com domain.com
ServerAdmin webmaster@domain.com
DocumentRoot /home/alfiesb/public_html
BytesLog domlogs/domain.com-bytes_log
ServerName www.domain.com
<IfModule mod_userdir.c>
Userdir disabled
Userdir enabled alfiesb
</IfModule>
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/alfiesb:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
User alfiesb
Group alfiesb
CustomLog domlogs/domain.com combined
ScriptAlias /cgi-bin/ /home/alfiesb/public_html/cgi-bin/
</VirtualHost>
<IfDefine SSL>
<VirtualHost xx.x1.49.156:443>
ServerAdmin webmaster@domain.com
DocumentRoot /home/alfiesb/public_html
ServerName domain.com
CustomLog /usr/local/apache/domlogs/domain.com-ssl_log "%t %{version}c %{cipher}c %{clientcert}c"
User alfiesb
Group alfiesb
<IfModule mod_userdir.c>
Userdir disabled
Userdir enabled alfiesb
</IfModule>
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/alfiesb/:/usr/lib/php:/usr/local/lib/php:/tmp"
</IfModule>
SSLEnable
SSLCertificateFile /usr/share/ssl/certs/domain.com.crt
SSLCertificateKeyFile /usr/share/ssl/private/domain.com.key
SSLLogFile /var/log/domain.com
UserDir public_html
ScriptAlias /cgi-bin/ /home/alfiesb/public_html/cgi-bin/
SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
</VirtualHost>
</IfDefine>
Also, on top before the first virtual host entries...
<IfDefine SSL>
##
## SSL Virtual Host Context
##
</IfDefine>
NameVirtualHost xx.x1.49.154:80
Alias /bandwidth/ /usr/local/bandmin/htdocs/
Ran /scripts/fixbuggynamed and still won't work.
I deleted teh DNS in whm and readded it fresh, same problem.
What could i do?



LinkBack URL
About LinkBacks
Reply With Quote





