Questions tagged [webserver]
A server which provides documents and applications through the http/https protocol
1,273 questions
0
votes
1
answer
34
views
Why can’t I access a local web server on computer 1 from local client on computer 2 without disabling the (public) Windows Firewall?
Computer 1 (Windows 10) and Computer 2 (Windows 11) and my phone are all connected to the same local network (192.168...). I'm trying to get Computer 2 and my phone to be able to access, via Chrome, a ...
1
vote
1
answer
56
views
Should server files containing private data be outside `public_html` directory in CloudWays?
Working on a project I am connecting API's etc to an app. I want to upload the API tokens etc outside the public_html file for maximum security, or so I've been told.
However, whenever I try to upload ...
1
vote
0
answers
79
views
Why does my Python web server stop responding on a network interface?
I am having a strange issue where my Python webserver (running via hypercorn) randomly stops responding to clients. Symptoms:
The server responds to requests on the loopback interface (so http://...
1
vote
0
answers
41
views
Created a Windows Server VM on our scale cluster. When I try to remote into it, the connection attempts to connect to my local machine
Noobie sysadmin here in over my head.
I've deployed a new VM into our scale cluster. Can connect to it via the Scale intreface and thus gave it a static IP with the requisite subnet, gateway address, ...
0
votes
0
answers
84
views
Slow network HTTP response in AP mode for long running requests (~3 seconds)
On my raspberry pi, I run a python flask http request that takes a few seconds to complete. When I ask the request from my computer to the raspberry pi while connected to my phone hotspot, the request ...
0
votes
0
answers
182
views
Is there a way to find out the total data size of an entire website or domain with all of its files and contents?
Is there any (somewhat simple) way or method with any type of scripting or utility/tool or app available or that someone has already created to determine the total data size of an entire website or ...
0
votes
0
answers
195
views
In nginx, how do I enable the gzip_static module on large binary files?
Currently, my nginx.conf contains
gzip_static always;
gzip_proxied any;
gunzip on;
which works for html/css/js files but returns 404 pages when for example a user resquest to download a .tar file and ...
0
votes
0
answers
308
views
Web server running on WSL2 cannot be accessed by a Hyper-V Windows but can be accessed by a Hyper-V Ubuntu
I'm a novice in Hyper-V and WSL2.
Recently, I wanted to start a web server on WSL2 and make it accessible for local virtual machines. With the help of WSL2's mirrored network mechanism, and ...
0
votes
1
answer
300
views
From 14900KS to 9175F. Tests show big improvement but execution is slower
I have a 14900KS with a water-cooling AIO. In order to compile a huge maven project it tooks 27.473 second.
I changed to a 9175F having 12-channel DDR5 Ram. To compile the same maven project it tooks ...
0
votes
0
answers
74
views
Given REMnux is accepting all IPs, is it possible to serve a different webpages per IP?
Is it possible on one VM (REMnux in this case), to serve several different webpages on different IP addresses, on one interface (accept-all-ips and fakedns are activated).
Some times malware goes to ...
0
votes
1
answer
111
views
Why does extracting a .tar.gz seem to generate application/octet stream files?
I am trying to extract a tarball. I created this tarball on MacOS and then copied it over to a remote server, where I tried to extract the files. When I try to extract the files, it works but it also ...
0
votes
0
answers
384
views
How to access Rust server from the local network?
I am running this Rust server on Win 11 PC. The log says that it is running at 127.0.0.1:53932. If I go to http://127.0.0.1:53932/healthz on the same PC, I get Ok, which means it works OK.
Now I try ...
2
votes
1
answer
112
views
nginx server failing after a certain number of new connections or refreshes
I am having this issue where I am using nginx on a Ubuntu VM to host a very basic website. the website is so basic that it literally only hosts a single picture and a single button.
Whenever I sudo ...
0
votes
0
answers
48
views
Connect any port on vds with domain
I have a vds server on cloud and i buy a domain at same web site. I set DNS adress to my vds server ip aress. And i tried access my web site running on port 80. But i cant access. I use nginx web ...
0
votes
0
answers
316
views
How to isolate server traffic using VLANs with limited router capabilities?
I am a beginner in networking and I currently have the following network setup:
Main Router: Huawei Optixstar with only 1 VLAN for internet access (no option to create new VLANs). It handles lan and ...