skip to Main Content

node + plesk + ssl : how to make them run together?

My client's websites runs a ssl generated by PLESK. I used to run node.js with SSL thanks to: var ssl = { key: fs.readFileSync('/etc/letsencrypt/live/mysite.com/privkey.pem'), cert: fs.readFileSync('/etc/letsencrypt/live/mysite/cert.pem') }; But I have no idea where PLESK did create these 2 files. I…

VIEW QUESTION

Why would logging of PHP errors stop? – Plesk

Using Plesk with Apache and Nginx together on Centos. Errors were being logged perfectly on; /var/www/vhosts/example.com/logs/error_log /var/www/vhosts/example.com/logs/proxy_error_log I truncated the files by deleting and recreating them; now nothing is logged. File owner and the file permissions are all the same;…

VIEW QUESTION

File uploading is not working on live server – Plesk

Warning: move_uploaded_file(/images/24_silver_2_1.jpg): failed to open stream: No such file or directory in C:Inetpubvhostsleojungen.comhttpdocslaunch-complaint.php on line 72 Warning: move_uploaded_file(): Unable to move 'C:WindowsTempphp19A2.tmp' to '/images/24_silver_2_1.jpg' in C:Inetpubvhostsleojungen.comhttpdocslaunch-complaint.php on line 72 function uploadMultipleFiles($complaintId){ global $_pdo;$path = ''; // Count # of uploaded…

VIEW QUESTION
Back To Top
Search