• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Search results

  1. E

    SSL smtp certificate

    I've generated my self signed certificates using /usr/lib/courier-imap/share/mkpop3dcert /usr/lib/courier-imap/share/mkimapdcert now pop3 SSL is working with the right certificate... however SMPT SSL still work using the "plesk" certificate... the same one that is used for the ples...
  2. E

    Monitoring bandwidth of apache owned files

    i've the reverse problem: i've some big files 300mb+ that are higly downloaded... but the provider switch report less then what plesk report... this is what the DC support has replied to me: I was thinking that plesk generate his usage stats by looking to the apache logs... and for...
  3. E

    Monitoring bandwidth of apache owned files

    dotcommers are you sure about that? i was thinking that plesk bandwidth monitor works by looking to the apache logs... not the file owner...
  4. E

    Changes in proftpd.include don't stay

    i've the same problem over RH3 writing in proftpd.conf is safe? does they stay there??? for example update from 7.5.2 to 7.5.3 has changed that file!!!
  5. E

    MySQL with Plesk 7.5.3

    you can create a new database using plesk interface... you can create also a new database if logged as "admin" with your plesk admin password... i think that you cannot create a new database if logged as a user created within plesk... that use has access only to it's associated...
  6. E

    safe_mode isn't for me... :)

    thanks for you suggestion ;) the only thing is that i'm a little scared of leaving my ftp password in plain text around my ftp space... if someone is able to hack my site they can force some of my script to read the source of that file... till now nothing similar has happened, but i...
  7. E

    safe_mode isn't for me... :)

    uhm... and what about this: http://www.titov.net/safemodepatch/ sounds good... and i think i know a host that is running a similar solution... (safe mode enabled but you can write and create dir without problems in php... i'm sure that they aren't using suPHP... and php is loaded as...
  8. E

    safe_mode isn't for me... :)

    in the next week i'll retry suphp enabling it on at vhost.conf level only over the domains where i need it... i hope 0.6.0 version will be really faster then 0.5.2...
  9. E

    safe_mode isn't for me... :)

    i think this is the only way to get this working right.... at least till the time that sw-soft will support suphp or any other similar tool :rolleyes:
  10. E

    WARNING: PHP XML-RPC Vulnerability

    I dunno if PSA use pear and XML functions...
  11. E

    safe_mode isn't for me... :)

    i'm the admin of that server, i've just 2 websites running there and some others sites for my friends.... i was looking to enable safe_mode to a little more security... actually this is my disabled list: disable_functions =...
  12. E

    safe_mode isn't for me... :)

    i've an upload script that every moth create a new dir where it will put his files... i create the dir in this way: if(!file_exists($absolute_path)){ mkdir ($absolute_path, 0777); } that dir in theory should be created with chmod 777... but in realty it's created with chmod 755 and...
  13. E

    WARNING: PHP XML-RPC Vulnerability

    for red hat enterprise just run a up2date -u (if you are using the red hat php build) https://rhn.redhat.com/errata/RHSA-2005-564.html ;)
  14. E

    unable to set resume option while ftp using flashfxp

    another way: login via SSH as root then open the file /etc/proftpd.include (to open it just type: nano -w /etc/proftpd.include or vi -w /etc/proftpd.include) that should be an empty file... at this point you have to place inside it this line: AllowStoreRestart on then save...
  15. E

    unable to set resume option while ftp using flashfxp

    nano -w /etc/proftpd.conf add after UseFtpUsers: then /etc/rc.d/init.d/xinetd restart ;)
  16. E

    clean up the server

    nice questione... i'm also interested in removing PosgreSQL just a question: what have you done to get rid of ASP and Frontpage?
  17. E

    problem with overwriting config (webmail & suphp)

    have you tried excluding it using a dedicate exclusion file like here? http://devzone.helixdevelopment.com/content/view/14/28/
  18. E

    perl script uploaded to site

    start with this: http://www.eth0.us/?q=tmp :) then: http://www.eth0.us/?q=mod_security ;)
  19. E

    PROTEST BY LICENSEES We don't want 7.5.3-beta. We want 7.5.3-fullversion without bugs

    why you don't say the same thing when your car buyed 2days ago won't start??? aren't you a mechanic??? you do not need a car that work... you just need to spend some $$ to buy a car... then you will fix your car yourself??? if i buy a thing that should be capable to do X, Y and Z...
  20. E

    Installing gzip

    exact.. you can experience some problems with php pages that try to dinamically generate a content with a particular mime-type... or some problems with the ob_gzlib used in a lot of php forums/cms... (however i think that if it's possible it's better to compress the output with deflate...
Back
Top