Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 3 matches
- Fri Jan 18, 2019 4:20 pm
- Forum: General Discussion
- Topic: [RESOLVED] Vesta - CentOS 7.5 - PHP script is not working in CRON Job
- Replies: 2
- Views: 5956
Re: Vesta - CentOS 7.5 - PHP script is not working in CRON Job
Ok, the problem is resolved now. I had to make following changes to solve this issue; sharing it here as this may help someone.
Changes in CRON Command
I made some changes in the command; the revised command looks like this:
cd /home/admin/web/DOMAIN.COM/public_html/test/; /usr/bin/php -f ...
Changes in CRON Command
I made some changes in the command; the revised command looks like this:
cd /home/admin/web/DOMAIN.COM/public_html/test/; /usr/bin/php -f ...
- Thu Jan 17, 2019 5:38 pm
- Forum: General Discussion
- Topic: [RESOLVED] Vesta - CentOS 7.5 - PHP script is not working in CRON Job
- Replies: 2
- Views: 5956
[RESOLVED] Vesta - CentOS 7.5 - PHP script is not working in CRON Job
Hello,
I am new to Vesta CP. Recently I installed CentOS on UpCloud and installed Vesta CP. I have only one user "admin" and one domain name added. I have set a CRON to run a simple test PHP which writes date and time stamp to a file. The script is located under "domain.com/test/crontest.php".
My ...
I am new to Vesta CP. Recently I installed CentOS on UpCloud and installed Vesta CP. I have only one user "admin" and one domain name added. I have set a CRON to run a simple test PHP which writes date and time stamp to a file. The script is located under "domain.com/test/crontest.php".
My ...
- Wed Dec 12, 2018 6:09 pm
- Forum: FTP Server
- Topic: "additional FTP" not working - fix
- Replies: 5
- Views: 15756
Re: "additional FTP" not working - fix
Yes, I confirm. CentOS 7.5 and the /sbin/nologin to /etc/shells worked for me.