• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Search results

  1. D

    Henk

    you need to install and configure quota on your system http://kb.odin.com/en/768
  2. D

    assign client account templates to existing clients

    the function you search will be implemented in Plesk Panel 10 -> http://www.parallels.com/products/plesk/panel10preview
  3. D

    hacking with php shell

    lvalics, i think you not understand the problem .... if you use php as FastCGI-Application under centos open_basedir is not set... because of this you have access to nearly all files on the server.... http://www.php.net/manual/en/ini.core.php#ini.open-basedir
  4. D

    hacking with php shell

    it is not a problem of this package, this was only an example to see the bug. the bug is in the config files that plesk generates!
  5. D

    is there a roadmap for dnssec in plesk ?

    dnssec goes one step forward -> http://www.ripe.net/news/2010-signing-root-zone.html what about plesk, still nothing ?
  6. D

    SPF Domainkey mail spam protection problem

    do you have any messages in log or as an email, why it is blocked ?
  7. D

    hacking with php shell

    any news on this ? it is realy a security problem !
  8. D

    Mod_Security and Mod_Unique_id Install

    open_basedir should prevent this, i have tested it on debian right now, it does not work there ... but maybe it is the same bug as here on centos: http://forum.parallels.com/showthread.php?goto=newpost&t=99842
  9. D

    CentOS Updates

    we do all over yum (atomic plesk repo)
  10. D

    CentOS Updates

    read this: http://forum.parallels.com/showthread.php?p=415820#post415820
  11. D

    hacking with php shell

    any news on this, it is realy a security problem !
  12. D

    how to get qmail to send email from the vhost domain / ip ?

    or as a short answer: it is not possible ...
  13. D

    Php on FastCGI and Session IDs

    parallels know it, but still no fix for this .... http://kb.odin.com/en/7056
  14. D

    Multiple servers with Google Services for Websites

    from the docs -> http://download1.parallels.com/Plesk/PPP9/Doc/en-US/plesk-9.5-google-services-integration-guide/index.htm?fileName=64625.htm
  15. D

    Plesk Panel is down

    have you checked disk space ?
  16. D

    hacking with php shell

    any news on this bug ??
  17. D

    Php on FastCGI and Session IDs

    which os ? you need to make the session directory writable for the ftp users, there are other theards about this in this forum ... on centos we do chmod 777 /var/lib/php/session
  18. D

    Find all disabled mail redirects

    i hope this one works right: select concat(mail_name,'@', name) as email,redir_addr from mail join domains on mail.dom_id=domains.id where redirect='false' and redir_addr <> '';
  19. D

    Find all disabled mail redirects

    can you post an sql query witch shows the domain name too ?
Back
Top