• 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. KrazyBob

    FrontPage Support Outrage !!

    PANIC is exactly where I am at. The Plesk Migration Tool tanked half of the Ensim sites. FrontPage tanked even though we thought that we had installed it (like others in this thread.) A dual processor Opteron with 4GB cannot handle 600 domains under Plesk and "support" hasn't been of much help...
  2. KrazyBob

    FrontPage Support Outrage !!

    I should have mentioned that we put Pleskm on top of Virtuozzo and one doesn't just click Update. We learned that lesson the hard way.
  3. KrazyBob

    FrontPage Support Outrage !!

    We were fully aware that Microsoft was not releasing upgrades to the 2002 extensions. We were not aware that Microsoft would not allow vendors to coniue deploying the existing extensions. We have installed the extensions from an earlier release of Plesk. Now attempts to enter the FP Manager...
  4. KrazyBob

    FrontPage Support Outrage !!

    When a company takes the time to consult at length with the software vendor (SW-Soft) and that vendor fails to state that an issue with FP will result, the issue is with THAT vendor. When the vendor provides sepcific upgrade and migration steps during the consultation that fail to address the...
  5. KrazyBob

    i found solution for frontpage and 8.1

    I wonder, can anyone make this into a script? Maybe even add a mysql lookup to find sites with FP enabled and then run globally? cd /home/httpd/vhosts/domain.com/http(s)docs find . | grep /.htaccess | while read f; do rm -rf "$f";done find . | grep /_private | while read f; do rm -rf...
  6. KrazyBob

    i found solution for frontpage and 8.1

    I am working on the solution now. Thanks to this thread for getting me pointed in the right direction. I have a lot of servers to patch.
  7. KrazyBob

    FrontPage Support Outrage !!

    It sure wasn't deli8berate. I had several windows oipen. Thanks for the sarcasm. It makes my day.
  8. KrazyBob

    i found solution for frontpage and 8.1

    You didn't read what I read. We migrated 30 Ensim servers to Plesk 8.2. We discussed ahread of time with senior SW-Soft Support Staff our migration plan. At no time were we told that FP would not work. To the contrary, the Plesk 8.2 documentation liberally discusses FrontPage...
  9. KrazyBob

    FrontPage Support Outrage !!

    I don't mean to be harsh, but some of you have clearly missed the obvious. Just read the current manual for 8.2 and you will find instructions for FrontPage usage. This alone obligates SW-Soft to support THEIR release. I have just learned the hard way. I spent $25,000 on several new servers...
  10. KrazyBob

    i found solution for frontpage and 8.1

    I don't mean to be harsh, but some of you have clearly missed the obvious. Just read the current manual for 8.2 and you will find instructions for FrontPage usage. This alone obligates SW-Soft to support THEIR release. I have just learned the hard way. I spent $25,000 on several new servers...
  11. KrazyBob

    FrontPage Forms Internal Server Error

    All of a sudden all FrontPage forms on the server Internal Server Error and log the following error: [Tue May 15 21:54:24 2007] [error] [client 24.182.13.187] malformed header from script. Bad header=-t : fpexe, referer: http://testsite.com I created a new site to see if it was server...
  12. KrazyBob

    Process [03dowapd03]

    I have a process that I have never seen before that is running many, many times. It is running as user apache and I cannot find it or determine what it is. But the server acts like ti is compromised. If I run lsof -p <PID> the results show me a list of all web sites on the server. Is this...
  13. KrazyBob

    SMTP Stops when MAPS is on

    It seems that SMTP fails on 8.1.0 as well running in top of a VE. I couldn't find the answer here and guessed that by typing /usr/local/psa/bin/mailserver.sh --set-maps-status false I could turn off MAPS. I was using spamhaus and still don't know why the failure.
  14. KrazyBob

    How Do I Install Perl/CGI Modules

    Any suggestions would be appreciated.
  15. KrazyBob

    How Do I Install Perl/CGI Modules

    How Do I Install Perl/CGI Modules so that they are available to all sites? Can I deploy perl -MCPAN -e shell and if so, as what user? Auto or maual configuration? Thanks.
  16. KrazyBob

    End-User running a PHP Cron

    I appreciate your help, but to me this is pretty clear :) /usr/bin/php -f /var/www/vhosts/publicsafety.com/httpdocs/test.php Run from the bash command line it executes properly. The same command placed into a cron from the command line also runs: * * * * * /usr/bin/php -f...
  17. KrazyBob

    End-User running a PHP Cron

    Let's recap. The client is trying to add a cron within Plesk. It fails and Plesk emails the reason as No Input File Specified. The test script is a simple mailto() to show that the script is running. The client has shell access as /bin/sh. The same script runs from the command line just...
  18. KrazyBob

    End-User running a PHP Cron

    The primary admin user and the account has /bin/sh shell access. The cron is only calling a PHP script that access mySQL. Therror being reported is Input File Not Specified. Not a PHP runtine error. The script may be called directly from the client bash line and runs fine. Just not from the...
  19. KrazyBob

    End-User running a PHP Cron

    Using the crontab manager within Plesk 8.0 a customer is unable to get their script to run using this syntax: /usr/bin/php -f /var/www/vhosts/publicsafety.com/httpdocs/test.php The cron runs once per minute and does run but returns a No Input File Specified PHP error. How do they run a...
Back
Top