Quote:
Originally posted by yeh
1. where is java? on this system i try to find as whereis java on prompt get return
java:
|
I'm not sure if java is installed by default. Maybe you've not choosen the package? BTW 7.1 is quite old, so maybe download newer java?
Quote:
2. when system startup all services started but i did not find about apache service running or not.
|
ps -e|grep httpd
If there's no result, apache is not started.
Quote:
3. if i try to browse the test page of apache whether it is runnig or not from browser failed get localhost not found
|
Do you have localhost configured in your /etc/hosts ?
Quote:
4 the httpd.conf file facts are like
the server root is /etc/httpd
document root is /var/www/html
the above two facts leads me to confusion as i know document root is always defined under server root but here not.
|
Not always. Document root is under server root in default Apache configuration file, but you can have it where you wish. No limitations (or I don't know if they exist

)