If that does not work, then make sure you have &UserDir public_html& in the &IfDefine& section of your httpd.conf file as shown:
&IfDefine SSL&
&VirtualHost IP.HERE:443&
DocumentRoot /usr/local/apache/htdocs
BytesLog domlogs/serverx.domain.com-bytes_log
ServerName serverx.domain.com
CustomLog /usr/local/apache/domlogs/serverx.domain.com-ssl_log &%t %{version}c %{cipher}c %{clientcert}c&
SSLVerifyClient none
SSLEnable
SSLCertificateFile /usr/share/ssl/certs/serverx.domain.com.crt
SSLCertificateKeyFile /usr/share/ssl/private/serverx.domain.com.key
SSLLogFile /var/log/serverx.domain.com
UserDir public_html
&/VirtualHost&
&/IfDefine&