- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Apache - running configure
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
02-10-2003 07:08 AM
02-10-2003 07:08 AM
Apache - running configure
With the "NON-HP" version of Apache (1.3.27) the 'configure' script is located in /opt/apache_1.3.27/src. However, with my "HP Depot" version of Apache the src directory is not available. I also cannot find the 'configure' script anywhere under /opt/apache. Where is the 'configure' script located for the HP version?
TIA,
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 07:16 AM
02-10-2003 07:16 AM
Re: Apache - running configure
I am afraid you have no apache source - if you want to recompile it you have to download it from www.apache.org
Tomek
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 07:19 AM
02-10-2003 07:19 AM
Re: Apache - running configure
You downloaded a pre-compiled APACHE for HP_UX. As there is no need to re-compile it there will be no configure script.
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 07:29 AM
02-10-2003 07:29 AM
Re: Apache - running configure
At first you could understand what kind of destribution you have:
1.If your destribution is like:
apache-1.3.27-sd-11.00.depot.gz
you dont need ./configure, because this is
binary distribution, no source. All you
need to do is:
#gunzip apache-1.3.27-sd-11.00.depot.gz
#tar -xvf apache-1.3.27-sd-11.00.depot
and you have already installed version. You can go on forward with httpd.conf
2.If your distributin is like:
apache-1.3.27-ss-...tar-01.gz
then you must do compilation like:
#gunzip apache...
#make
#make install
#./configure
then you really need to find ./configure-file.
Regards,Stan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 07:29 AM
02-10-2003 07:29 AM
Re: Apache - running configure
find / -name httpd.conf
Will tell you where it is.
vi the file, its extremely well documented, make changes for virutal nameservers and whatnot.
/sbin/init.d/apache stop
/sbin/init.d/apache start
I am not aware of a web based configure tool for apache. I'm aware the one for Linux is not worth using.
You may have to download the source seperately if you want to customize the HP version.
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
02-10-2003 07:30 AM
02-10-2003 07:30 AM
Re: Apache - running configure
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 07:34 AM
02-10-2003 07:34 AM
Re: Apache - running configure
Does HP offer the source or do I need to get it specifically from apache.org?
Dan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 07:45 AM
02-10-2003 07:45 AM
Re: Apache - running configure
These are loaded during run-time.
Check the apache docs at www.apache.org
Regards
Rainer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 08:26 AM
02-10-2003 08:26 AM
Re: Apache - running configure
Give me mail, where to send files > 2mb,
/~2.3 MB/
I'll send you.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-10-2003 01:54 PM
02-10-2003 01:54 PM
Re: Apache - running configure
Thanks,
Dan