Vhosts_ispconfig.conf not save any modification

Discussion in 'Installation/Configuration' started by jfruano, Jul 13, 2008.

  1. jfruano

    jfruano New Member

    Hello.

    Several months ago, I observe that anyone modification done in panel administration of IspConfig, is not saved in file Vhosts_ispconfig.conf

    Example:

    I cannot they modify in any domain the safe mode (on - off)

    They can help me to solve this error ?

    Thanks.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Have a look in the directory were the file Vhosts_ispconfig.conf is stored. If you find any current versions with a date appended there, then:

    1) Make a backup of Vhosts_ispconfig.conf
    2) Rename the latest copy of Vhosts_ispconfig.conf which has a date appended to is name to Vhosts_ispconfig.conf
    3) Run

    httpd -t

    to get the error message that explains why ISPConfig can not update the apache configuration anymore.
     
  3. jfruano

    jfruano New Member

    Tanks Till.

    The error was generated to include in one domain the Apache Directive :

    ini_set(memory_limit , 40M)

    I deleted this directive and now run O.K.

    Before this directive work well, but after upgrade to latest vers. it is out of service .

    any alternative to be able to include it?

    Thanks again.
     
  4. till

    till Super Moderator Staff Member ISPConfig Developer

    Apche complains about this directive and not ISPConfig, also there has nothing been changed in ISPConfig and as far as I know, this is no valid apache directive.
     
  5. jfruano

    jfruano New Member

    Sorry Till really you are right, this directive is from PHP, I by error was including in Apache optional directives :(

    Thanks.
     

Share This Page