Found this in the httpd error_log file: [Sat Aug 2 11:48:26 2003] [error] [client 127.0.0.1] client denied by server configuration: /usr/share/webmin/apache/jakarta-tomcat-4.1.18/webapps/examples
Does anyone know what I should look for? and where? Rick -----Original Message----- From: Bradberry, Rick Sent: Saturday, August 02, 2003 10:14 AM To: 'Tomcat Users List' Subject: RE: FORBIDDEN access Mike, Thanks for the help, but all the directories have a minimum of r-x, most have rwx and are owned by root. Tomcat runs as root and apache runs as apache. Rick -----Original Message----- From: Mike Millson [mailto:[EMAIL PROTECTED] Sent: Saturday, August 02, 2003 9:20 AM To: Tomcat Users List Subject: Re: FORBIDDEN access Does the directory above your Apache DocumentRoot directory have execute permissions? For example, if DocumentRoot = /home/tomcat/your_app, then /home/tomcat needs to have execute permissions. chmod u+x /home/tomcat/your_app Does the user that tomcat runs under own the directory and files /home/tomcat/your_app? chown -R tomcat.tomcat /home/tomcat/your_app Change the above to match your installation. Mike On Sat, 2003-08-02 at 08:49, Bradberry, Rick wrote: > Hi, > > This may be a bit os specific but I would appreciate any help. I am trying > to get apache and tomcat > talking on Mandrake 9.0 using the default installation. Each server work > independently. When I try > access examples through apache I get a "FORBIDDEN , you do not have > permissions to access example > on this server." error message. However, I can get to the ~home pages. > > Is there some security I can turn off. Can you give me an idea of where to > look or what to look for. > > Here is the versions that are installed > apache 1.3.26 > tomcat 4.1.18 > mod_jk 1.3 > > Thanks for any help > Rick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
