|
|||
|
weird issue
This is strange.
I have an odd issue. I have a domain with SSL assigned to it. The domain shows index directory (as if nothing was uploaded yet) in regular non secure mode but shows proper actual website in secure mode. Odd. I deleted / re-added dns zone. Still same. How do I fix this? |
|
||||
|
You'll have to look for the problem in httpd.conf
__________________
Jonathan Michaelson cPanel Forum Moderator Need your cPanel servers secured and tuned? cPanel Server Configuration, Security, Recovery and Antivirus/AntiSpam Services Developers of the most effective (and free) Firewall & Security Solution for cPanel Servers - csf http://www.configserver.com |
|
|||
|
Nothing looks wrong there...
<VirtualHost xxx.202.64.187> ServerAlias www.domain domain ServerAdmin webmaster@domain DocumentRoot /home/digitalm/public_html BytesLog domlogs/domain-bytes_log ServerName www.domain User digitalm Group digitalm CustomLog domlogs/domain combined ScriptAlias /cgi-bin/ /home/digitalm/public_html/cgi-bin/ </VirtualHost> <VirtualHost > BytesLog domlogs/server.digitalmarketingsys.com-bytes_log ServerName server.digitalmarketingsys.com DocumentRoot /usr/local/apache/htdocs </VirtualHost> <IfDefine SSL> <VirtualHost xxx.202.64.187:443> ServerAdmin webmaster@domain DocumentRoot /home/digitalm/public_html BytesLog domlogs/domain-bytes_log ServerName domain CustomLog /usr/local/apache/domlogs/domain-ssl_log "%t %{version}c %{cipher}c %{clientcert}c" User digitalm Group digitalm SSLEnable SSLCertificateFile /usr/share/ssl/certs/domain.crt SSLCertificateKeyFile /usr/share/ssl/private/domain.key SSLLogFile /var/log/domain UserDir public_html ScriptAlias /cgi-bin/ /home/digitalm/public_html/cgi-bin/ SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown </VirtualHost> </IfDefine> |
![]() |
| Thread Tools | |
| Display Modes | |
|
|