MESSAGE
DATE | 2009-02-28 |
FROM | Ruben Safir
|
SUBJECT | Subject: [NYLXS - HANGOUT] [Fwd: Update Apache2.0 configuration]
|
-------- Original Message -------- From: embperl-return-8733-ruben=mrbrklyn.com-at-perl.apache.org Sat Feb 28 12:13:28 2009 Received: from mail.apache.org (hermes.apache.org [140.211.11.2]) by www2.mrbrklyn.com (8.13.1/8.13.1/SuSE Linux 0.7) with SMTP id n1SHDNJO003514 for ; Sat, 28 Feb 2009 12:13:27 -0500 Received: (qmail 2380 invoked by uid 500); 28 Feb 2009 17:13:19 -0000 Mailing-List: contact embperl-help-at-perl.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list embperl-at-perl.apache.org Received: (qmail 2371 invoked by uid 99); 28 Feb 2009 17:13:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Feb 2009 09:13:19 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [68.167.17.98] (HELO www2.mrbrklyn.com) (68.167.17.98) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 28 Feb 2009 17:13:08 +0000 Received: from [68.167.17.98] (www2.mrbrklyn.com [68.167.17.98]) by www2.mrbrklyn.com (8.13.1/8.13.1/SuSE Linux 0.7) with ESMTP id n1SHChuL003507 for ; Sat, 28 Feb 2009 12:12:46 -0500 Message-ID: <49A9708B.1010809-at-mrbrklyn.com> Date: Sat, 28 Feb 2009 12:12:43 -0500 From: Ruben Safir User-Agent: Thunderbird 2.0.0.19 (X11/20081209) MIME-Version: 1.0 To: embperl group Subject: Update Apache2.0 configuration Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org
I decided to update my apache configuration to include modssl which I left out of the original installation in 2005. Evidently I don't have openssl headers on the server so I guess it is time to reinstall everything. The problem is that this is a substantial site with a lot of use and I don't want to kill my current embperl, modperl configuration or kill sshd.
The Server is a 2.0.54 and embperl is, I believe, a DSO since it is brought into apache with a LoadModule command in the httpd.conf file
LoadModule perl_module modules/mod_perl.so LoadModule embperl_module "/usr/lib/perl5/site_perl/5.8.5/i586-linux-thread-multi/auto/Embperl/Embperl.so"
PerlModule Embperl #EMBPERL_DEBUG 255 #EMBPERL_VIRTLOG /embperl/log EMBPERL_LOG /tmp/embperl.log #SetEnv EMBPERL_DEBUG 2147475453 EMBPERL_DEBUG 262399 Embperl_UseEnv on
It's been a few years since I've done any of this. I'd prefer to compile modssl separately and load it with the httpd.conf file. It is not currently compiled into httpd
www2:/usr/src/httpd-2.0.54 # /usr/local/apache2/bin/httpd -l Compiled in modules: core.c mod_access.c mod_auth.c mod_include.c mod_log_config.c mod_env.c mod_setenvif.c prefork.c http_core.c mod_mime.c mod_status.c mod_autoindex.c mod_asis.c mod_cgi.c mod_negotiation.c mod_dir.c mod_imap.c mod_actions.c mod_userdir.c mod_alias.c mod_so.c
I downloaded openssl-0.9.8j.tar.gz but before I proceed I thought it would be a good idea to get feedback from the group on suggestions on how best to go forward.
Ruben
--------------------------------------------------------------------- To unsubscribe, e-mail: embperl-unsubscribe-at-perl.apache.org For additional commands, e-mail: embperl-help-at-perl.apache.org
|
|