If you want to follow the quickstart instructions, here is an adjusted version for Solaris - and it must be run as root or a user "apache" that has write permissions in /usr/local.
wget http://httpd.apache.org/do
gzip -d httpd-2.2.4.tar.gz
tar xvf httpd-2.2.4.tar
cd httpd-NN
./configure
make
make install
vi /usr/local/apache2/conf/ht
/usr/local/apache2/bin/apa
Main Topics
Browse All Topics





by: siliconbritPosted on 2007-06-19 at 06:00:35ID: 19315368
Apache is not pre-installed on Solaris 10.
You can download the apache distribution from the Apache Software Foundation at:
http://httpd.apache.org/
You are advised to select version 2.2.4
The installation process is a little lengthy to put in an answer to an EE question, but the documentation is available at:
http://httpd.apache.org/do
Take a look around the documentation first, then come back here and post some more specific questions about the install - we'll be glad to help.