• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Search results

  1. I

    Plesk 8.4 Control Panel starts, but doesn't show panel

    How Control Panel is not accessible? What error web-server gives in browser? What's the behavior -- is it just constantly loading and then falling with 'timeout' error or is there any particular error or blank screen? Usually, when such things happen I use three simple steps: 1. Check...
  2. I

    plesk-stat and mod_security????

    ACID25, just edit the rules for mod_security in /etc/httpd/modsecurity/modsecurity_crs_50_outbound.conf and remove certain rule which blocks statistics pages (id of rule is '970002' it's on line 19 judging by error message) and restart apache. This should help. Some sets of rules for...
  3. I

    AppVault packages don't install

    it seems that 'php' binary is not in PATH and Vault's installation scripts cannot find it. Check where 'php' binary is (in ssh session): which php If there are no 'php' binary found or it is in /usr/local/bin or any other location you may need to create appropriate symlink to put it into...
  4. I

    Custom Button posting login

    then the only way is to create some script on some location (either where target application located or somewhere else) which will accept GET parameters, form a request and redirect user to the target application.
  5. I

    Application Vault - MySQL Problem

    nevertheless, error message states that there is no mysql detected by Plesk installation. What is displayed on 'Server' -> 'Components info' page?
  6. I

    .txt files get parsed by php

    by the way you may just give these files .phps extension and enable .phps 'AddType' line in php.conf. It will show sources (even with syntax highlighting)
  7. I

    .txt files get parsed by php

    Yes, indeed, I had reproduced it on my server. Seems like some glitch in Apache and how it handles filetypes. Thank you anyway for bringing it out.
  8. I

    Custom Button posting login

    if script accepts GET parameters you may just specify them in URL like: http://domain.tld/script?username=user&password=password However, it is rather unsafe way if requests are submitted over non-encrypted connection.
  9. I

    Oracle extensions

    to use Oracle functions in PHP you need to install specific PHP module. PHP.NET has an information on process of installation and extensive manual here
  10. I

    DNSBL rejects not being logged in maillog

    rblsmtpd does not write any logs at the moment. Hope Plesk development will introduce this feature soon.
  11. I

    spamassassin overloaded, qmail passing mail

    it is possible to increase number of spamassassin children past 5 but it can be done only through database. Look at this KB article
  12. I

    spamd Errors

    looks like 'popuser' system user has been messed up or there is something wrong with permissions on qmail binaries. Try to reinstall psa-qmail package with '--force'. It will not remove existing mail accounts or content of their mailboxes.
  13. I

    Help me understand how migration manager works

    Migration Manager provides good Wizard to perform migration -- with IP mapping and everything. It migrates all the data that belongs to Plesk (including mailboxes, databases, files, DNS records etc.). As to IPs -- most simple solution is to migrate domains and map them to some private-network...
  14. I

    Ownership issue after migration

    this error arise if total size of files to be chown'ed exceed quota of the user who will own them. Just increase the quota for user and use 'chown -R' command on affected web-users' directories.
  15. I

    Error: Unable to create migration session: Unable to run 'supervisor '/usr/local/psa/

    there should be log file (supervisor.log) in /usr/local/psa/PMM/var/2008-03-01-21.41.39.114446 . Check any error messages at the bottom of it or just post 30-50 lines from the bottom of the file here.
  16. I

    Application Vault - MySQL Problem

    most probably you have installed MySQL not with RPM package and thus, Plesk does not detect it as installed component (check on 'Server' -> 'Components info' page). In this case You may quickly resolve the problem by installing MySQL RPMs with '--justdb --noscripts --nodeps' parameters to...
  17. I

    Awstats Monthly History

    AWstats in Plesk does not work dynamicly as CGI script. Instead of that it generate static pages (and update them) each day. Previous months are avaialble through drop down menu only and I believe there is no way to compare months side-by-side.
  18. I

    Horde not working / new clean install

    How many domains are hosted on the server now? Sometimes unexplained failed logins in Webmail may be symptom of FD_SETSIZE problem. Apache may not fail with segfault, but webmail still does not work. Also, check if IMAP logins are working on test webmail page at...
  19. I

    Mailman Problem - Uncaught runner exception: unbound method

    seems that old versions of Mailman have difficulties with Python 2.5.x. Never tried it myself but found that 2.1.9 is reported to work fine with python 2.5.1. Try to upgrade to the latest available Mailman.
  20. I

    .txt files get parsed by php

    check that .txt is not defined as application/x-httpd-php nowhere in /etc/httpd/conf/httpd.conf, /etc/httpd/conf.d/php.conf, vhost.conf for the domain or .htaccess in directory where affected *.txt files are.
Back
Top