Log In | Register | March 19, 2024

parallels plesk

Linux - November 18, 2013

In order to enable ProxyPass within plesk you will have to follow the following few steps. 1. Create/Edit the vhosts.conf file within the conf directory under domain root. /var/www/vhosts/DOMAIN.TLD/conf/vhost.conf Add the following line ProxyPass / http://NEWDOMAIN.TLD/ 2. Next you’ll need to reconfigure the domain using one of the plesk tools. For Plesk version 10 and later use the following /usr/local/psa/admin/bin/httpdmng –reconfigure-domain DOMAIN.TLD 3. Lastly, you’ll need to restart or reload the httpd service. service httpd reload or […]


Back To Top

Parallels Plesk - May 31, 2013

If you have a server with Parallels Plesk, odds are that is using ProFTP for its FTP server which is started with xinetd. I was getting an error trying to connect to the server via FTP and figured I would share the solution. First when I tried connecting to the FTP server using lftp, I found that it would get into a loop of trying to reconnect. To fix this issue I ran lftp in debug mode. […]


Back To Top

Parallels Plesk - May 31, 2013

In order to disable the “alarm level changed” email notifications which are associated with the Health Monitoring module in Parallels Plesk, you need to disable the service from running and starting with your server. First you will need to login as root into your Linux server. In order to stop the service from running run the following command. /etc/init.d/psa-health-monitor-notificationd stop If you would like to stop the service from starting up automatically you can disable it using […]


Back To Top

Need Help? Ask a Question

Ask anything you want from how to questions to debug. We're here to help.

You Must Be Logged In To Post A Question.

Log In or Register