That configure of yours is not quite right:
the following is required for Apache with SSL/HTTPS Support (still called
mod_ssl):
--enable-ssl
this is only required if the auto detection of apache can't fint the
installed open ssl:
--with-ssl=/path/to/openssl
At 17:49 23.07.2003 +1000, you wrote:
>Hiya, thanks for the tip.
>When I ran ./configure --help, the option --enable-ssl is missing.
>So I tried this :
>./configure
> --with-apache=
> --with-ssl=
> --prefix=
>So komme ich auch nicht weiter !
>Those options are not available in configure !?!
>TIA :(
>
>Simon Pabst wrote:
> >
> > This should go to Apache Mailing List propably.
> >
> > Apache 2 has its own mod_ssl included.
> > You still need an installed OpenSSL to use mod_ssl,
> > as how to configure:
> >
> > httpd-2.0.45 # ./configure --help|grep -i ssl
> > --enable-ssl SSL/TLS support (mod_ssl)
> > --with-ssl=DIR SSL/TLS toolkit (OpenSSL)
> >
> > "Tomcat Users List" <tomcat-user@jakarta.apache.org> schrieb am
> 14.07.03 09:56:52:
> > >
> > > Apache2.0.40 seems to ship with mod_ssl in the directory
> > > .../httpd-2.0.40/modules/ssl.
> > > But no mention of OpenSSL, although both ssl_util_ssl.c and
> > > ssl_util_ssl.h refer to OpenSSL.
> > > I ftp-ed openssl-0.9.76b.tar.gz , but they only tralk about Apache
> > > 1.3.24 as in :
> > > # configure with-apache=../apache_1.3.24 with-ssl=./open22l-0.9.6c etc
> > > Am I to understand there is no mod_ssl for Apache2+ ???
> > >
> > > <hr>
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
> >
> > --
> > Simon Pabst
> >
> > E-Mail: Simon.Pabst@web.de
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|