Operating System - HP-UX
1833875 Members
1848 Online
110063 Solutions
New Discussion

What is the file name and path of this file? please help.

 
SOLVED
Go to solution
violin_1
Advisor

What is the file name and path of this file? please help.

Dear All,

We have a HP-UX 11.0 server , (ex.IP:172.24.100.210)
If I visit the URL http://172.24.100.210,
it will show the attached html file.

I want to know the file name and its path.
The file name maybe something like 'index.html'.

If anyone knows the correct file name and path.
please tell me, thx.

Regards.

Violin.


2 REPLIES 2
Rajeev  Shukla
Honored Contributor
Solution

Re: What is the file name and path of this file? please help.

Hi,
You are running apache and if you go to the htdocs directory in the home directory of Apache.
Say if its installed in /opt/apache then inside /opt/apache/htdocs
there is fine called index.html.en
thats the file it is displaying when you open the URL

And this is defined in /opt/apache/conf/httpd.conf file
Naveej.K.A
Honored Contributor

Re: What is the file name and path of this file? please help.

Hi,
If you don't want this web page to come, you can stop running apache. by navigating to /opt/apache/bin directory and typing in ./apachectl stop.

This will stop the apache web server and your index.html file in the htdocs folder will not be displayed in the browser.

If you want apache not to run at boot time, edit the file /etc/rc.config.d/apacheconf and change the value of APACHE_START=0 from APACHE_START=1
Regards
Naveej
practice makes a man perfect!!!