[PHP] Apache/PHP/MySQL/OpenSSL upgrade question

2006-03-24 Thread Jason Gerfen
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?


--
Jason Gerfen

You will never be ready for me.
~ Me

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



Re: [PHP] Apache/PHP/MySQL/OpenSSL upgrade question

2006-03-24 Thread Petar Nedyalkov
On Friday 24 March 2006 17:24, 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?

LoadModule ssl_module modules/mod_ssl.so

And a VirtualHost definition for :443 maybe?


 --
 Jason Gerfen

 You will never be ready for me.
 ~ Me

-- 

Cyberly yours,
Petar Nedyalkov
Devoted Orbitel Fan :-)

PGP ID: 7AE45436
PGP Public Key: http://bu.orbitel.bg/pgp/bu.asc
PGP Fingerprint: 7923 8D52 B145 02E8 6F63 8BDA 2D3F 7C0B 7AE4 5436


pgpEjF4LL3ytQ.pgp
Description: PGP signature


Re: [PHP] Apache/PHP/MySQL/OpenSSL upgrade question

2006-03-24 Thread Julius Hacker
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