| 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
|
|
|
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.
|
 |
 |
|
|
subject: Apacher userdir module
|
|
|