DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24464>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=24464 Cant get UserDir to work; Internal Error or Misconfiguration when (~User) Summary: Cant get UserDir to work; Internal Error or Misconfiguration when (~User) Product: Apache httpd-2.0 Version: 2.0.40 Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: mod_dir AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] I migrated from 1.3 to 2.0.40 and followed the Migration. Everything works but UserDir (~user) access. The log just dhows "Server encountered an internal Error or Misconfiguration." The log is set to "debug" Here's some of my configuration: <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 "disable" # # To enable requests to /~user/ to serve the user's public_html # directory, use this directive instead of "UserDir disable": # UserDir public_html </IfModule> . . ScriptAlias /cgi-bin/ "/var/www/cgi-bin/" ScriptAlias /public_html/ "/home/*/public_html/" . . AddHandler cgi-script .cgi . . <Directory "/home/*/public_html"> AllowOverride none Options ExecCGI FollowSymLinks Order allow,deny Allow from from all </Directory> I have tried various combinations of the above for the last few days and I am not getting this to work at all. No matter what I set any of the configs to I cant execute cgi scripts. html files work fine. In the browser I am typeing this: [ servername/~User/*.cgi ] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
