Skip to main content

cPanel Error section not showing 404

Comments

3 comments

  • cPanelMichael
    Hello :) Could you confirm that you are using Apache version 2.4 on this system? If so, please post the output from:
    grep -i LogLevel /usr/local/apache/conf/httpd.conf
    It's likely you will need to change the LogLevel to 'info' instead of 'warn' in the httpd.conf file and then run /usr/local/cpanel/bin/apache_conf_distiller if you want the changes preserved. Thank you.
    0
  • PeaceYo
    Hello :) Could you confirm that you are using Apache version 2.4 on this system? If so, please post the output from:
    grep -i LogLevel /usr/local/apache/conf/httpd.conf
    It's likely you will need to change the LogLevel to 'info' instead of 'warn' in the httpd.conf file and then run /usr/local/cpanel/bin/apache_conf_distiller if you want the changes preserved. Thank you.

    the output is :
    LogLevel warn
    Apache version :
    Server version: Apache/2.4.12 (Unix) Server built: Jul 26 2015 21:56:15 Cpanel::Easy::Apache v3.30.3 rev9999
    I changed LogLevel warn to LogLevel info in httpd.conf and /usr/local/cpanel/bin/apache_conf_distiller --update in SSH
    info [apache_conf_distiller] Missing owner for domain server.mydomain.net, force lookup to root warn [apache_conf_distiller] Unable to determine domain "MY IP" ownership. Attempting lookup on domain xx.xxx.xx (manually added domain). warn [apache_conf_distiller] Unable to determine domain "MY IP" ownership. Setting user to 'nobody'. Distilled successfully
    what it mean by 'domain xx.xxx.xx (manually added domain)' ?? that's my IP in half. it should be xxx.xx.xxx.xx :/ ***EDIT*** After the above fix, now I am getting [core:info] errors! LOTS OF THEM!! OMG! whats this AH00128, AH01276 mean ? another naming for 404 and such ?
    0
  • cPanelMichael
    Hello :)
    what it mean by 'domain xx.xxx.xx (manually added domain)' ?? that's my IP in half. it should be xxx.xx.xxx.xx

    You can ignore this message. It looks like there's simply some entries for a previous hostname in the files within the /var/cpanel/userdata/nobody directory.
    whats this AH00128, AH01276 mean ? another naming for 404 and such ?

    Yes, these are "File Does Not Exist" error codes for Apache. Thank you.
    0

Please sign in to leave a comment.