Create CronJob Using Bash Script – Need To Appear In Plesk
I need to create a cron job using a bash script I found this on SO - How to create a cron job using Bash But i need it to appear in Plesk control panel in Scheduled Tasks. Any ideas
I need to create a cron job using a bash script I found this on SO - How to create a cron job using Bash But i need it to appear in Plesk control panel in Scheduled Tasks. Any ideas
I have a base set of files that are included from lots of other files. This saves me having to update lots of files when I made changes. The issues is, in CPanel my directory structure was: Base: domain/public_html/base_data Subdomain:…
I see a lot of questions about it here on SO, so I'm posting here: I have a domain www.example.com and I have set .htaccess file to redirect all example.com to www.example.com Now, I made (through my plesk 10 interface)…
I'm having some problems restarting plesk on our server. I increased the memory limit in our PHP.ini file and had stopped the server and was in the process of restarting when i've received the following error: [root@server77-68-52-152 ~]# /etc/init.d/psa start…
I'm unfortunately once more dealing with a hacked site on a Linux Plesk server. While the issue is fixed with FTP access changed (it got down to the famous Filezilla FTP codes hack on a PC) I'd appreciate to know…
I understand that speeding up the PHP side of things is not really possible. I am running Parallels Plesk on Linux with APACHE. At the moment the wait time can be up to 40 minutes. I am using mail($to, $subject,…
I want to setup a cronjob that worked perfectly under PLESK 9 on another dedicated server, but can't get it to work in my new dedicated server under PLESK 10. I just can't figure out why. Some info: I have…
This has taken me hours already. I've a new server with a fresh PLESK 10 installation. Now subdomains are handled differently in PLESK 10, that I know (not domain.tld/subdomains/httpdocs but domain.tld/httpdocs_subdomain for instance). Now, I got a subdomain working over…
I am running around in circles here, I wonder if anyone can help. I recently moved a static html website to Umbraco. It is running on a Windows plesk shared plan. I need to put in place 301 redirects for…
I'm using the Kohana framework (3.0.9), which generates daily logs. I want to mail the log file if one was made the day before CRON runs the script, but after days trying I can't figure out how to put off…