Questions tagged [web-server]
Refers to the software or hardware that make up a webserver, delivering content on a private or public website.
3,136
questions
0
votes
1answer
61 views
When a website is reachable through an IPv4 address, DNS is tested and working but all domains error out in Chrome what needs to be checked?
I just moved from Digital Ocean to AWS. My usual setup procedures for the web server I use for experimentation are not working.
I can reach the site through IPv4 but all domains error out and my SSL ...
0
votes
0answers
24 views
How can I discover and crawl all of the websites on a webserver?
I want to query several internal servers that I know are running webservers and discover which websites they are running. Is it possible to do this? The servers I need to query are running either ...
0
votes
0answers
10 views
NGINX - django subdomain proxy_pass keeps redirecting
I'm trying to add subdomain news.abc.com for my django application and forward it to example.com/news/
And NGINX keeps redirecting whatever i do.
My current config is
server {
server_name news....
1
vote
0answers
32 views
Passing firebase authentication into http authentication for nginx web service
I'm trying to use a basic firebase app as a (secured) entrypoint to some web services hosted on a web server (using nginx).
The links to the webserver are simply hidden on the html (e.g. class='...
0
votes
0answers
15 views
Webserver loads website forever, even though server load is very low [closed]
I try to load a website with magento 2 (onlineshop project) hosted on it.
I have xdebug installed but it is not enabled or set to debug mode in my developer environment.
However, it loads for more ...
0
votes
1answer
67 views
Should I be concerned about attackers spraying for vulnerabilities on our webserver?
I'm running a webserver with monitoring software (Sentry.io) and I can see (failed) hits to the following endpoints:
GET /vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php
GET /console/
POST /api/...
0
votes
1answer
42 views
Webpage always takes 5 seconds to load the first time using Nginx
I've deployed a webserver using Nginx. The webserver is under a virtual machine using Virtualbox. Everything seems to work properly. Connections are carried out on a local network context.
The problem ...
0
votes
0answers
20 views
Docker Apache httpd can't display pictures on mounted share
I'm trying to set up a simple webserver to display some images loaded from my NAS.
My problem is that I can only get the webserver to display images when they're stored in a folder on the Ubuntu-host. ...
-1
votes
0answers
45 views
VPS Web Server Extremely Slow
I'm have a multiplayer game built with NodeJS backend that uses websockets. When I try to run the code on my VPS server, the web server is disappointingly slow.
The entire game experiences huge lag ...
0
votes
0answers
40 views
Unable to access apache2 server from any machine except localhost
I have a Magento2 instance set up on a server running Ubuntu 20.04.
When I open a browser from that machine I can access the webpage using any of: magento.local, 127.0.0.1, and 192.168.20.11 (which I ...
1
vote
0answers
39 views
Nginx http to https redirect downloads an empty file instead
Im trying to redirect my site from http to https using nginx.unfortunately when I enter the address with http , it will not redirect it to https but will download a file instead.this is happening for ...
0
votes
0answers
26 views
1gb vs 10gb uplink in terms of TTFB
I am about to setup a new dedicated server, I have the option of 1gb vs 10gb uplink with a considerable price difference. I do only have 10 domains on this sever and traffic is not huge. However, on ...
0
votes
1answer
26 views
Image displaying in a browser but not in a HTML compiler
My image is displaying correctly in a browser, but when i use the image link inside an HTML compiler, its showing a broken image symbol.
Image link : http://winterminer.com/glogo.png
<img src="...
0
votes
0answers
25 views
New IIS Website not reachable
Following problem: I installed IIS (V 10.0.17763.1) on a Windows Server 2019. The default website can be reached via the IP (accessible from anywhere). Then I created another site in its own ...
0
votes
1answer
50 views
Apache can't start because httpd is listening on port 80?
Hello serverfault community.
I'm setting up a nextcloud server, but apache is not starting.
When I run systemctl status apache2 I get:
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/...