Latest Server related questions

Score: 0
Thom avatar
lighttpd security without htaccess
kn flag

I have a webserver with limited resources and therefore I decided to use lighttpd as my webserver software. However, I notice now that it does not recognizes apache .htaccess files. Most of the software I use and opensource scrips have plenty of .htaccess files in several directories. So I am nervous that I might unintentionally open security holes.

So my question would be, do I create myself iss ...

Score: 1
Root Loop avatar
How to get Security update only for window 10 and server 2019?
ru flag

So previously for Win7 and servers up to 2012R, we push out [Security Monthly Quality Roll up ] updates, looks like they are no longer available for Windows 10 and Server 2019?

What is the current Windows update module for Win10 and Server2019, I was searching these update package in Microsoft®Update Catalog and there is no results returned about Win10 and Server2019.

Have the update model changed al ...

Score: -2
Manya Singh avatar
How can my users discover my upstream server IP though they only connect through load balancers?
tc flag

I am managing a game server prone to DDoS. I have kept the upstream IP secret and only published the addresses of 100 load balancers forwarding traffic via iptables:

echo 'net.ipv4.ip_forward=1' >> /etc/sysctl.conf
sysctl -p
iptables -t nat -A PREROUTING -p tcp --dport 1010 -j DNAT --to-destination MAIN_GAME_SERVER_IP6:1010
iptables -t nat -A PREROUTING -p udp --dport 1010 -j DNAT --to-destin ...
Score: 0
jlavallet avatar
Frustrated with WSUS - is there a WUfB for Servers?
cn flag

I have been struggling with trying to manage Windows Server Update Service (WSUS). I was doing some googling the other day and came across Windows Update for Business (WUfB). It seemed like the sweet spot between doing Windows Updates manually across a bunch of VMs and managing the monster that is WSUS (forgive me but I am a software developer that is also tasked with maintaining about 30 VMs and I need ...

Score: 0
Apache ProxyPass adding Port only on base URL
in flag

This is getting frustrating to say the least haha.

I have setup a proxypass and proxypassreverse in apache under virtual host 443 to proxy to nginx running in a container on port 8443.

This is all I have set up to do this

CustomLog /srv/apps/ktech-connect/log/apache/custom.log combined
ErrorLog /srv/apps/ktech-connect/log/apache/errors.log

SSLProxyEngine On
SSLProxyVerify none
SSLProxyCheckPeerCN off
SS ...
Score: 0
Tom avatar
HTTP Methods blocking does not work on subdomain
bf flag
Tom

I performed the blocking of methods other than GET, POST and OPTIONS in apache.conf, and when I try to run the server via IP the blocking works.

But when configuring the same blocking on a subdomain (via sites-available), this blocking does not occur. What could I have done wrong?

apache2.conf

<Directory /var/www/>
    Options None
    AllowOverride None
    Require all granted

    <Limi ...
Score: 1
OpenVPN management interface listens on a random port despite config
sy flag

I have a working point-to-point VPN connection between two machines, A and B.

I have the line in my openvpn config on A:

management tunnel 7505 management-pass.txt

When I start the daemon, it does not listen on port 7505, but just a random port. If I find the port using ss -l on A, I can connect to it (from either machine) and it asks for the password as configured. How can I make openvpn listen on a  ...

Score: 0
saro avatar
Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13) as non-root user
my flag
Can't connect to a local MySQL server through socket '/var/lib/mysql/mysql.sock' (13)

I am getting this message, but only when I am not logged in as root.

How come not everyone has access to mysql?

It doesn't work on user htorrent, and it works as root. I tried giving sudo permission, but it doesn't work. I am on the CENTOS 6.10 (final) version.

usermod -aG wheel htorrent

I tried the following, but it  ...

Score: 0
install curl 7.77 with http3 TLS-SRP SSPI ECH cent os 7
bq flag

I'm trying to install curl 7.77 (libcurl) with all options (I also wan to try http3)...

I downloaded from https://curl.se/download.html and decompresse it, I ./configure like this

./configure --with-ssl --with-bearssl --with-gnutls --with-mesalink --with-nss --with-openssl --with-polarssl --with-wolfssl --with-mbedtls --with-winssl --with-darwinssl --with-libssh2 --with-libssh --with-quiche --with ...

Score: 0
Konstantin  avatar
How AWS Elastic Network Interfaces actually work?
br flag

I have a couple of questions regarding ENIs:

  1. Why I can't change auto-assigned private IP address on default ENI?

  2. What if I change the IP on eth0 inside the system manually? Will it work, or the interface will be ruined?

My goal is to understand these moments to understand how ENIs work and why it differs from the behavior of physical network adapters. I wanna dig a little bit deeper under the hood of  ...

Score: 0
Eric Legault avatar
M365 Group guest access permissions in Admin Center don't work
pt flag

Note the following description for "Let guest group members access group content":

If you don't select this, guests will still be listed as members of the group, but they won't receive group emails or be able to access any group content. They'll only be able to access files that were directly shared with them.

enter image description here

I can confirm that my test guest external user no longer receives emails sent to the ...

Score: 1
Constantin avatar
UWSGI block incoming connections when all threads are busy
cn flag

I have a simple UWSGI app put behind a LB with the following .ini config

[uwsgi]
socket=0.0.0.0:5071
chdir = src/
wsgi-file = uwsgi.py
processes=2
threads=1
protocol=http
plugins=python
exit-on-reload=false
master=true
# Cleanup of temp files
vacuum = true    

When all 2x1 threads are busy, the application keeps serving incoming connections by queueing them, waiting for a thread to free.

This is somehow  ...

Score: 0
Michal Vašíček avatar
AWS App Runner deploy failing
kr flag

I'm playing with AWS App Runner and I'm having issues with deployments/service updates. Half of the deployments fail with no apparent reason. A few minutes after the deployment is initiated, the app is actually deployed, but then, after 20-30 minutes, it rolls back to the previous version.

I've been trying to find something useful in cloudwatch, but no luck, it doesn't log anything (hey, Amazon,  ...

Score: 0
Someone mining xmr on my vps
ar flag
cnu

i noticed one cpu core using 100% resources so running htop shows, xmrig is running which i never installed.

and i can see it is running from path /tmp/xmrig-... and i am running a wordpress site here on openlitespeed.

so i doubt someone uploaded xmrig into /tmp folder using wordpress hack (this is my doubt ofcourse)

and i killed process and deleted folder from /tmp

now after few hours, i see folder ...

Score: -1
maxim pavlenko avatar
Is it possible to use proxies to change ports in this way?
yt flag

I am new to SysAdmining if you can even call it that. Basically me and the homies are running a minecraft server. But we don't want to pay the premium to get port 25565 which is super expensive for some reason.

Is it possible to get some kind of proxy, that takes in xxxx.xxx.xxx.xxx:23974 or similar and outputs yyyy.yyy.yyy.yyy:25565. That way I don't have to pay the premium for dedicated IP.

Soo so ...

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.