• We value your experience with Plesk during 2025
    Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025.
    Please take this short survey:

    https://survey.webpros.com/

Search results

  1. R

    Default php.ini settings

    Glad to hear something is working. I must admit, I don't find the current way that Plesk is working with ini files ideal - in particular it is a bit frustrating that subdomains do not use the same php.ini file as the main domain. If it is not from /var/www/vhost/example.com/etc/php.ini then...
  2. R

    Default php.ini settings

    Which file has the default settings (128M/2M)? Maybe you could remove these entries from that file (memory limit & max upload filesize, etc) and just have them in a conf.d file? - I'm just having a guess about what might work.
  3. R

    Default php.ini settings

    You will need to restart apache (apachectl restart) before the changes will take effect. Also, instead of changing one of the existing .ini files, you can create a new one - for example 'aa_custom.ini' would load first and 'zz_custom.ini' would load last. Hope that helps.
  4. R

    Database 'Make a Copy' not working 10.3.0

    Looks like there is no trend happening :-( I guess other people have more serious issues with the 10.3 upgrade
  5. R

    10.3, php.ini Template

    Any ideas about this? I ended up doing it manually :-/
  6. R

    Default php.ini settings

    what about conf.d? I'm not sure what operating system you are using, but if you check phpinfo() you might find that it is also reading PHP .ini files from a conf.d directory (eg. /etc/php5/cgi/conf.d/). If that is the case, you might be able to just add an additional file in here with global...
  7. R

    10.3, php.ini Template

    One further question: How does one get etc/php.ini to update with changes made to conf/php.ini? (I tried /usr/local/psa/admin/bin/httpdmng --reconfigure-domain example.com but it didn't update)
  8. R

    10.3, php.ini Template

    domain name substitution works! No need to submit a feature request, since the @domain_name@ variable works :-) I tested the following: /var/www/vhosts/.skel/0/conf/php.ini [PHP] upload_tmp_dir = /var/www/vhosts/@domain_name@/tmp which did successfully convert to the following when...
  9. R

    Database 'Make a Copy' not working 10.3.0

    Maybe if the poll works I'll start a trend :-)
  10. R

    Database 'Make a Copy' not working 10.3.0

    --------------------------------------------------------------- PRODUCT, VERSION, OPERATING SYSTEM, ARCHITECTURE PLESK, 10.3.0, openSUSE 11.4, 64bit PROBLEM DESCRIPTION AND STEPS TO REPRODUCE Prior to upgrade (10.2.x) the panel feature to 'Make a Copy' of a database worked without...
  11. R

    Scheleduled backup and copying website not working after update to 10.3

    Wow, glad I saw this thread! I didn't even realise that backup had stopped working. Thanks as well for the fix
  12. R

    fastcgi problems

    Glad to hear you got it sorted. I have had strange problems after upgrades before (system and Plesk), and have found that a solution that often helps is to re-run the Plesk command-line autoinstaller but not changing the package selections. This will revert the system to psa supplied packages...
  13. R

    fastcgi problems

    I havent' had that problem, but have you checked you have the right user/group assigned for the web files and folders. Are you testing with a basic HTML file or PHP script. Maybe start with a simple HTML file, then test with a simple PHP script (like phpinfo(); ) Keep an eye on your...
  14. R

    10.3, php.ini Template

    Thanks for the quick reply :-) Can I make that a feature request then?
  15. R

    10.3, php.ini Template

    'variables' in skel? Thanks Sergey and Igor for this information, very helpful! (and very glad to have the feature) One further question: Is there a special string that can be used in the skel php.ini that will get translated into the domain name when a new domain is created. for example...
  16. R

    Using custom php.ini for Php in FastCGI mode per-domain

    new solution for 10.3! There is a new solution for 10.3 so the 'hotfix' wrapper is no longer needed. You can find further details here: http://forum.parallels.com/showthread.php?t=111948
  17. R

    fastcgi problems

    check your error logs Hi Josh, It is a bit hard to know what your problem is without further details. Did you check your error_log for further details about the 500 error?
  18. R

    Problems with 10.2.0 and Suse 11.4

    OK, I found my problem and it wasn't the firewall! The reason DNS wasn't working for me with openSUSE 11.4 was that the default config /etc/named.conf had the following line: listen-on { 127.0.0.1; }; (which means the nameserver doesn't respond to requests on external IP addresses) This...
  19. R

    Problems with 10.2.0 and Suse 11.4

    I'm also noticing some firewall problems with 10.2 and openSUSE 11.4. The firewall is blocking DNS even though the settings show it as enabled. Strangely I didn't see the problem with 10.2 and openSUSE 11.3. Unfortunately changing the firewall settings and 'activating' doesn't solve the...
  20. R

    how i can update php 5.1.6 to php 5.2.X

    Update ionCube Just download the most up-to-date loader package from the ioncube website: http://www.ioncube.com/loaders.php and copy them into the appropriate lib directory (/usr/lib64/php/modules/). You will also need to update /etc/php.d/ioncube-loader.ini to point to the right file...
Back
Top