> I have been trying to implement SSL on my server, Linux-2.2.11. I have
> been successful in compiling and installing Apache with mod_ssl or
> Apache with php3, but not all three together. I am using Oracle 8i for a
> database, which works when php is running.
> When I try to run Apache with mod_ssl and php3 compiled in as shared
> modules as a non-ssl server it runs, but when I try to start Apache with
> ssl and php enabled evidently it core dumps, but I don't get the core.
> After it crashes I have to remove the LoadModule-php and AddModule-php
> lines from httpd.conf and restart the web server in order to get it to
> restart. After that step I can then go back, re-edit the http.conf to
> re-enable php and get it to run, once again only wihout ssl running.
> Has anyone seen this behavior, and better yet did you fix it? If so,
> please post the solution.
You need to build Apache with mod_ssl first, and then compile PHP against
that. The SSL stuff changes some internal structures in Apache and you
cannot use the same dynamic PHP module for your ssl server as you use for
your non-ssl server.
-Rasmus
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl) www.modssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]