1751840 Members
5546 Online
108782 Solutions
New Discussion юеВ

Oracle's Apache start

 
Svetlana_3
Occasional Contributor

Oracle's Apache start

Hi everyone
I've installed Oracle 8.1.7 on HP-UX 11.0.
I wanted to check Oracle's Apache so I started it the following way login as oracle user:
$ cd $ORACLE_HOME/Apache/Apache/bin
$ su root
# ./apachectl start
# ps -ef | grep http
Everything was OK, 6 daemons has started.
But when I tried to connect to my Web-server from work station through the network using Web browser it couldn't find html-page of my Apache server. After that I have installed Netscape commutator on my HP-UX 11.0 to check the network state. But result is the same, I can't access to my Web server, but other Web server(NT) is accessible. What can you recommend me?
Thank you.
www
2 REPLIES 2
Steven Sim Kok Leong
Honored Contributor

Re: Oracle's Apache start

Hi,

Check your apache.conf or httpd.conf (whichever is valid) on your definition of DocumentRoot.

To check that your HTTPD is running, do this:

# telnet localhost 80
GET / HTTP/1.0

Are you getting back html tags in the output?

Hope this helps. Regards.

Steven Sim Kok Leong
Eric Ladner
Trusted Contributor

Re: Oracle's Apache start

Oracle's Apache conf has it starting up on port 7777 with SSL services on 80.

Try telnet localhost 7777 instead.