Hi Conrad, I'm not very familiar with webservers yet, but you might want to use a "virtual host" If you let your secure host serve files from DocumentRoot="/htdocs/secure", and let your non-secure host serve files from DocumentRoot="/htdocs/non-secure", then neither of those virtual hosts can access the wrong files. (You will need to force one host (non-secure) on port 80, while you force the other host (secure) to port 443.
I hope my explanation is helpful, and please, someone, correct me if I see things the wrong way. Dennis Speekenbrink Conrad Ng wrote: > > Dear all > > After I have implemented the SSL technology in my servers, I understand that > users can access securely under HTTPS://<link>. However, they can still > access through HTTP://<link>. Is there any way to block people from > accessing under HTTP:// ? I'm not meaning to block the whole port 80 but > only some pages, is it belong to the settings of Apache or what? Please > instruct. Thanks a lot!! > > Regards > > Conrad Ng > > ______________________________________________________ > > Scott Wilson Ltd celebrates its new name during its 50th year in Hong Kong! > > This e-mail and any attachments to it are intended only for the party to > whom they are addressed. They may contain privileged and/or confidential > information. If you have received this transmission in error please notify > the sender immediately and delete any digital copies and destroy any paper > copies. Thank you. > > Scott Wilson accepts no contractual liabilities or commitments arising from > this e-mail unless subsequently confirmed by fax or letter or as an e-mail > attachment giving company name, address, registration number and authorized > signatory. > ______________________________________________________ > > ______________________________________________________________________ > Apache Interface to OpenSSL (mod_ssl) www.modssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]