Domain Options Problem

Discussion in 'ISPConfig 3 Priority Support' started by muekno, May 13, 2016.

  1. muekno

    muekno Active Member HowtoForge Supporter

    I have following options for my web site
    upload_max_filesize=10M
    post_max_size=10M
    memory_limit=164M
    suhosin.request.max_varname_length=200
    suhosin.post.max_name_length=200
    suhosin.get.max_name_length=200
    suhosin.get.max_value_length=2000
    max_execution_time=300
    suhosin.executor.include.whitelist=phar,vfs
    always_populate_raw_post_data=-1
    max_input_vars=1500
    display_errors = On
    error_log = /var/log/php-scripts.log

    nearly all seams to work, except memory_limit, phpinfo always reports memory_limit 64M, I remember that it worked once.
    No idea where to search. Enviorement opensuse 13.2 latested patches, ISPConfig 3 latest version, multiserver enviorement separate http server.

    thanks for help

    Rainer
     
  2. muekno

    muekno Active Member HowtoForge Supporter

    Change from fast-cgi to php-fpm for another reason and the memory limit is OK now. Change memory limit yesterday while still on fast-cgi restarted server, restarted apache, no change. change to php-fpm some minutes ago, only reloaded page after job queue empty and had new limit in phpinfo

    Rainer
     

Share This Page