Apache :: 2.4.12 Build With OpenSSL 1.0.2

Feb 11, 2015

Do you have plans for building Apache 2.4 with OpenSSL 1.0.2? One good reason for upgrading Apache to OpenSSL to 1.0.2 would be the ability to disable TLS session tickets, eq. when using PFS:

Code : SSLOpenSSLConfCmd Options -SessionTicket

Here are a few references:

[URL] ....

[URL] ....

I tried to experiment with replacing OpenSSL dlls and exe in apachein directory but that did not work, because it looks like SSLOpenSSLConfCmd configuration directive is only available when Apache is compiled against OpenSSL 1.0.2.

View 3 Replies


ADVERTISEMENT

Upgraded To Openssl 0.9.8g But Now Can't Get PHP To Build

Feb 22, 2008

I might still be a bit too close to the newbie level to be trying this
but I wanted upgrade various components of my cpanel install for security issues.

So I got openssl to update to 0.9.8g and that seemed to be working correctly.

Quote:

openssl version
OpenSSL 0.9.8g 19 Oct 2007

So now I am trying to build PHP 4.4.8 like this:

Quote:

./configure --with-litespeed --with-config-file-path=../php --with-mysql=/usr --with-zlib --with-zlib-dir=.. --with-gd --with-jpeg-dir=.. --with-png-dir=.. --enable-shmop --enable-track-vars --enable-sockets --enable-sysvsem --enable-sysvshm --enable-magic-quotes --with-openssl

And it fails because of the openssl:

Quote:

Make
...
In function `zif_openssl_seal':
/php-4.4.8/ext/openssl/openssl.c:2885: undefined reference to `EVP_CIPHER_CTX_block_size'
collect2: ld returned 1 exit status

(I tried --with-openssl=/usr with no change)

View 4 Replies View Related

Apache :: Way To Migrate Openssl Alone

Jul 1, 2014

Currently I am using Apache 2.4.9 OpenSSL 1.0.1g (VC10), want to migrate openSSL 1.0.1h to resolve the vulnerability issue.is there way to migrate openssl alone in my existing apache build ?

View 9 Replies View Related

Apache :: How To Update Openssl

Apr 5, 2013

we need to upgrade the openssl modules, we have apache 2.2 installed and openssl version is 1.0.0,apache and openssl are in solaris9 SPARC.

View 4 Replies View Related

Apache :: Updating From 2.4.6 To 2.4.9 Breaks OpenSSL

Jun 25, 2014

Last week I have updated the apache from 2.4.6 to 2.4.9 version in Win 2008, 64-bit server. There was no openSSL and update was successful. Later I did the update in QA with openSSL and again the updte was successfully completed. Apache services was running fine and everything looked nice.

When I did the same update in the prd where openSSL is also there, it failed to start the service.

steps to update the apache from 2.4.6 to 2.4.9
----------------------------------------------
1> stop the apache services
2> Take the backup by copying original Apache installation directory and rename it . (eg I:Program Files (x86)Apache Software FoundationApache2.2 to Apache2.2_old)
3> Unzip the latest binaries to the temp directory
4> Copy the following files apachebin , apachemodules to the Apache Inst Directory ( I:Program Files (x86)Apache Software FoundationApache2.2)
5> start the apache service
----------------------------------------------------

QA and PRD both has enabled openSSL but it was prd where we got the issue , and the apache services couldnt be started. We have had to revert the change. Find the error log in the apache directory

--------------------------

[Tue Jun 24 21:12:12.665632 2014] [ssl:emerg] [pid 3336:tid 320] AH02561: Failed to configure certificate

RGWEB58V.brotherdc.eu:443:0, check G:/Program Files (x86)/Apache Software Foundation/Apache2.2/conf/server.crt
[Tue Jun 24 21:12:12.665632 2014] [ssl:emerg] [pid 3336:tid 320] SSL Library Error: error:0906D06C:PEM
routines:PEM_read_bio:no start line (Expecting: CERTIFICATE) -- Bad file contents or format - or even just a
forgotten SSLCertificateKeyFile? [Tue Jun 24 21:12:12.665632 2014] [ssl:emerg] [pid 3336:tid 320] SSL Library Error: error:140AD009:SSL
routines:SSL_CTX_use_certificate_file:PEM lib

---------------------------------------

I read somewhere that there is bug in 2.4.9 as this version breaks the openSSL.

Also read on this forum that someone resolved the issu by changing the server certificate from DER to PEM.

View 7 Replies View Related

Apache :: OpenSSL - Cannot Open Config File

Feb 24, 2015

c:Apache24bin>openssl.exe

WARNING: can't open config file: c:/openssl-1.0.1e-X64/ssl/openssl.cnf

OpenSSL>

View 1 Replies View Related

Apache :: OpenSSL 1.0.2 - Symbol Lookup Error

Feb 20, 2015

