Jason Gerfen wrote:
> I know this might be slightly off topic but I just upgraded
> PHP/MySQL/OpenSSL and Apache to the latest stable release for each
> project and so far so good.  The one problem I am encountering is
> dealing with SSL and apachectl not accepting the command 'apachectl
> startssl' as it is depreciated.  Any idea how I can get this to start
> with SSL enabled on port 443?
>
Just use the right settings in your httpd.conf ;-)
You need a virtual host on port 443, in which you enable SSL with the
directive SSLEngine
For more, just read the documentation of Apache 2.2, it's described well
there.

-- 
Regards
Julius Hacker

http://www.julius-hacker.de
[EMAIL PROTECTED]

OpenPGP-Key-ID: 0x4B4A486E

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to