PM site down
-
- Member Extraordinaire
- Posts: 505
- Joined: Thu Jun 09, 2022 10:28 pm
PM site down
I keep getting the same error message when I send a message and the webmaster email is bouncing back. Can you take a look?
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@skirtcafe.org to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator at webmaster@skirtcafe.org to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
- crfriend
- Master Barista
- Posts: 13775
- Joined: Fri Nov 19, 2004 9:52 pm
- Location: New England (U.S.)
- Contact:
Re: PM site down
A while ago, DreamHost (our hosting provider) installed something, likely "security-related", that scans messages and is misconfigured to the point of causing errors and crashing rather than gracefully degrading. I've had this happen, too, and if I re-word something it'll usually go.Barleymower wrote: ↑Tue Jan 17, 2023 3:29 pmI keep getting the same error message when I send a message and the webmaster email is bouncing back. Can you take a look?
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
This thing "sits on top of" the phpBB software that drives the forum and I have no access to that layer. I have been unable to reproduce the problem in my lab.
Retrocomputing -- It's not just a job, it's an adventure!
-
- Member Extraordinaire
- Posts: 505
- Joined: Thu Jun 09, 2022 10:28 pm
Re: PM site down
OK thanks Carl. I will have a go
Re: PM site down
Another option might be to use google SMTP servers with a valid Google login? I've had to do that on some hosts - but not all hosts let the server access the correct ports. There's also Amazon SES, but cost would be involved (although cheap) and could be painful to implement.
- crfriend
- Master Barista
- Posts: 13775
- Joined: Fri Nov 19, 2004 9:52 pm
- Location: New England (U.S.)
- Contact:
Re: PM site down
This problem is happening before the message even leaves the local platform and enters the SMTP layer. The problems is that the web-server is a shared one on a VM and I don't have access to the web-server error logs. I have access to the access logs but not the error logs which would point up the problem in this case.
The giveaway is that the problem is content sensitive and certain words/phrases provoke the behaviour -- including, hilariously, detailed analysis of code, domain names, and other log entries. Thus the suspicion of it being "security" related.
Retrocomputing -- It's not just a job, it's an adventure!
Re: PM site down
Gotcha, something like suhosin. DreamHost allows you to configure error logging to a location, unless the plan this site is on doesn't have that feature. The other problem, even if you could see the error log the security tool might not have logging enabled or enabled at a level that would help you diagnose.crfriend wrote: ↑Tue Jan 17, 2023 5:53 pmThis problem is happening before the message even leaves the local platform and enters the SMTP layer. The problems is that the web-server is a shared one on a VM and I don't have access to the web-server error logs. I have access to the access logs but not the error logs which would point up the problem in this case.
The giveaway is that the problem is content sensitive and certain words/phrases provoke the behaviour -- including, hilariously, detailed analysis of code, domain names, and other log entries. Thus the suspicion of it being "security" related.
- crfriend
- Master Barista
- Posts: 13775
- Joined: Fri Nov 19, 2004 9:52 pm
- Location: New England (U.S.)
- Contact:
Re: PM site down
Usually these sorts of "tools" (nuisances, mainly) either never log anything and just crash yielding nothing for the user or admin or log it to somewhere that practically nobody has access to. BTDT several times and was infuriated with each one.Coder wrote: ↑Tue Jan 17, 2023 6:06 pmGotcha, something like suhosin. DreamHost allows you to configure error logging to a location, unless the plan this site is on doesn't have that feature. The other problem, even if you could see the error log the security tool might not have logging enabled or enabled at a level that would help you diagnose.
I'm hoping to get out of this field soon because it's all just gone completely toxic. Not to mention boring.
Retrocomputing -- It's not just a job, it's an adventure!
Re: PM site down
Yeah, which why I am glad I don't have to deal with WP or Drupal (or any packaged system) anymore - once you've installed/configured/themed/coded a CMS site, they all are more or less identical.
-
- Member Extraordinaire
- Posts: 505
- Joined: Thu Jun 09, 2022 10:28 pm
Re: PM site down
It finally worked by splitting the message into four parts.