#1 (permalink)  
Old 05-01-2005, 09:48 AM
Registered User
 
Join Date: Oct 2004
Posts: 1,134
Secret Agent is on a distinguished road
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?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 05-01-2005, 12:52 PM
chirpy's Avatar
Moderator
 
Join Date: Jun 2002
Location: Go on, have a guess
Posts: 13,495
chirpy will become famous soon enough
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 05-01-2005, 03:22 PM
Registered User
 
Join Date: Oct 2004
Posts: 1,134
Secret Agent is on a distinguished road
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>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 05-01-2005, 10:13 PM
Registered User
 
Join Date: Oct 2004
Posts: 1,134
Secret Agent is on a distinguished road
Sorry to bump but any ideas? Still can't find a fix
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 10:39 AM.


Powered by vBulletin® Version 3.8.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
© cPanel Inc