Latest Server related questions

Score: 0
Challenging BSOD due to tcpip on a production server?
sm flag

I am experiencing sudden Windows Server 2012R2 STOPS since a week ago after some Citrix drivers (this is a xcp-ng virtualized system) failed. Since, I installed manually newest drivers and the system was again running smooth. Nevertheless, from time to time we get a BSOD. I finally got minidump (it was not being generated initially, before drivers were corrected). Here you are the last minidump analysis ...

Score: 0
Why is htdocs not displaying directories when a virtual host has an error?
ge flag
EpF

I just set up Apache v2.4, PHP and MySQL on new windows machine. I've made only a few changes to httpd.conf. I'm including httpd-vhosts.conf, which has 2 custom sites defined (I removed the default dummy sites from it), both of which are WordPress sites.

One of those WordPress sites has no database, and when I go to the htdocs root directory, I see a database connection error for that site. When I commen ...

Score: 0
Ciocoiu Petrisor avatar
two location nginx to the same upstream Kibana
ar flag

I have to manage and create two location nginx that point to the same upstream Kibana application, one with authentication and the other without authentication but I'm stuck here at this point. my config below:

nginx.conf

upstream kibana_backend {
    server 192.168.1.20:5601;
}

server {
    listen 80 default_server;
      location / {
        if ($scheme = 'http') {
          rewrite ^ https://$http_ho ...
Score: 0
friendly joe avatar
Why are some groups in “groups” and some in “builtin”?
in flag

can I move all of the default groups (and users) to → builtin? what’s the reason to have some of them in the groups/users folder. for example: “Allowed RODC Password Replication Group”.

Score: 0
Cool Breeze avatar
Allow FTP for user1 and FTPS for user2 in ubuntu
ru flag

Is this possible to allow FTP protocol for user1 and use FTPS for user2 in Ubuntu 18.04?

I'm using vsftpd with the following configuration

listen=YES
anonymous_enable=NO
local_enable=YES
write_enable=YES
dirmessage_enable=YES
use_localtime=YES
xferlog_enable=YES
connect_from_port_20=YES
chroot_local_user=YES
secure_chroot_dir=/var/run/vsftpd/empty
pam_service_name=vsftpd
ssl_enable=YES
rsa_cert_file=/etc ...
Score: 1
Luftbaum avatar
Getting requests for suspicious php files
eg flag

I am getting weird GET requests on my (non php supporting) web server for some curious looking php files. Was just wondering whether these are harmless requests of certain browser tools or attempts from a crawler to find flaws / misconfigurations in php web servers. Got me a little worried. And in case it is an attempt to find vulnerabilities, what actions would you recommend I take.

A part of th ...

Score: 0
Supermicro Caddies - mounting 2.5" SATA disks in 3.5" caddies
ne flag

I need to replace some 3.5" drives with 2.5" SATA SSD's in an older (remote) Supermicro system where I do not know the Chassis model.

What I do know is the motherboard is an X10DRi motherboard (which dates the system around 2014/2015).

What I don't know - and hoping people can guide me on - is

  • How many types of 3.5" caddies do Supermicro have (I mean physically, I could not care less if the front has a  ...

Score: 1
Javy26 avatar
Remote Desktop Connection to Azure VM terminates after connecting to Client VPN
ec flag

I installed FortiClient VPN on my Azure VM. As soon as I connect the VPN, my Remote Desktop connection gets terminates and I can no longer reach it unless I restart the VM. I am thinking it overwrote my routing or something similar. Is there a way differentiate the connection in someway? To tell the VM once this VPN is connected then the RDP should not be broken. Anyone ever faced anything similar? In s ...

Score: 0
Does Nginx combine all cached slices to make one file as in backend?
br flag

I am using the Nginx slice module to fill the cache for big files as shown here https://docs.nginx.com/nginx/admin-guide/content-cache/content-caching/

Here is a sample configuration

location / {
    slice             1m;
    proxy_cache       cache;
    proxy_cache_key   $uri$is_args$args$slice_range;
    proxy_set_header  Range $slice_range;
    proxy_cache_valid 200 206 1h;
    proxy_pass        h ...
Score: 0
xR34P3Rx avatar
L2TP Client Public IP inaccessible after connecting to VPN
in flag

I have an odd issue that i have not come across before.

I have a Fortinet firewall and i have a remote access L2TP VPN configured through the VPN Wizard, works great. The L2TP Client has a public IP address, its a VPS. While it is off the VPN, i am able to ping its public IP just fine from my firewall and internal LAN. As soon as i connect my VPS to the L2TP VPN, both my firewall and internal net ...

Score: 0
basin avatar
ProxyRemote with https remote-server sends GET instead of CONNECT
vn flag

My Apache httpd proxy server has an upstream proxy that only accepts HTTP CONNECT method.

According to https://httpd.apache.org/docs/2.4/mod/mod_proxy.html#proxyremote

When using https, the requests are forwarded through the remote proxy using the HTTP CONNECT method.

I added the following directive to httpd.conf:

ProxyRemote "*" "https://127.0.0.1:9051"

However, when a client sends a proxy GET request ...

Score: 0
NGINX - Only cache files larger than 10M
ng flag

I am using NGINX in a unique situation where I and using a reverse proxy for Sonatype Nexus and I only want to cache files if they are larger than, say 10M.

Here is what I have so far:

upstream tunnel_to_nexus_server {
    server  localhost:28081;
}
proxy_cache_path  cache  levels=1:2    keys_zone=STATIC:10m inactive=24h  max_size=10g;
server {
    listen  80;
    
    rewrite ^/nexus$ /nexus/ permane ...

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.