Results 1 to 3 of 3
I have installed sunsolaris 10 in sparc machine.In that how to run apache
bydefault apache is installed on /etc file.
I have logged in as a root
changed the directory ...
- 06-17-2008 #1Just Joined!
- Join Date
- Feb 2008
- Posts
- 21
apache installation on solaris 10
I have installed sunsolaris 10 in sparc machine.In that how to run apache
bydefault apache is installed on /etc file.
I have logged in as a root
changed the directory to cd /etc/apache2/
from there i have copied httpd.conf-example to httpd.conf
#cp httpd.conf-example httpd.conf
after copied this httpd.conf-example file to httpd.conf
i have started the apache server through this command
svcadm restart apache2
svcs enable apache2
these steps i have done to run the apache on solaris 10
after done these steps i have opened the webbroser i have tried to open the apche website but i didnot get the web site but i was getting error message
i have tried to open the website through this website name
http://localhost.localdomain
when i typed this i am getting this error
ERROR:localhost.localdomain could not be found please check the name and try again.
please give the solution as soon as early
thanking you
- 06-18-2008 #2
apache installation on solaris 10
Hi,
Make sure you have started the named service.. what is the output of
#dig localhost.localdomain
you are also use #svcs -x command to troubleshoot the services.
- 06-18-2008 #3Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
I've moved this to servers, we don't have a Solaris section but you may be able to get some help here.


Reply With Quote