plesk

Plesk PHP emails with laravel are not receiving DKIM signature

北慕城南 提交于 2021-01-29 17:07:43
问题 When I send email from the Round Cube web client, the email is signed signed with DKIM. However when a website sends email via Laravel it is not signed with DKIM. I'm sending two emails one with laravel notifications and one with mail. Both don't receive a DKIM signature. I've turned on the signature settings in Plesk. The question is how can I add my DKIM signature when sending emails using laravel. OS: ‪Ubuntu 18.04.5 LTS‬ Product: Plesk Obsidian 18.0.31 Update #1 my mail settings in

I get 500 Internal Server Error after 30 seconds of running a script

夙愿已清 提交于 2021-01-28 14:46:04
问题 The production server has CentOS 6.4 with Plesk 11.0.9. It is a dedicated server. Server configuration: * max_execution_time is set to 500 from Plesk and it shows up correctly in phpinfo Problems: * I get 500 Internal Server Error after 30 seconds of running any script Is there any way I get a workaround this problem? LE: * the script I want to do this downloads from a remote location a file to user's browser. It might require even hours to complete the operation (for very slow internet

How to deploy angular universal on Plesk panel (apache)

好久不见. 提交于 2020-12-15 06:52:44
问题 I have problem with running Angular Universal on my Plesk panel (apache): already i insalled nodejs : i do npm run build:ssr on my localhost and copy the dist from localhost to httpdocs directory on plesk. copied package.json on httpdocs directory; in this step what i should do ? I clicked on Run script in my Plesk and try to run serve:ssr , but nothing happens. 回答1: -make sure in your "Document Root" to choose the browser folder in dist. -in your server.ts REMOVE this if condition: if

How to deploy angular universal on Plesk panel (apache)

百般思念 提交于 2020-12-15 06:51:12
问题 I have problem with running Angular Universal on my Plesk panel (apache): already i insalled nodejs : i do npm run build:ssr on my localhost and copy the dist from localhost to httpdocs directory on plesk. copied package.json on httpdocs directory; in this step what i should do ? I clicked on Run script in my Plesk and try to run serve:ssr , but nothing happens. 回答1: -make sure in your "Document Root" to choose the browser folder in dist. -in your server.ts REMOVE this if condition: if