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
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.:-D