Re: Unable to see a php page

2020-03-16 Thread Mahmood Naderan
OK with this configuration: location ~ \.php$ { root /home/ubuntu/htdocs/public_html; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include

Re: Unable to see a php page

2020-03-16 Thread Ian Hobson
On 15/03/2020 14:00, Francis Daly wrote: On Sun, Mar 15, 2020 at 05:19:57PM +0330, Mahmood Naderan wrote: Hi there, I started php-fpm and opened localhost/index.php This time I see the content of index.php as a plain text. I have to do more debugging. Thanks. That's useful. I suggest tha

RE: SSL session cache full

2020-03-16 Thread Cox, Eric S
How can this be monitored however? -Original Message- From: nginx On Behalf Of Maxim Dounin Sent: Monday, March 16, 2020 8:33 AM To: nginx@nginx.org Subject: Re: SSL session cache full ** [EXTERNAL EMAIL]: Do not click links or open attachments unless you recognize the sender and know t

Re: SSL session cache full

2020-03-16 Thread Maxim Dounin
Hello! On Mon, Mar 16, 2020 at 12:36:21AM -0700, Frank Liu wrote: > I have a question after reading https://trac.nginx.org/nginx/ticket/621 . > When that alert is logged in error log, what will happen to the connection? > Will the client get an error (such as HTTP 4XX), or will it work as if the

SSL session cache full

2020-03-16 Thread Frank Liu
Hi, I have a question after reading https://trac.nginx.org/nginx/ticket/621 . When that alert is logged in error log, what will happen to the connection? Will the client get an error (such as HTTP 4XX), or will it work as if the server doesn't support session resumption? As mentioned in comment3 i