Stephen P. Molnar, Ph.D. wrote:
'Checking for UserDir enabled: Failed Uncomment the line 'UserDir public_html' '
That's the problem. Now, how have I attempted to solve it. First of all, let me admit that the apache.org web site has not been a great help.
http://httpd.apache.org/docs-2.0/mod/mod_userdir.html#userdir The examples seem pretty straight forward.
I found the file that the perl script wants to be uncommented by grepping the files in /etc/apache2 According to that the line is in mod_userdir.conf.
I would leave that file untouched. Search for the directive UserDir in default_server.conf or the according virtual server config file. It should have a line like "UserDir public_html".
Uncommenting that line did not solve the problem. The only things that are obvious to me at this point are that in addition to not knowing what I'm doing I am missing something.
What value did you assign to UserDir , where did you set that directive (default server, virtual server) and is the script you try to call actually in that directory? Sandy