Skip to main content

Mod_qos Directives Not Recognized

Comments

6 comments

  • allklier
    Tried to edit to include version info, but wouldn't let me. This is a Hostgator VPS, CentOS 6.6, WHM 11.50, Apache 2.2, mod_qos 11.5
    0
  • ModServ
    Do you see it here?
    httpd -l | grep -i qos
    Also you have to enable UniqueId in Exhaustive Options List, you can check if you have it from here:
    httpd -l | grep unique
    0
  • allklier
    Do you see it here?
    httpd -l | grep -i qos
    Also you have to enable UniqueId in Exhaustive Options List, you can check if you have it from here:
    httpd -l | grep unique

    qos does not, but unique does: root@online [~]# httpd -l | grep -i qos root@online [~]# httpd -l | grep -i unique mod_unique_id.c root@online [~]#
    0
  • allklier
    After more careful inspection of the compiled httpd.conf, it appears that the loadModule line is after the pre_main_global. So directives included in that pre_main_global conf wouldn't see the mod_qos module. Moving the directive into the pre_virtual_host_global include fixed it and it is now running. I thought I had tried that before, but maybe not. All good in the end. Thanks for the input and pointing me in the right direction.
    0
  • ModServ
    So glad you got it working, I'm sorry I didn't receive an alert with your previous reply. You welcome :)
    0
  • cPanelMichael
    Moving the directive into the pre_virtual_host_global include fixed it and it is now running.

    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.