Re: [luau] apache 403 problem

2002-06-25 Thread Ronnie T Livingston
commented out the Group nobody and uncommented Group "#-1" and also set the files using chmod a+r. no luck. I am enough of an artist to draw freely upon my imagination. Imagination is more important than knowledge. Knowledge is limited. Imagination encircles the world. -Albert Einstein On Tue

Re: [luau] apache 403 problem

2002-06-25 Thread Michael Ableyev
User nobody #Group "#-1" Group nobody This might've caused the problem. Isn't it supposed to run as apache user? Still, if u do "chmod a+r filehere" even "nobody" should be able to read it.

Re: [luau] apache 403 problem

2002-06-25 Thread Ronnie T Livingston
> Is that the only file that exhibits this problem, or do all pages? I think its an apache configuration problem because I'm running multiple tomcat containers and they were working before but now they all give forbidden errors > Please post your httpd.conf the whole shebang?? ok here it is: S

Re: [luau] apache 403 problem

2002-06-24 Thread Ray Strode
Ronnie T Livingston wrote: Hi, I keep getting this an error messge when I try to view my webpage. Something like this: Forbidden You don't have permission to access /login.do on this server. Is that the only file that exhibits this problem, or do all pages? Please post your httpd.conf --Ray

Re: [luau] apache 403 problem

2002-06-24 Thread Ronnie T Livingston
> What is a .do file? Could you please provide more details? btw, this is what my virtual hosts look like: DocumentRoot"/home/jspapp/webapps/ROOT" ServerName catalina.its.hawaii.edu ErrorLog/home/jspapp/logs/error_log CustomLog /home/jspapp

Re: [luau] apache 403 problem

2002-06-24 Thread Ronnie T Livingston
y > cd innerDirectory > until you get to the html file. Then do a > chmod 644 index.html > > see if that helps. > > -Eric Hattemer > - Original Message - > From: "Ronnie T Livingston" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monda

Re: [luau] apache 403 problem

2002-06-24 Thread Ronnie T Livingston
On Mon, 24 Jun 2002, Warren Togami wrote: > On Mon, 2002-06-24 at 21:45, Ronnie T Livingston wrote: > This particular file did not exhibit this behavior earlier, and it > suddenly occurred? > I had this problem during my initial installation (a few months ago) and I added a index.html file into m

Re: [luau] apache 403 problem

2002-06-24 Thread Warren Togami
On Mon, 2002-06-24 at 21:45, Ronnie T Livingston wrote: > > Apache/1.3.22 Server at catalina.its.hawaii.edu Port 443 > > I had this problem a long time ago when I initially installed the > webserver and the problem seemed to have gone away when I created a > index.html page in my DocumentRoot are

Re: [luau] apache 403 problem

2002-06-24 Thread Eric Hattemer
> To: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 9:45 PM Subject: [luau] apache 403 problem > Hi, I keep getting this an error messge when I try to view my webpage. > Something like this: > > Forbidden > You don't have per

[luau] apache 403 problem

2002-06-24 Thread Ronnie T Livingston
Hi, I keep getting this an error messge when I try to view my webpage. Something like this: Forbidden You don't have permission to access /login.do on this server. -- Apache/1.3.22 Server at catalina.its.hawaii.edu Port 443 I