Search found 932 matches

by myVesta
Mon Nov 08, 2021 10:28 am
Forum: General discussion
Topic: PHP access via the Ip address without domain
Replies: 3
Views: 1082

Re: PHP access via the Ip address without domain

In order to do that, you will need to modify both nginx and apache2 config files.
Unfortunately, I never did that, so I can't tell you what exactly you need to modify.
by myVesta
Sat Nov 06, 2021 12:21 pm
Forum: General discussion
Topic: email not sending [vestacp to myvestacp]
Replies: 2
Views: 1841

Re: email not sending [vestacp to myvestacp]

Check /var/log/exim4/mainlog
A hundred different reasons can be.
by myVesta
Mon Nov 01, 2021 10:50 pm
Forum: General discussion
Topic: firewall db
Replies: 2
Views: 987

Re: firewall db

Yes.
No need to keep mysql port open if you are not using mysql from some remote host.
It's better to keep it closed, better for security.
by myVesta
Mon Nov 01, 2021 10:45 pm
Forum: Mail
Topic: exim paniclog /var/log/exim4/paniclog has non-zero size, mail system might be broken.
Replies: 3
Views: 9187

Re: exim paniclog /var/log/exim4/paniclog has non-zero size, mail system might be broken.

If your exim is up, there is nothing to worry about.
You can see what was the problem by looking that log:

Code: Select all

cat /var/log/exim4/paniclog
Then you can erase panic log with:

Code: Select all

truncate -s 0 /var/log/exim4/paniclog
by myVesta
Mon Nov 01, 2021 10:39 pm
Forum: General discussion
Topic: Mails comes in spam outlook/gmail
Replies: 1
Views: 1047

Re: Mails comes in spam outlook/gmail of

- I have in my cloudflare DNS installed SPF, DMARC & DKIM under my hostname domain only. But my hostname is web01.<DOMAIN>. So its not installed on web01.<DOMAIN> Can this be a problem? Probably this. So, instead of adding "_dmarc" you should add "_dmarc.web01" BTW, check wh...
by myVesta
Fri Oct 22, 2021 1:42 pm
Forum: General discussion
Topic: Wordpress plugin issues + mail
Replies: 12
Views: 3402

Re: Wordpress plugin issues + mail

mod_rewrite is enabled by default as Apache module.
It's not related to PHP.
by myVesta
Thu Oct 21, 2021 11:21 am
Forum: General discussion
Topic: Wordpress plugin issues + mail
Replies: 12
Views: 3402

Re: Wordpress plugin issues + mail

1. wp-hide - it's not related to myVesta, it's probably due jump to php7.4

2. not sure, never used wordfence

3. it's just info table, use server hostname and make sure you generated SSL for server hostname WEB
by myVesta
Wed Oct 20, 2021 8:27 pm
Forum: General discussion
Topic: password need to enter 2 times
Replies: 5
Views: 1392

Re: password need to enter 2 times

try login from browser with 0 addons, and see...