Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - RainCode

Pages: [1]
1
CentOS-WebPanel Bugs / Re: Database Import result 403 Forbidden
« on: October 15, 2015, 10:59:22 PM »
Even though this thread is a little old, I feel that I should point out what the actual issue is for the others who are getting such issue.

This is likely to do with mod_security2. You'll need to go to the control panel, security, mod_security, find the rule ID triggered in its log, and add it to the disabled rules file (there should be a hyperlink to it there).

This is what I currently use (and pMA is having no issues for me ever since):
## phpMyAdmin ##
SecRuleRemoveById 981205
SecRuleRemoveById 970901
SecRuleRemoveById 960915
SecRuleRemoveById 981001
SecRuleRemoveById 981318
SecRuleRemoveById 981317
SecRuleRemoveById 950001
SecRuleRemoveById 950006
SecRuleRemoveById 981244
SecRuleRemoveById 981249

2
...Same here  :-[

This is the message i see (after a looooong wait) ->
Error 503 Service Unavailable

Service Unavailable

Guru Meditation:

XID: 1889285309

Varnish cache server
That's Varnish cache. Have you tried rebuilding the virtual hosts file and to restart Apache as instructed?

3
Installation / Re: home office use.
« on: October 10, 2015, 09:46:08 PM »
If you can install it on a VPS or dedicated server then of course.
Do note that if you do want any of the services on it to be publicly accessible (over the internet) then you'll need to do port forwarding. And you'll need to make sure that your IP is made static.

4
I get the same issue too, well, when it comes to the error. This happens to me when there's around over 20 emails in the queue, and I get a lot of the same error (maybe around 30 above but the queue looks fine after scrolling through all of that).

The list build up originally was to do with the server attempting to send emails to the root email address that doesn't exist. I now have disabled email notifications from CSF.


In not-so relation to the actual error, I had to modify /etc/postfix/main.cf so that the 'mydestination' directive would only have 'localhost' as its value (so 'mydestination = localhost'). That fixed the sending where the email would end up in spam and sorted out receiving.

Pages: [1]