This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Apacher userdir module Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Apacher userdir module" Watch "Apacher userdir module" New topic
Author

Apacher userdir module

Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

I have userdir working on my linux box just fine. So I can access pages vi:

http://localhost/~gdboling/

However, if I place a subfolder in /home/gdboling/public_html and try and access pages in that subfolder, I can permission denied from apache. Does anyone know how to fix this?

Thanks.
chsanthosh kumar
Ranch Hand

Joined: Jun 28, 2005
Posts: 56
If u r using Linux in the ..
u have to look at the permission and setting first.
Please look at that.


---------------------<br />SCJP(1.4)With 95%<br /> <br />Do it Right and Forget it!
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

Originally posted by chsanthosh kumar:
If u r using Linux in the ..
u have to look at the permission and setting first.
Please look at that.


No kidding, really? :roll: Got it figured it a couple of days ago. Just forgot about this thread.
Marilyn de Queiroz
Sheriff

Joined: Jul 22, 2000
Posts: 9033
    
  10
And the way you fixed it was ...


JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

chmod o=rx on the folder(s) I needed access to.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Apacher userdir module
 
Similar Threads
Apache Virtual Host
How to access web pages on internet using tomcat or other webserver?
Getting userDir to work in apache
Using IPAddress and localhost
How to create a multiple tomcat instances in windows?