I'm getting the below error message when trying to perform "configtest" after upgrading apache to 2.4.12 version with success.

/home/apache/bin/httpd: symbol lookup error: /home/apache/bin/httpd: undefined symbol: SSL_CONF_CTX_new

Note: I received the error after recently upgrading my openssl to 1.0.2.

Just wonder how to get rid of the error message.

Running on Ubuntu Server 12.04.05 LTS 32bit.

View 6 Replies View Related

Build Apache Seems To Be Getting Stuck

May 18, 2008

I'm trying to build apache through WHM, but it gets to this point:

[url]

and just stays there. I can walk away from my computer for an hour and come back and it's still at that same point in the build.

I have WHM 11.15.0 cPanel 11.18.6-R24255
FEDORA 4 i686 on standard - WHM X v3.1.0

What can I do? I don't know if apache is building.

View 14 Replies View Related

Do I Have To Reinstall Firewalls, EAccelerator, Etc After I Re-build Apache?

Feb 21, 2007

Do I have to reinstall or re-config firewalls (BFD, APF, etc), eAccelerator, etc after I re-built Apache?

View 9 Replies View Related

Apache :: X86 2.2.29 Build And Sha256 Hashed Certs

Mar 13, 2015

Just received a new set of signed certs and trying to implement these on a Win2k3 x86 system with the ApacheLounge 2.2.29 1.0.1l build it won't start up, not log anything in error log. httpd -t doesn't return any issues, using the same key/cert with the openssl s_server is OK.

View 2 Replies View Related

Update Openssl

Jul 2, 2008

RHEL4 Box
No Control Panel
Current Version of OpenSSL = OpenSSL 0.9.7a Feb 19 2003
which is the most current version available via 'up2date'.

Need to update to 0.9.8.

I have download the source for 0.9.8h and have:
#./config --prefix=/usr/local --openssldir=/usr/local/openssl
#make
#make test
#make install

All commands ran without errors.

When I run:
# openssl version
OpenSSL 0.9.7a Feb 19 2003

# whereis openssl
openssl: /usr/bin/openssl /usr/local/bin/openssl /usr/include/openssl /usr/local/openssl /usr/share/man/man1/openssl.1ssl.gz

# rpm -qa | grep openssl
openssl-devel-0.9.7a-43.17.el4_6.1
openssl-0.9.7a-43.17.el4_6.1
xmlsec1-openssl-1.2.6-3
openssl096b-0.9.6b-22.46

How can I get the version updated?

View 7 Replies View Related

The Best Way To Update Openssl

Mar 21, 2008

what is the best way to upgrade Openssl

to the latest version

openssl-0.9.8g

in my cpanel server
openssl version
OpenSSL 0.9.7a Feb 19 2003

View 9 Replies View Related

OpenSSL - CURL, Httpd And Proftpd

Apr 14, 2009

so I got OpenSSL 0.9.8k up and installed, no issued:

Quote:

# openssl
OpenSSL> version
OpenSSL 0.9.8k 25 Mar 2009
OpenSSL>

Rebuilt cURL (and then php), httpd and proftpd but all of them are still linking to the older libraries for some reason

Quote:

# curl -V
curl 7.19.4 (x86_64-unknown-linux-gnu) libcurl/7.19.4 OpenSSL/0.9.8g zlib/1.2.3
Protocols: tftp ftp telnet dict ldap http https ftps
Features: IPv6 Largefile NTLM SSL libz

Quote:

[Tue Apr 14 00:11:03 2009] [notice] Apache/2.2.11 (Unix) mod_ssl/2.2.11 OpenSSL/0.9.8g DAV/2 PHP/5.2.9 Apache configured -- resuming normal operations

Quote:

Starting proftpd: - mod_tls/2.2.1: compiled using OpenSSL version 'OpenSSL 0.9.8i 15 Sep 2008' headers, but linked to OpenSSL version 'OpenSSL 0.9.8g 19 Oct 2007' library

proftpd has its own set of issues obviously built with i headers and linked to g headers. Any ideas wtf I did? I recomplined and restarted everything. I removed the g and i libraries completely. OpenSSH seems happy and nothing is actually "wrong", the server is working fine but I'm really anal retentive this way...it's kinda how I feel "safer" at the OS level.

View 3 Replies View Related

OpenSSL Dll Files - Total Commander 7 - SFTP

Jun 13, 2007

I'm trying to connect to the server via SFTP but when I check the box to do that in Total Commanders settings box it says I need the OpenSSL dll's. I downloaded the must current file from [url] but I can't find any dll files in it and I'm unsure how to proceed.

View 1 Replies View Related

PHP + OpenSSL, Error Unable To Find The Socket Transport SSL

Jun 20, 2009

We're having problems with the Roundcube webmail spell check, and upon checking the log we get the error 'Unable to find the socket transport SSL'. From what I can find out this is normally due to Open SSL not being enabled, but it is, you can check our php config here.

