perl -pi -e 's/UserDir public_html/UserDir disabled/' /etc/httpd/conf/httpd.conf
adjusts only the current httpd.conf to this?:
<IfModule mod_userdir.c>
UserDir disabled
</IfModule>
and, how can i check the bandwidth is getting counted?
that there are entries in homedir.log?
adjusts only the current httpd.conf to this?:
<IfModule mod_userdir.c>
UserDir disabled
</IfModule>
and, how can i check the bandwidth is getting counted?
that there are entries in homedir.log?
Last edited: