Link to home
Start Free TrialLog in
Avatar of bacamaro
bacamaro

asked on

Apache 2, PHP, OpenSSL configuration?

Hello,
I have a FreeBSD 4.8 box that I'm trying to get SSL working on via OpenSSL. I've already got Apache2, MySQL, and PHP installed. I'd like to get OpenSSL working with it now. Can anyone point me in the right direction? I looked at a previous post where the recommended a link but the link was dead.

Thanks,
Brian
Avatar of it_alchemist
it_alchemist

SSL is already part of Apache2. What you need to do is either create your own certificates (http://freebsdaddicts.org/forum/viewtopic.php?pid=1052) or buy one. Configure the server in the /usr/local/etc/apache2/ssl.conf file. There make sure to point the server to where it can find the certificates it needs.

Then start Apache with SSL support: apachectl startssl


Avatar of bacamaro

ASKER

Ok well I'm trying to configure a program called Zen-Cart and when it checks the server over is shows that "PHP OpenSSL Support = Off". Is there a seperate place in the php.ini file where you can turn it on?
ASKER CERTIFIED SOLUTION
Avatar of it_alchemist
it_alchemist

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial