[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Apache-mod_ssl-php



Any advice would help:

I have installed apache with DSO and php 4.0 as a module the following way 
more than a few times:

I have a build directory with various software component build 
subdirectories underneath.

In my apache build directory I just:

#./configure --prefix=[path] --enable-module=so
#make
#make install
#edit httpd.conf file for what I want
Then, In my php directory I
#./configure --with-apxs=/[path to apxs] --any other stuff
#make
#make intsall
#finish php config options
All the above works fine.

Now I am trying to install this type of confiq with mod_ssl
I have already installed openssl
In my mod_ssl build directory I:
#./configure --with-apache= ../apache_1.3.x
# cd ..
The I cd to my apache build directroy
#cd apache_1.3.x
#SSL_BASE=../openssl-VERSION ./configure
--prefix=/path_to_install_apache -enable-module=so -enable-shared=ssl
This is an important line. The ssl documention does not say to include the 
-enable-module=so option. Will apache have DSO enabled if I omit this?
#make
#make certificate
#make install

Now I would install PHP 4.0 as a DSO, the same as I always have.

Any comments would be greatly appreciated.

Thanks,

Joe Bonansinga
_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com

-
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.