Latest Server related questions

Score: 0
user7943875 avatar
nginx - wrong server port at proxy or port in WP url
cn flag

I migrate nginx from centos to Ubuntu, this configuration works perfectly on old nginx in centos:

proxy_set_header Host $host:$server_port;
$_SERVER['REMOTE_ADDR'] - REALIP
$_SERVER['SERVER_PORT'] - 443
$_SERVER['HTTP_X_FORWARDED_FOR'] - REALIP
$_SERVER['REQUEST_SCHEME']  https
$_SERVER['HTTP_X_FORWARDED_PROTO']  https

Now I will get connection as 80 port.

set $maintenance off;

listen 443 ssl;
s ...
Score: -2
Stdugnd4ikbd avatar
Server works, domain does not with VPS
cn flag

I have to deal with clear VPS with Ubuntu 16.04; Apache (and domain).

The server itself works fine via ip-address. I have successfully installed php via ssh, so now I even have some Linux experience.

But the domain doesn't work. Trying to access it just with browser I get DNS_PROBE_FINISHED_NXDOMAIN. The same through Hotspot shield vpn, but with Zen mate I get dial tcp: lookup mistod.com on 127.0.0.1 ...

Score: 0
sam23 avatar
How do I extract a list of all folders of my AWS S3 storage bucket or directories?
cn flag

Does Amazon provide an easy way extract a list of all folders that have files greater than 500 MB from a s3 bucket? want to limit the scope to the '/files/ftp_upload/' directories also This is so I can calculate my costs, etc.

I had tried this but doesn't get so much help

aws s3 ls s3://YOUR_BUCKET/YOUR_FOLDER/ --recursive --human-readable --summarize

what is the best approach here ?

Score: 0
nightisovered avatar
Nginx TLS setting conflict
tc flag

I want my Nginx's SSL on the default website only support TLSv1.1 to achieve the effect of the browser's "unsupported encryption protocol" preventing others from directly access my source IP, but if I set the default website's configuration file only supports TLSv1.1, other sites will also not support TLSv1.2 and TLSv1.3, which confuses me, any ideas?

Score: 0
Naruto Uzumaki avatar
Bad configuration option: pubkeyacceptedalgorithms
vn flag

I want to connect to Red Hat Linux server, but I the the error Bad configuration option: pubkeyacceptedalgorithms

screenshot

screenshot 2

when I use putty to connect to the server I get the error Network error: connection refused

Score: 0
tony avatar
Significantly reduced page performance using Cloudflare proxy
ht flag

I have been using Cloudflare for a while, however I am having an issue where I am getting significantly increased page loading times measured both on Google PageSpeed Insights and on Google Chrome.

Without it being Proxied:

Google PageSpeed Insights Google Chrome

With it being Proxied by Cloudflare:

Google PageSpeed Insights Google Chrome

As you can see, there's a 45% decrease in Google PageSpeed Insights score, but in addition the Google Chrome loading times are over twice as l ...

Score: 0
nginx csp config to big
cn flag

So I have this website with just so many things in the CSP. I recently noticed if added just one more url to the CSP it would no longer pass the nginx configtest. My best guess was it's due to the length of the CSP header or the actual config file being to long.

Firstly is there such a limit and is that something I can change? Failing that is there a better way to handle a CSP for nginx that has  ...

Score: 0
Finbar avatar
Proxy pass to express http server not working with secure websocket
cn flag

So I currently have apache with a proxy pass which redirects all requests to an express api running using the http node module, I also have a letsencrypt ssl certificate installed and all is working fine on this part. However, When I try to open a secure websocket connection it errors. I have only the bare minimum experience as far as apache configuration and ssl configuration goes so please bare with me ...

Score: 1
bgp avatar
mysterious rx_crc_errors on Linux router uplink interface
id flag
bgp

I have a Linux machine running Debian 11 that is acting as a router between a device sitting at the edge and a host machine. While doing a curl command to download a file the interface that is facing the edge will start to accumulate rx_crc_errors sporadically but consistently - the count goes up in spurts averaging maybe one or two per second. The result is that from both the router the host machi ...

Score: 0
M.P avatar
kubernetes local persistent volume for all nodes
ke flag
M.P

I am using the Rancher local provisioner and have a requirement for creating local storage on all the nodes. I use the local-path-storage.yaml to provision the controller, storage class etc.

I create a PVC as below

apiVersion: v1
kind: PersistentVolumeClaim
metadata:
  name: local-path-pvc
spec:
  accessModes:
    - ReadWriteOnce
  volumeMode: Filesystem
  resources:
    requests:
      storage: 2Gi
  ...

The Stunning Power of Questions

Much of an executive’s workday is spent asking others for information—requesting status updates from a team leader, for example, or questioning a counterpart in a tense negotiation. Yet unlike professionals such as litigators, journalists, and doctors, who are taught how to ask questions as an essential part of their training, few executives think of questioning as a skill that can be honed—or consider how their own answers to questions could make conversations more productive.

That’s a missed opportunity. Questioning is a uniquely powerful tool for unlocking value in organizations: It spurs learning and the exchange of ideas, it fuels innovation and performance improvement, it builds rapport and trust among team members. And it can mitigate business risk by uncovering unforeseen pitfalls and hazards.

For some people, questioning comes easily. Their natural inquisitiveness, emotional intelligence, and ability to read people put the ideal question on the tip of their tongue. But most of us don’t ask enough questions, nor do we pose our inquiries in an optimal way.

The good news is that by asking questions, we naturally improve our emotional intelligence, which in turn makes us better questioners—a virtuous cycle. In this article, we draw on insights from behavioral science research to explore how the way we frame questions and choose to answer our counterparts can influence the outcome of conversations. We offer guidance for choosing the best type, tone, sequence, and framing of questions and for deciding what and how much information to share to reap the most benefit from our interactions, not just for ourselves but for our organizations.