That's a standard Apache "no auth" error message. So, my guess is there's something going on with users (which user the web server is running as) vs. who owns index.jsp, or maybe a rogue .htaccess file somewhere preventing the web server from seeing index.jsp.
Assuming, of course, that you're changing the URL from http://local to http://remote. ;) John > -----Original Message----- > From: Kent Perrier [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 07, 2002 11:46 AM > To: [EMAIL PROTECTED] > Subject: Strange differences in Apache/Tomcat configuration > > > All, > > I am configuring an Apache (2.0.40) server to run in front of > Tomcat (4.0.5) > on a machine, running RH 7.2, that is co-located at a hosting > provider. I > have a local Linux box, also running RH 7.2, that I am > working using as a > sandbox to play with before I attempt to get the server > configured. I have > identical software versions on both machines. On my local > machine, I can > access http://local/examples/jsp/snp/snoop.jsp and it works fine. If > I attempt to access the remote server I get a blank page and, > in the web > server error log I get this message: > > [Mon Oct 07 10:17:16 2002] [error] [client xxx.xx.xxx.xxx] > client denied by server configuration: index.jsp > > I have both servers configured identically, as far as I can > tell. A diff > between my local httpd.conf file and the one on the remote > server shows that > the only differences are path differences between the two > machines and > server names. > > Does anyone have an idea why I am setting two different > responces from, what > I think are identically different servers? > > If you need my httpd.conf from both servers, please let me > know. I don't > want to add these files to this post if they are not necessary. > > Thanks! > > Kent > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
