Skip to main content

Inconsistent HTTP Headers

Comments

4 comments

  • cPanelMichael
    Hello, 1. Could you configure a PHPINFO page for the affected domain name and verify if it's loading any custom PHP configuration values (E.g. from a custom php.ini file within the account)? 2. You could add a custom entry to the /usr/local/apache/conf/includes/pre_virtualhost_global.conf file and then run the "/scripts/rebuildhttpdconf" command. For instance, if you wanted to set keep alive for all accounts:
    Header set Connection keep-alive
    Or, add the entry via "WHM >> Apache Configuration >> Include Editor": Advanced Apache Configuration - EasyApache 4 - cPanel Documentation Thank you.
    0
  • martin MHC
    I discovered the issue was with someone else had changed the DNS of the site in question and while browsers where loading the correct site, that HTTP header grabbing websites etc. where loading the placeholder default site (due to using the default AutoSSL domain).
    0
  • martin MHC
    Thanks for your help, Michael, it's useful to know the steps for editing the default headers. Cheers
    0
  • cPanelMichael
    Hello, I'm happy to see the issue is now resolved. Thank you for updating us with the outcome.
    0

Please sign in to leave a comment.