How to increase the PHP timeout on VirtualMin

How to increase the PHP timeout on VirtualMin

This can be done on a per domain basis in Virtualmin:

    • Login to Virtualmin.
    • Select the domain in the drop-down box to configure.
    • Click Server Configuration -> Website Options.
    • Change the Maximum PHP script run time value to the new limit in seconds.
    • Click Save.

    • Related Articles

    • How to increase PHP upload file size directive

      Many times, trying to upload a file in AppMail for different purposes, like importing a subscriber's CSV list or uploading an email template, you got stuck with this error message: This means that the maximum allowed file size is 2MB (the default for ...
    • The IMAP extension is missing from your PHP installation.

      In case this kind of error isn’t pretty self-explanatory, your php instance doesn’t contain the imap extension. If you have access to command line, following commands should install php imap on your server: If you are on CentOS / RedHat / Fedora or ...
    • How can I tell AppMail how to use or not to use php’s Tidy extension?

      Please note that the setting from the code also works and has more weight than the one from the web interface, therefore if Tidy is enabled from the code but disabled from the web interface, then it will be disabled, but if it is disabled from the ...
    • Nginx server basic configuration for AppMail

      Please note that the below configuration is going to use php-fpm for what is worth. /etc/nginx/nginx.conf # For more information on configuration, see: # * Official English Documentation: https://nginx.org/en/docs/ # * Official Russian Documentation: ...
    • While importing, I get this error - The CRSF token could not be verfied

      This error happens when you try to upload a larger file than your PHP configuration allows. In order to fix this issue, you need to edit your server php.ini file, usually located in /etc/ and increase the upload limit. The 3 directives that you have ...