Hi,
1st Question:
I have my server listening to port no 8443 initialilly.
I tried to do the following change in the httpd.conf
Original Configuration:
<IfDefine SSL>
Listen 8080
Listen 8443
</IfDefine>
Modified Configuration:
<IfDefine SSL>
Listen 8080
Listen 9443
</IfDefine>
Iam using 8080 for HTTP Connection & 9443 for HTTPS connection.
After starting the server i can observe that the tcp port 9443 is being
listened by some one and 8443 is not listened by some one, but iam not
able to connect to the 9443 port as i do with 8443.
Can you please tell me is there any other changes reqd. for making it to
listen to some other port.
2nd Question:
What are the files i have to bundle with my Apache server in
order to distribute it with the certificate generation utility(like
getting make certificate to work)
Expecting your response in this regard as i didn't had any response to
my previous postings. I was really depressed with such a response in
this list.
With Regards,
Sai.
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]