mod_userdir.c missing in apache conf. unable to access temporary url
Hello,.
The clients are unable to access temporary url in my server. The apache conf is missing 'mod_userdir.c' . The apache userdir protection is not enabled. I have rebuild httpd conf. Still no entries . Please let us know hoe to fix this.
Thanks
Sreeni
-
[QUOTE]The apache userdir protection is not enabled.
Have you tried enabling it and then set this users account to be excluded?0 -
Hello, Yes I did. But no luck. Thanks Sreeni 0 -
Please feel free to open a ticket to cPanel Technical Support about this. 0 -
mod_userdir is on by default when building with EasyApache, and cannot be turned off without explicitly passing additional parameters (via rawopts) to EasyApache. To confirm that mod_userdir is indeed gone, you can run the following command: [QUOTE]/usr/local/apache/bin/httpd -l | grep mod_userdir
You should see the following output: [QUOTE]mod_userdir.c
If it's missing, I'd recommend checking the contents of anything that could disable mod_userdir in the /var/cpanel/easy/apache/rawopts directory. For example, /var/cpanel/easy/apache/rawopts/Apache2_2 or /var/cpanel/easy/apache/rawopts/Apache2_2 (depending on the version of Apache you're using).0
Please sign in to leave a comment.
Comments
4 comments