Here is the patch I have created for the current
apache-mod_ssl-open_ssl-fp suite.
It also allows for a global CGI directory. You will have to edit the
patch and change SYSTEM_CGI to your cgi-bin path. Apply the patch to an
original apache_1.3.6 source tree.
I do a static compile like the following under mod_ssl directory:
./configure --with-apache=../apache_1.3.6 \
--with-ssleay=../openssl-0.9.2b \
--with-rsa=../rsaref-2.0/local \
--enable-rule=SSL_SDBM \
--prefix=/usr/local/apache \
--enable-suexec \
--suexec-userdir=htdocs \
--suexec-docroot=/www/htroots \
--enable-module=rewrite \
--add-module=mod_frontpage.c
John Hamlik
> -----Original Message-----
> From: Rick Saltzman [mailto:[EMAIL PROTECTED]]
> Sent: Friday, April 02, 1999 8:41 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Frontpage 98 and mod_ssl
>
>
> FP98 may use a modified suexec in apache to be able to find
> fp.exe. It could
> be that the order in which you are building things is a
> problem. Try looking
> at suexec as required by FP98 and comparing it to the suexec
> you have built.
>
> Rick Saltzman
>
> > I'm having great difficulty getting FP98 and mod_ssl to
> work together. It
> > seems as though trying to use FP98 with SSL blows the mod_frontpage
> > extension out of the water so the fp extensions cannot find
> fp.exe to
> > execute the extensions. Using Apache1.3.3 and latest
> applicable mod_ssl
> > and RH5.2. SSL otherwise works fine. Anyone have any
> success at this?
> >
> > Regards, Jeff Koch
> >
> >
> >
> ______________________________________________________________________
> > Apache Interface to OpenSSL (mod_ssl)
> www.engelschall.com/sw/mod_ssl/
> > Official Support Mailing List
> [EMAIL PROTECTED]
> > Automated List Manager
> [EMAIL PROTECTED]
> >
>
>
> ______________________________________________________________________
> Apache Interface to OpenSSL (mod_ssl) www.engelschall.com/sw/mod_ssl/
> Official Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
>
patch-apache_1.3.6