apache2 force-reload

Discussion in 'General' started by rvarkevisser, Feb 22, 2008.

  1. rvarkevisser

    rvarkevisser New Member

    I've got a weird problem. When I use, for instance, a cbandspeed setting in my apache directives, the setting is not applied and I get an error "duplicated command".
    But when I locally run /etc/init.d/apache2 force-reload, the setting is applied without any errors. How is this possible and how does ISPConfig reload apache2?
    I definately need a force-reload in order to apply the cband settings. I could use a crontab, but that will kill my server performance. (we have around 250 websites per server).
     
  2. falko

    falko Super Moderator Howtoforge Staff

    It uses the command
    Code:
    /etc/init.d/apache2 restart
     

Share This Page