Welcome to HostingForumz.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Apache2 and self-compiled openssl

 
   Web Hosting Problem Solving Community! (Home) -> Apache RSS
Related Topics:
Apache2 OpenSSL config problem - I'm trying to configure the lates version of Apache on my server with these --ena ble-ssl And i get this error: checking for SSL/TLS toolkit base.....

compiled index.jsp under OC4J - hello all - i'm having an issue making index.jsp show up fully compiled as our sites first page. I've been able to mod the file to find index.jsp rather than but when it displays, all the jsp code displays in the browser, rather..

Checking If mod_ssl Is Compiled - Hi All, Is there a way to query Apache to determine if mod_ssl is compiled?

Newbie Questions: Apache For Windows, Scripting, Compiled .. - Hi. I am a complete newbie to Apache. I have a few though. Does SSL come with Apache, or is it a program? Is SSL available with the Windows release of Apache 2.0.53? Can one make their own SSL with Apache? Or do..

Apache +OpenSSL - Hi Group, I'm having a problem with Apache 2.0.45 on Win32. I'm trying to install a chained SSL but on Apache, I get the error to configure verify locations for client The was purchased from..
Author Message
Timo Johansson

External


Since: Jun 01, 2005
Posts: 3



(Msg. 1) Posted: Thu Feb 21, 2008 6:05 pm
Post subject: Apache2 and self-compiled openssl
Archived from groups: alt>apache>configuration (more info?)

Dear group,

I am a newbie on apache. I need to install a self-compiled openssl
version (for some reason), more precisely, I need to convince apache to
use my self-compiled openssl version.

I am running an ubuntu minimal-installation server, together with
packages apache2 (includes ssl-support) and php5. Openssl version 0.9.8e
is installed on my system, and a call of a phpinfo();-page says that
apache uses openssl 0.9.8e.

I have downloaded the source of openssl 0.9.8g, and compiled it according
to my requirements. However, now I'm stuck: I cant figure out how to
convince apache to use this newly compiled openssl version.

As I said, I'm a newbie on this. I haven't been able to find a suiting
HOWTO on the web as well, so any help (e.g. an explanation how to solve
my problem, or a link to some HOWTO-page etc.) is really appreciated...!

Best regards!

 >> Stay informed about: Apache2 and self-compiled openssl 
Back to top
Login to vote
Jim Hayter

External


Since: Feb 07, 2005
Posts: 98



(Msg. 2) Posted: Fri Feb 22, 2008 12:57 pm
Post subject: Re: Apache2 and self-compiled openssl [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Timo Johansson wrote:
> Dear group,
>
> I am a newbie on apache. I need to install a self-compiled openssl
> version (for some reason), more precisely, I need to convince apache to
> use my self-compiled openssl version.
>
> I am running an ubuntu minimal-installation server, together with
> packages apache2 (includes ssl-support) and php5. Openssl version 0.9.8e
> is installed on my system, and a call of a phpinfo();-page says that
> apache uses openssl 0.9.8e.
>
> I have downloaded the source of openssl 0.9.8g, and compiled it according
> to my requirements. However, now I'm stuck: I cant figure out how to
> convince apache to use this newly compiled openssl version.
>
> As I said, I'm a newbie on this. I haven't been able to find a suiting
> HOWTO on the web as well, so any help (e.g. an explanation how to solve
> my problem, or a link to some HOWTO-page etc.) is really appreciated...!
>
> Best regards!

This is the configure command I used to create Apache 2.2.8 makefiles on
Solaris 10 from source:
../configure
--prefix=/usr/local/apache2
--disable-userdir
--enable-rewrite=shared
--enable-ssl=shared
--with-ssl=/usr/local/ssl
--enable-proxy=shared"
--enable-proxy-http=shared
--enable-proxy-balancer=shared
--enable-info=shared
--with-mpm=worker
--with-included-apr

Note the "--with-ssl=/usr/local/ssl" which specifies where I installed
openssl.

HTH,
Jim

 >> Stay informed about: Apache2 and self-compiled openssl 
Back to top
Login to vote
Display posts from previous:   
   Web Hosting Problem Solving Community! (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]