UserDir public_html - Problems with CGI
I am having trouble getting my perl files to work..
In users and groups I have the user name pointed to the proper directory just as their VHOST doc root is pointed.
So when I want to access their account via
mydomain.com/~username the scripts wont work...
I get a ERROR 500
Premature End Of Script Headers
Please help...
Eli
<IfModule mod_userdir.c>
#
# UserDir is disabled by default since it can confirm the presence
# of a username on the system (depending on home directory
# permissions).
#
UserDir public_html
#
# To enable requests to /~user/ to serve the user's public_html
# directory, remove the "UserDir disable" line above, and uncomment
# the following line instead:
#
#UserDir public_html
</IfModule>
|