- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: httpd -v
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 02:35 AM
01-07-2004 02:35 AM
httpd -v
It says Server version: Apache/2.0.40
If i get httpd-2.0.48.tar.gz and run :
tar zxf httpd-2.0.48.tar.gz and do the
make
make test
make install
Then will it automatically take place of 2.0.40 ? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 02:54 AM
01-07-2004 02:54 AM
Re: httpd -v
I would remove the original first just to be on the safe side.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 02:56 AM
01-07-2004 02:56 AM
Re: httpd -v
Based on the command line I would think it would overwrite the old version.
But the only real way to be sure is to run the process in your post and then run httpd -v again.
That will give you the answer.
I would first back up the configuration, especially any customizations you've done on httpd.conf
I know with the rpm version running the rpm install does an overwrite without affecting customization in httpd.conf Same thing for HP depots on HP-UX.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 02:59 AM
01-07-2004 02:59 AM
Re: httpd -v
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 03:16 AM
01-07-2004 03:16 AM
Re: httpd -v
I did the ./configure --prefix=/usr/local/apache which went fine. But i forgot to include other options like --enable-ssl enable-cgi... stuff like that.. is there a way to go back? Or do i just re-run the ./configure command with those options? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 03:26 AM
01-07-2004 03:26 AM
Re: httpd -v
delete the config.cache ( or configure.cache ) first.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 05:02 AM
01-07-2004 05:02 AM
Re: httpd -v
Same thing??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 05:10 AM
01-07-2004 05:10 AM
Re: httpd -v
The tarball might overwrite it, might not. I remember rpm was designed to prevent this.
My confidence that your original procedure will work is much lower with this information.
I did a tar install of mozilla 1.5 on a system that came with mozilla 1.2.1 pre-installed rpm(Red Hat 9).
I can now use either version of the browser.
So, you might want to get the rpm version or use Up2date
On the other hand there is little to be lost for running a little test.
I am eager to see the results.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 05:14 AM
01-07-2004 05:14 AM
Re: httpd -v
Steven, you know if the configure.log is what i would erase so i can do the ./configure command with more options again..? Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 06:06 AM
01-07-2004 06:06 AM
Re: httpd -v
That will certainly work.
You must back up httpd.conf and any other configuration files prior to removing the rpm, or I fear those files may be removed as well.
I can't go into your question about the .configure and its log without actually trying it. I'm already on the latest apache release on my Red Hat 9 server.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 06:13 AM
01-07-2004 06:13 AM
Re: httpd -v
It caches the config found by ./configure.
If you change something without deleting the *.cache file the changes may not apply. It could be possible that you dont have the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 06:16 AM
01-07-2004 06:16 AM
Re: httpd -v
How does one know if they are the 32 bit installation or the 64 bit installation (Itanium 2) for Java Standard Developer Kit??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-07-2004 07:13 AM
01-07-2004 07:13 AM
Re: httpd -v
it doesnt look like there is an itanium version out yet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2004 01:44 AM
01-08-2004 01:44 AM
Re: httpd -v
http://www.hp.com/go/java
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com