• 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

    Installing gzip

    uhm... open httpd.conf and make sure that you have loaded the mod_deflate module... you have to have a line like: LoadModule deflate_module modules/mod_deflate.so without any # at the beginning... look also at: tail -30 /var/log/httpd/error_log after you restart the httpd...
  2. E

    MySQL upgrade

    could be a problem related to old password hashing method? http://dev.mysql.com/doc/mysql/en/ignoring-user.html that happen when you update apache using ART repo (centOS based) if you want to mantain your redhat apache update it only with up2date and the offiacial "red hat network" ;)
  3. E

    MySQL upgrade

    is you /tmp directory correctly chmodded to 1777? i've seen a similar problem (not with plesk, but with plain servers) that for some unknow nreason changed the chmod of /tmp... try to look at it and then restart mysql ;)
  4. E

    Plesk Feature Requests

    i would like to see a true bandwidth calculation system... not a system based on logs... my example: i've a file downloadable with a size of 350mb.... most part of the users that download it use a download manager like getright... in that way in my log i will see 4downloads requests...
  5. E

    please h-e-l-p - OWNERSHIP problem

    chown -R username:psacln /home/httpd/vhosts/domain.tld/httpdocs/ chown username:psaserv /home/httpd/vhosts/domain.tld/httpdocs/ change username and domain.tld with the username / domain name you want to fix then run those 2 commands in shell ;)
  6. E

    httpd is stopping automaticly

    do you get any error in your /var/log/httpd/error_log after it stops?
  7. E

    modification of files created by apache

    tried the 0.6.0 without success... back to 0.5.2 :D in plesk we need to left php4_module loaded... that's highly advised against from suPHP dev.... but that the only way to get it working (only version 0.5.2)... otherwise (disabling php4_module) apache will not start becouse suphp...
  8. E

    apache user - file permission

    suphp fixed that for me ;) http://forum.plesk.com/showthread.php?s=&threadid=24767&highlight=suphp it's very easy to get it working ;) now i'm controlling the server load...
  9. E

    how do i remove spaassassin?

    thanks, i'll try in that way ;) on that server i'm doing only webhosting, i haven't any email box setted up (i use external mx, pop3, smtp servers) so i don't need spamassassin :) do you think that plesk will become "angry" if i'll delete that rpm?
  10. E

    how do i remove spaassassin?

    I've psa-spamassassin that's is eating server resources for nothing (my licence doesn't support it so i cannot enable it in my emails!!!) how do i completly remove it to free some server resources?
  11. E

    modification of files created by apache

    ok, got it working :) this is what i've done: that worked fine for me (adding a separated exclusion httpd conf in caused the opening of horde everytime i access to http://myip/ modifying direcly the httpd.include instead worked fine... after about 2hours of testing i came back to the...
  12. E

    modification of files created by apache

    i think that we need also to: chenge in php.ini session.save_path = /var/lib/php/session to session.save_path = /tmp as suggested by Jamai here: http://forum.sw-soft.com/showthread.php?s=&threadid=17369
  13. E

    modification of files created by apache

    i'm going to try suphp using this howto: http://devzone.helixdevelopment.com/content/view/14/28/ i hope it will run ok :) thanks atomicturtle ;)
  14. E

    modification of files created by apache

    plesk 7.5.2 over RHEL 3ES also in my case files created with functions like move_uploaded_file() get owned by apache:apache same for dir created with mkdir and any other file created via script!!!! whose file can't be deleted/removed/overwritten via ftp!!! how can we fix this...
  15. E

    wrong bandwidth calculation

    I'm running plesk 7.5.2 over RHEL 3ES i'm experiencing wrong bandwidth calculation in plesk... HotSaTaNic and the provider bandwith meter say: but plesk say: what's wrong? how does plesk calculate the bandwidth usage??? does it look to the apache logs??? if so it's normal it...
  16. E

    Plesk 7.5.2 Open Relay

    i've changed whitelist from 127.0.0.0/8 to 127.0.0.0/32 all the rest is setted as standard plesk installation over RHEL 3 ES the test has reported Hmmn, at first glance, host appeared to accept a message for relay. but: If it is really an open relay, the test message will be...
  17. E

    High apache load...

    post the full rpm name: rpm -qa | grep httpd the result should be like: httpd-2.0.46-46.ent httpd-devel-2.0.46-46.ent redhat-config-httpd-1.1.0-4.30.2
  18. E

    High apache load...

    what apache version are you using??? probably the highfd version??? :)
  19. E

    Yum update from ART seems to have hosed my Plesk server

    actually 3es base & update mirror contain CentOS rpms... so it's natura it change your rhel 3es to centos....
  20. E

    Trying to connect to MySQL from local program

    or just install phpmyadmin and create users with access from % (instead of localhost) as you want :) cd /home/httpd/vhosts/default/htdocs/ mkdir private cd private wget http://heanet.dl.sourceforge.net/sourceforge/phpmyadmin/phpMyAdmin-2.6.2-pl1.tar.gz gzip -d phpMyAdmin-2.6.2-pl1.tar.gz...
Back
Top