Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache on Solaris 2

Status
Not open for further replies.

agape234

Programmer
Oct 10, 2001
128
US
Having to rebuild a Sun/Solaris platform. Solaris 8 OS out of the box offers no Apached documentation. Is Apache part of the overall Solaris install CDs or do I need to download it and load it after I have the OS loaded and ready.
 
I don't know if solaris has the "which", "whereis" or find commands but there should be something that will tell you where it is. The executable is called httpd. You will find it in you bin or sbin directories if it is installed. You may also find a symlink or script by the same name in with your start up scripts. If it isn't installed, you can get a copy of apache specifically for solaris at
 
You can find it by typing this as root

Code:
find / -name "httpd" -print

It will find any instances of httpd on your disk. If you dont find it go install it.

 
Yes Solaris 8 does include Apache, but it is an older version. You are better off downloading the newest version from httpd.apache.org. I have had issues getting the 2 series to work right with ssl on Solaris 8 and 9.

Good Luck
 
If Sol8 does come with Apache, is it part of the default install discs, or are there additional discs that are needed? Thanks
 
Does anyone have a step by step install guide on how to upgrade apache 1.3 on solaris?

i installed apache 2.0 on my solaris 9 sparc, but now i have two versions. i found some info on other forums, but most of them are for linux. i'm not sure if the upgrade process will work for solaris.

Carlo Reyes

Technology/Systems - Delivery
Networks and Infrastructure

Chicago Customer Technical Support
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top