Vhosts_ispconfig.conf doesnt update

Discussion in 'General' started by rv3000, Sep 30, 2006.

  1. rv3000

    rv3000 New Member

    When i change site new Vhosts_ispconfig.conf_(date) created
    I should copy it to current Vhosts_ispconfig.conf to apply change
    how can do it automaticaly
     
  2. falko

    falko Super Moderator Howtoforge Staff

    This means that one or more required modules are missing in your Apache configuration... :eek:
    Please rename Vhosts_ispconfig.conf_(date) to Vhosts_ispconfig.conf and run
    Code:
    httpd -t
    What's the output?
     
  3. rv3000

    rv3000 New Member

    Syntax error on line 33 of /etc/apache2/vhosts/Vhosts_ispconfig.conf:
    Invalid command 'suPHP_Engine', perhaps mis-spelled or defined by a module not i
    ncluded in the server configuration
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Do you have suPHP installed on your server and is mod_suphp lodaed in your apache configuration?
     
  5. rv3000

    rv3000 New Member

    Yes it works correctly
    But i run apache with dirrectives -D PHP5 -D SUPHP
    so it should correctly run by
    httpd -D PHP5 -D SUPHP -t
    i fixed config.lib.php
    thank you for turn my look to this action:)
     
    Last edited: Oct 1, 2006

Share This Page