- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Setting up a Server (Web)
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
07-25-2003 12:07 PM
07-25-2003 12:07 PM
Setting up a Server (Web)
precompiled binaries?
steps to take?
procedure?
Or point me somewhere that's HPUX friendly?
thanks for any help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 12:13 PM
07-25-2003 12:13 PM
Re: Setting up a Server (Web)
http://www.apache.org
There is nothing special about Apache 2.0 on HP-UX. The configuration files are all the same.
A search that might help.
http://us-support2.external.hp.com/emse/bin/doc.pl?searchtext=apache+configuration+ssl&from=forums&hpl=1&todo=search&searchcriteria=allwords&searchcategory=ALL&rn=25&presort=rank
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
07-25-2003 12:35 PM
07-25-2003 12:35 PM
Re: Setting up a Server (Web)
configure apache
build ssl to use the apache source,
then make and install apache. The readme's in mod_ssl should give you step by step procedures.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 05:40 PM
07-25-2003 05:40 PM
Re: Setting up a Server (Web)
There you can get precompilled binaries.
I have installed it and tested it.
All works ok.
My personal notes about the installation:
Get Apache+PHP and install all the dependencies.
Add these lines to Apache config file:
AddType application/x-httpd-php .php
AddType application/x-httpd-php .php4
AddType application/x-httpd-php .inc
AddType application/x-httpd-php .php3
AddType application/x-httpd-php-source .phps
This will enable the PHP engine, otherwise PHP files will be dumped as text.
When installing GCC, first install version 3.2 and then install version 3.2.3 (version 3.2.3 lacks some libraries that come with the 3.2 version).
If you install MySQL, the database engine will work ok but the mysql binary for the interactive shell will not work because of a bad compilled library. Use PhpMyAdmin and you are done.
after installing perl, you will see that some MySQL scripts will not work ok. This is because it expects to find perl in /opt/archive/perl. Fix it:
mkdir /opt/archive
ln -s /usr/local/bin/perl /opt/archive/perl
also remember to export PATH=/usr/local/bin:$PATH
Some GNU applications rely on no complete path executions when processing scripts (make and configure for example), so this will fix them.
I got only one problem... my machine died because of unknown error (not apache related), so I posted another thread asking for possible solution.
Thank you for your attention
Kaloyan Olegov Georgiev
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2003 06:45 PM
07-25-2003 06:45 PM
Re: Setting up a Server (Web)
Start with the bastion white paper.
http://www.hp.com/products1/unix/operating/infolibrary/whitepapers/building_a_bastion_host.pdf
The information from Steven Protter gives some additional information on securing a system.
http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0xe121aaf9f7b2d711abdc0090277a778c,00.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 04:56 AM
07-28-2003 04:56 AM
Re: Setting up a Server (Web)
....using Apache 2.x will not affect anything else with regard to the ssl's?
I haven't been able to find any precompiled binaries for mod or open ssl. But I did get the Apache precompiled binary. (thanks) Any clues on the other two?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 06:20 AM
07-28-2003 06:20 AM
Re: Setting up a Server (Web)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 06:32 AM
07-28-2003 06:32 AM
Re: Setting up a Server (Web)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2003 07:15 AM
07-28-2003 07:15 AM