On Jan 9, 2008 11:56 PM, RexWinthrop <[EMAIL PROTECTED]> wrote:
> Hi All,
>
> I have now successfully enabled mod_ssl and is listed under (apachectl -l)
> Compiled in modules and Loaded modules in (apachectl -M )Loaded Modules
> My question is I am able to access apache server using http://localhos
RexWinthrop wrote:
Hi All,
I have now successfully enabled mod_ssl and is listed under (apachectl -l)
Compiled in modules and Loaded modules in (apachectl -M )Loaded Modules
My question is I am able to access apache server using http://localhost
and http://192.168.1.59 from other computers.
Well. Have you:
1. Added a listen directive for the SSL port ?
2. A virtual host with the appropriate SSL directives ?
3. Tried to "telnet localhost 443" to make sure your server is actually
listening the the https port?
4. Read the manual ?
Your SSL config should be something like the follow
On Thu, 10 Jan 2008, RexWinthrop wrote:
Hi All,
I have now successfully enabled mod_ssl and is listed under (apachectl -l)
Compiled in modules and Loaded modules in (apachectl -M )Loaded Modules
My question is I am able to access apache server using http://localhost and
http://192.168.1.59 from