View 3 Replies View Related

First Rackmount Build

Nov 12, 2008

I am trying to put together a 1U server, and this is the first time I've had to deal with the space constraints of a rackmount server.

I am toying with a RAID 10 setup, which requires 4 drives, so I am looking at 2.5" enterprise drives so that I can fit 4 into a 1U rack. The problem is I was on newegg and don't see any cases with 2.5" bays. Are there kits that convert 3.5" bays to 2x2.5" or something of this nature? Furthermore, I see here:http://www.newegg.com/Product/Produc...82E16822136260

that the 2.5" drive is inside a 3.5" brick. Can this be taken out of the mount? I don't see the point in paying extra for a 2.5" drive that only fits in a 3.5" slot.

I have read that in a 4-drive array, RAID 10 outperforms RAID 5. This seems counterintuitive to me because in RAID 5 there is essentially striping across 3 drives, and then parity on the 4th, whereas in 10, you would only have striping across 2 drives. Is this just because of the calculations involved in generating the parity?

View 4 Replies View Related

Colocation Build

Jul 24, 2009

I have been trying to get it to work for 3 days now, and just not having any luck at all. When I plug it in, the PSU fan comes on, and the green light on the motherboard flashes on and off. I have made sure all the connections on it are correct (to the best of my knowledge anyways, the manuals are ****) and it will not boot up.

This leads me to believe that either something is dead, or that the RAM is incorrect. All the parts I have were suggested by cwl@apaqdigital, so I assume they all will work together, but I need some help fast. Todays the last day I can RMA them to newegg.

Heres the build -
2x Nehalem E5520 - [url]
Supermicro 1U Chassis - [url]
Supermicro Mobo - [url]
2x Kingston 6GBx3 - [url]
3x 320GB WD HDDs -[url]

this RAM isnt going to work. It was suggested, but after spending 3 days looking, thats all I can think of. It looks like this mobo only supports ECC Registered or ECC Unbuffered.

View 14 Replies View Related

Php Build As Cgi With Exec

Apr 16, 2009

I have build PHP as CGI but now the function exec says with every command like uptime this error: [Thu Apr 16 10:28:37 2009] [error] [client xxx.xxx.xxx.xxx] sh: uptime: command not found

This also happens when I do the command convert (yes Imagemagick is installed). Strange enough when I login with the permissions of the exame user I can do the commands through SSH without any problem.

I use DirectAdmin with custombuild. How can I resolve this? Am I required to build PHP to CLI to use the exec command?

View 7 Replies View Related

How To Build Your Own Datacenter

Oct 15, 2008

I am making some business plans and having an independent datacenter is one of them. Certainly it isn't easy as leasing a space, and buy some stuff. Some of the things I have to watch out for are network activity, getting bandwidth support, power supply, get an engineering company to design the facility and a lot of stuff.

Are there any companies who handles all that? What would be the specific steps to accomplish my agenda?

View 19 Replies View Related

Branded Or Build Your Own

May 2, 2007

when you purchase your server, do you usually purchase a branded server such as Dell, HP, IBM, etc or do go and buy each component, and build it yourself?

View 14 Replies View Related

Server Build Checklist

Sep 15, 2006

Is there some sort of checklist of all programs and settings that should take place when building a new web server? I am outsourcing a server build to a new consultant and I know that basics of what needs to be installed but I am sure I am missing a few things, most importantly security issues.

Does anyone have an input on this or links that I might find useful?

Here is what I know needs to be built:
Free BSD
Apache 2
PHP 5
Mysql 5
cPanel

View 3 Replies View Related

Auto Build Scripts

Apr 11, 2009

I am wondering does anyone know of either a program/software, and/or script that will auto build a dedicated server? For example, someone purchase my product as soon as it is verified than it starts the building process and builds the server to what they asked for, partitioning, etc.?

View 6 Replies View Related

SuperMicro Server Build

Nov 7, 2009

I received a chassis from SuperMicro today. It came with a translucent thin piece of plastic (about as thin as a piece of paper). The plastic has holes cut out that are roughly the same as the holes in the mother board. What is this thing? Is it just a guide so you know where to put the mounting screws?

View 3 Replies View Related

Want To Build An Image Hosting

Dec 8, 2008

i have plan to build a image hosting. I will build a site using script like this notinportland.com . I need some advise.

I trust i will get about 7k-10k page view everyday , may be 1k-2k unique visitor, just see image on my site, not direct link.

- Of course, i will start with shared hosting. But in future, do i need to updrage vps or server ?

- Does Image hosting make server load highly, using more resource on server?

- All images is legal and have adult content, of course sometime it will have some illegal image ( will be banned and deleted )? Can HPs will allow?

View 10 Replies View Related

How To Build Web Hosting Business

Mar 15, 2008

how to build web hosting business..

View 11 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved