Re: Error log question

2022-07-23 Thread Maxim Dounin
Hello! On Sat, Jul 23, 2022 at 04:59:35PM -0400, Jay Haines wrote: > My nginx error log is being filled with errors which I believe are being > surfaced from OpenSSL. The log entries number in the hundreds of > thousands per day and I understand they are most likely due to > conditions beyond

Error log question

2022-07-23 Thread Jay Haines
Hello, My nginx error log is being filled with errors which I believe are being surfaced from OpenSSL. The log entries number in the hundreds of thousands per day and I understand they are most likely due to conditions beyond my control. Examples of the log entries are: 2022/07/23 16:26:32 [

Re: Php page returns 450

2022-07-23 Thread Mik J via nginx
Hello, After taking a rest I found the solution. There was this directive placed a few lines beforelocation ~ /log { deny all; return 404; } And the /logout.php page was marching that directive. I have replaced it bylocation /log { deny all; return 404; }Which hopefully will help to protect acce

Re: Wordpress RSS pages dont work with Nginx

2022-07-23 Thread jhonnyrobson
I'm having the same problem, but the Feed doesn't work. Any solution? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,238692,294837#msg-294837 ___ nginx mailing list -- nginx@nginx.org To unsubscribe send an email to nginx-le...@nginx.org

Re: Thanks for your help, Francis Daly

2022-07-23 Thread Francis Daly
On Sat, Jul 23, 2022 at 09:21:55AM +0100, Francis Daly wrote: > On Fri, Jul 22, 2022 at 11:41:25PM -0600, Jim Taylor wrote: Hi there, one update / possible correction: > > "N:  Skipping acquire of configured file 'nginx/binary-arnhf/Packages'  > > because the repository doesn't support armhf (or

Php page returns 450

2022-07-23 Thread Mik J via nginx
Hello, I use an application named Cacti and everything works well except the logout.php page So when I try to accesshttps://example.org/index.phphttps://example.org/graph_view.phpIt works, code http is 200 But when I access the logout.php page a page 404 is returnedGET /logout.php HTTP/2.0 For

Re: Thanks for your help, Francis Daly

2022-07-23 Thread Francis Daly
On Fri, Jul 22, 2022 at 11:41:25PM -0600, Jim Taylor wrote: Hi there, > Thank you for helping me unmake a mess! You're welcome. > I had mistyped " ' " for " ` ".  To be honest, in 60 years in this business > I had never typed " `  " on purpose before, so I typed single quotes around > "lsb_rele