Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
On Plesk for Linux mod_status is disabled on upgrades to improve Apache security. This is a one-time operation that occurs during an upgrade. You can manually enable mod_status later if needed.
how can I modify the rkhunter.conf ?
Watchdog reports a lot of warning that I want to suppress.
The first lines of the conf file say this:
#DO NOT MODIFY THIS FILE BECAUSE IT WAS GENERATED AUTOMATICALLY,
#SO ALL YOUR CHANGES WILL BE LOST AFTER YOU UPGRADE PLESK.
Do I need to create a...
What is your Apache configuration?
Which modules do you unload?
Are you agree with this guide?
Strip Down Apache to Improve Performance & Memory Efficiency
Any other tips?
I'm using Apache NPM Prefork, as everyone say it's better over event
It's 2 weeks old contract, we always had dedicated server so we never had this problem but seems that with Cloud servers yes you need to contact them and it's contract related so if you just add server to the same contract you don't have to contact them but if you open a new contract with new...
Solved, you need to contact them, even if you open it in the firewall they blocked it and actually I can send email without open it in the firewall.
my firewall doesn't contain any 25 or 587 port but still I'm able to send emails now, probably i cannot receive but I don't care as we just want to...
So I opened port 25 and 587 as I selected
in the Ionos firewall, disabled the Plesk firewall and tried to send email with sendmail through command line but nothing to do, still doesn't send email.
I've also change the
and set "Send from the specified IP addresses" and choose the server IP as...
We are not using the managed cloud so I can manage the firewall, Incoming emails are on port 25, what about outgoing email? that is what exactly I need. I just need watchdog and the antivirus to send email to me for monitoring purpose, we use an external email API to send emails.
As I said we don't have any mail server so I don't care, I just want to be able to send email from the server to our company for monitoring purpose like watchdog and the antivirus.
I've switched to Ionos cloud server and for security reason they close the port 25, I don't have any mail servers on my server so I don't really care BUT my problem is that I cannot send email from the server to myself.
I'm speaking about Watchdog and Clamav, in clamav I use mail -s ... to send...
How can I publish my Laravel application developed in local to the Plesk Server?
I've already tried to install from scratch the app and i have error 500, simply copy the app from local to the server, same error.
I'm trying to run php artisan config:cache and I have a lot of error to undefined...
1) Seems that if I put this /opt/plesk/php/7.2/bin/php -f /path/to/php/script in my sh script instead of just php /path/to/php/script and I use the same alias on CLI it works.
2) I'm still unable to install laravel, see screenshot.
Yes I'm using root to install laravel global
I'm trying to install Laravel via SSH but I realised that my PHP CLI is still 5 even if in the website I use 7.2
How can I use PHP 7 CLI and use all the modules include the php pgsql extension?
I have 2 problems.
1) I'm running a cron job with root and it has a pg_connect inside the php...
here the log that should match the task
here the second part of the long line
though if I tried to send an email through command line it works
echo "My message" | mail -s subject [email protected]
to be sure that it serve through apache and not nginx I would create a php file with phpinfo() inside and check the server[server software] variable
I was using this recently to made some test with apache and nginx on a AWS server, if you scroll a bit down you will see that the variable I'm...
I think that the htaccess are not available through Nginx, you need to check the nginx conf. also are you sure at 100% that you are serving the php file through apache?
I think is this one the config.
location ~ /\.ht {
deny all;
}
up, someone know why it doesn't send email? it seems to running properly as the log file is up to date but doesn't send the email.
the task also seems to be OK, are all setup properly