Home Linux Plesk
Sep 04
Saturday
Plesk
Set up a Wildcard Shared SSL Certificate with Plesk PDF Print E-mail
Written by Ron Bassett   
Monday, 19 October 2009 06:14

 

<Directory /var/www/vhosts/yourdomain.com/httpdocs/>
php_admin_value open_basedir "/var/www/vhosts/yourdomain.com/httpdocs:/php/includes"
</Directory>
Options +FollowSymLinks RewriteEngine on RewriteRule /ministries/(.*)\.php$ /ministries/ministry.php?url=$1

 

/usr/local/psa/admin/bin/websrvmng -a

 

/usr/local/psa/admin/sbin/websrvmng -u --vhost-name=domain.com

http://www.gadberry.com/aaron/2006/02/09/plesk_vhost/

 
Deleting Log files in Plesk on CentOS Server PDF Print E-mail
Written by Ron Bassett   
Monday, 31 August 2009 20:48
plesk-greyed-outI currently run a virtual dedicated server with Godaddy. It has CentOS with Plesk Control Panel.

Although I am grateful to have Plesk on the server there are many times it does not do what I need it to.

When trying to delete log files from a Plesk server running CentOS but the check boxes are greyed out you can ssh into the server and use the rm command

rm /var/www/vhosts/yourdomain.com/statistics/error_log


Main thing to remember is that the error_log files are located in the vhost directory under each doman. I had to restart my server to gain the space after removing the 1.4gb log file.
 


Home Linux Plesk