upgrading apache


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers upgrading apache
# 1  
Old 02-02-2005
newbie needing help upgrading apache

How can I find out what options were used to build the apache currently running on my computer?

I'd like to upgrade and want to make sure not to break any sites running on it.

I've been going through the sites to figure out just what is needed, but want to be sure not to miss anything before proceeding...

Last edited by lungs; 02-02-2005 at 03:30 AM..
# 2  
Old 02-03-2005
I'm not sure if you can - but it probably would not matter since most of the changes between versions should not effect you. About all you can do is insure you document this build, save your configuration files before hand, insure you read and understand the differences between the versions (you didn't state what version you are at and going to) ( see the Apache upgrade information this one is 1.3 to 2.0 ). The one thing you have to insure is that you can successfully backout of the upgrade so insure your backups are good before changing. Warn your clients that the upgrade is needed (due to whatever reasons - if security, then that's a very good reason) and have their input into the change. Let them know there may be problems - and don't worry Smilie
# 3  
Old 02-03-2005
Yes, there is a way to know how apache was compiled and/or what modules are loaded. I have done this before, when upgrading apache to support new functionality like cURL.

Offhand, I don't recall all the ways to do this, but phpinfo.php certainly returns a lot of useful apache info, for example:

Code:
APACHE_INCLUDE 	no value
APACHE_TARGET 	no value
Apache Version 	Apache/1.3.28 (Unix) PHP/4.3.10
Apache Release 	10328100
Apache API Version 	19990320
Hostname:Port 	www.yoursite.com:80
User/Group 	mysql(27)/0
Max Requests 	Per Child: 30 - Keep Alive: on - Max Per Connection: 100
Timeouts 	Connection: 200 - Keep-Alive: 15
Server Root 	/usr/local/apache
Loaded Modules 	mod_php4, mod_setenvif, mod_auth, mod_access, mod_alias, mod_userdir, mod_actions, mod_imap, mod_asis, mod_cgi, mod_dir, mod_autoindex, mod_include, mod_status, mod_negotiation, mod_mime, mod_log_config, mod_env, http_core

Also, I recall checking the apache distribution Makefile at one point in time. I do recall that I found many sites on the net that discuss this because this is a common issue for many people.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Web Development

Apache module development on apache 2.2

Hi, I'm new to developing modules for Apache. I understand the basics now and can develop something simple which allows a 'GET' request to happen, but what I want to do is actually 'POST' information to my site. I know the basic POST Request works and I can see that it is post by looking at... (2 Replies)
Discussion started by: fishman2001
2 Replies

2. Solaris

Apache upgrading error

hi every one , i am facing a problem and i am stuck i need you help : i am trying to upgrade apache 2.0.63 to apache 2.0.64 with ssl option enabled when i try to compile by using make command i face the below error : ssl_engine_init.c: In function `ssl_init_ctx_protocol': ... (3 Replies)
Discussion started by: core99
3 Replies

3. HP-UX

Questions Regarding Upgrading To New Version Of Apache Web Server

In September 2010, HP released the following bulletin: Subject: End of Support Life for “Apache version 2.0 along with WSS version 2.x” on 11iv2 and 11iv3. Reference: http://www.hp.com/softwarereleases/releases-media2​/notices/082010Apache.pdf I have some questions about this... (4 Replies)
Discussion started by: Rob Sandifer
4 Replies

4. AIX

Upgrading OS from 5.2 to 5.3

We currently have test and production servers running AIX 5.2, DB2 8.1(Prod), DB2 8.2(Test),Websphere 6.1 on both. We need to upgrade to DB2 to version 9, but to do that we also need to upgrade the operating system to 5.3 and go from 32 bit kernel to 64 bit kernal. Looking for information on any... (3 Replies)
Discussion started by: jyoung
3 Replies

5. UNIX for Dummies Questions & Answers

Upgrading Apache

Hi I run FEDORA CORE 4 and I have been asked to upgrade the apache to the latest version--this machine is using 2.0.54 Apache which is really OLD. The problem is that upgrading the RPM fails because of all these dependencies. Those dependencies in turn have other dependencies. I am new to... (1 Reply)
Discussion started by: mojoman
1 Replies

6. Red Hat

upgrading packages

Hello, I am using Redhat Linux Enterprise 4 AS. To upgrade NFS, I had to browse the internet and finally I got the latest rpm https://rhn.redhat.com/errata/RHBA-2005-727.html That was a time-consuming procedure. On Solaris, I am used to go to sunfreeware.sun.com and download the latest... (3 Replies)
Discussion started by: melanie_pfefer
3 Replies

7. Filesystems, Disks and Memory

Upgrading PC Memory

hello folks, I am planning to upgrade my PC's ram. currently the ram I have is 2x256MB=512MB/133MHz (DDR266) - DDR SDRAM, PC-2100. My guess is that it has 184 Pins. I would like to get a DDR2 with 667MHz, 240 pin. Is it possible, since pins don't match. Do they have to match? (there are 3... (4 Replies)
Discussion started by: milhan
4 Replies

8. AIX

Upgrading from 5.1.0.0 to 5.2.0.0

As a fairly new Administrator to AIX i am a little leary of the OS upgrade I need to do on one of our servers. I have already upgraded the microcode to the lastest level and now need to do the OS. I have the docs and discs from IBM and have determined that I dont want to do a new installation but... (5 Replies)
Discussion started by: Target
5 Replies

9. Solaris

upgrading to solaris 9

Hey All We are having ORacle 8.1.7 and ORacle 9.2.0.4 installed in our Sun sparc Servers(oON SOLARIS 8). We are going to upgrade our servers to SOLARIS Ver 9 Solaris ver 9 supports the above mentioned Oracle versions. Can any one help me out how to upgrade from solaris 8 to solaris 9. ... (2 Replies)
Discussion started by: solaris8in
2 Replies
Login or Register to Ask a Question