Let’s start with this:
I am assuming you are using a Unix Like OS
(is it Linux?)
Are you sure that you have the files in
these folders? If not just create a simple index.html file and put in /usr/local/apache2/htdocs
folder and see if you can see it.
Then try this link, http://aoxz1006.wholespectrum.com:9191
From: Lalit Kapoor
[mailto:lalitp111@xxxxxxxxx]
Sent: September 25, 2007 12:21 PM
To: users@xxxxxxxxxxxxxxxx
Subject: Apache
error
Hi,
I am new to apache.
Can you suggest some solution for this problem.
I have an application on IBM Websphere application server and at the same time
I installed websphere plugin for apache as well.
I am accessing one application on port 80 which is working fine.
2nd Instance of apache is installed at port 9191, which is giving issues. Now
when i am trying to access application on port 9191.
for e.g . http://aoxz1006.wholespectrum.com:9191/myemp
It says " 404 page not found ".
I can see some errors in error_log:
[Tue Sep 25 21:28:33 2007] [error] [client 10.65.165.13]
File does not exist: /usr/local/apache2/htdocs/myemp
[Wed Sep 26 15:39:13 2007] [error] [client 10.65.165.13]
File does not exist: /usr/local/apache2/htdocs/myemp
[Wed Sep 26 15:51:27 2007] [error] [client 10.65.165.13]
File does not exist: /usr/local/apache2/htdocs/hello
[Wed Sep 26 15:52:32 2007] [error] [client 10.65.165.13]
File does not exist: /usr/local/apache2/htdocs/snoop
Apache version: 2.0.52
DocumentRoot "/usr/local/apache2/htdocs"
Any thoughts ?
Thanks,
Lalit