Search type Search syntax
Tags [tag]
Exact "words here"
Author user:1234
user:me (yours)
Score score:3 (3+)
score:0 (none)
Answers answers:3 (3+)
answers:0 (none)
isaccepted:yes
hasaccepted:no
inquestion:1234
Views views:250
Code code:"if (foo != bar)"
Sections title:apples
body:"apples oranges"
URL url:"*.example.com"
Saves in:saves
Status closed:yes
duplicate:no
migrated:no
wiki:no
Types is:question
is:answer
Exclude -[tag]
-apples
For more details on advanced search visit our help page
Results tagged with
Search options not deleted user 487106

Linux is the generic term for a UNIX-like open source operating system based on the Linux kernel.

0 votes
0 answers
10 views

Nginx Amplify "Regex location has no anchors in regex pattern". How to fix corresponding lin...

I am running Nginx with Nginx Amplify. In my Amplify>Analyzer>Static Analysis Section I am gettin the following errors: Regex location has no anchors in regex pattern Regex location has a regex patte …
DanRan's user avatar
  • 83
1 vote
1 answer
9 views

Difference between 3 similar Nginx Location Directives provided in three separate tutorials ...

I have set up an Ubuntu 20.04 LEMP server with Wordpress, and am used some tutorials to help me configure Nginx. As of now, I have things functioning flawlessly, but in multiple Ubuntu "LEMP Server + …
DanRan's user avatar
  • 83
1 vote
1 answer
129 views

Nginx error logs: what does "pagespeed: rollback gzip, explicit configuration in /etc/nginx/...

I am running an Ubuntu 20.04 LEMP server with the pagespeed and brotli module for Nginx. In my /var/log/nginx/error.log I am seeing the following error: 2023/02/23 07:34:49 [info] 1553667#1553667: [ng …
DanRan's user avatar
  • 83
0 votes
1 answer
678 views

Postfix mysql warning: /etc/postfix/sql/mysql_virtual_alias_maps.cf: Permission denied

I am running postfix on an ubuntu 20.04 server. I am trying to fix some warnings in my /var/log/mail.err file I am getting the following: Aug 9 09:34:45 mail postfix/proxymap[281260]: error: open /et …
DanRan's user avatar
  • 83
0 votes
1 answer
431 views

Tunnel a local webserver to AWS Openvpn server and serve traffic from AWS IP address?

I am running a LEMP server locally behind my router. Everything is working as it should. Because I would prefer that my ip address isn't exposed to the world, I am attempting to tunnel the web server …
DanRan's user avatar
  • 83
0 votes
1 answer
484 views

Nginx FastCGI Error in logs: 38 FastCGI sent in stderr: "PHP message: PHP Warning: hash_equa...

I am running a LEMP server (Ubuntu 20.04 server) with fast cgi enabled, and am getting the following error message in the logs for one of my virtual hosts (one of my websites). Here is the full error …
DanRan's user avatar
  • 83
0 votes
0 answers
614 views

Maria Database (Mariadb) - Aborted connection to db: 'unconnected' user: 'unathenticated' ho...

I am running an Ubuntu based LEMP mail/web server, using MariaDB. When I run the command sudo service mariadb status I get the following warnings: Oct 24 00:32:44 mail.example.com mariadbd[1226]: 202 …
DanRan's user avatar
  • 83
0 votes
0 answers
39 views

Nginx Pagespeed Module: What is "Ngx_pagespeed Slow write operation on file /usr/share/nginx...

I am running an Ubuntu 20.04 LEMP server with the pagespeed module for Nginx in a business environment. In my /var/log/nginx/error.log I am seeing the following error: [ngx_pagespeed 1.15.0.0-8811] Sl …
DanRan's user avatar
  • 83
0 votes
0 answers
5 views

Ngninx "cannot load certificate BIO_new_file() failed (SSL: error:0200100D:system library:fo...

I am running an Ubuntu 20.04 LEMP server on a Raspberry Pi 4. In my nginx errror logs I am getting the following error: 2023/05/29 11:51:40 [emerg] 3356#3356: cannot load certificate "/etc/letsencrypt …
DanRan's user avatar
  • 83
0 votes
0 answers
27 views

What is the proper value of "fastcgi_split_path_info" in Nginx virtual host when using php 7...

BACKGROUND: I am running a LEMP server with Ubuntu Server 20.04 with Nginx v1.25.1 Mainline and php7.4-fpm. In my virtual hosts file I am trying to set the proper and working fastcgi_split_path_info i …
DanRan's user avatar
  • 83
0 votes
1 answer
212 views

How to debug an unreachable (from the wan side) lemp server tunneling through an AWS based O...

Ive been wracking my brains out for weeks trying to debug a once perfectly functioning LEMP web server. I'm using a relatively complicated setup. Lets start with my setup from the beginning when thing …
DanRan's user avatar
  • 83
0 votes
0 answers
2 views

mysqld[1108] [Warning] Aborted connection 7466 to db: 'unconnected' user: 'unauthenticated' ...

I am running Ubuntu Server 20.04. It is a LEMP server running Mariadb. When I run the command sudo service mariadb status I get the following warnings: Jul 28 00:18:59 mail.example.com mysqld[1108]: 2 …
DanRan's user avatar
  • 83