Skip to main content

Questions tagged [web-server]

Refers to the software or hardware that make up a webserver, delivering content on a private or public website.

0 votes
1 answer
72 views

Should my webserver listen to public IP?

My nginx configuration is: server { server_name example.com www.example.com; ... listen 185.xxx.xxx.xxx:443 ssl; #server public ip } Recently I found that anyone can configure a domain ...
Andrey Ao's user avatar
-1 votes
0 answers
19 views

"Connection timed out" error when connecting outside of local network

I am hosting a server which serves on port 80. When I try to connect to it outside of my local network, it gives a "Connection timed out" error and the requests do not show up at all on the ...
user1108416's user avatar
1 vote
0 answers
53 views

Vanilla NGINX 50% Slower on Processing than cPanel’s Version?

I have NGINX configured on two LXC containers — one vanilla Debian and one AlmaLinux — trying to meet or exceed the performance of my older server running a cPanel managed installation of NGINX as a ...
Timothy R. Butler's user avatar
0 votes
0 answers
35 views

Handle custom domains (CNAME) with a wildcard certificate Apache [duplicate]

I need help setting up an Apache web server to handle custom domain (CNAME) records with HTTPS. I have a web application hosted on app.example.com with an Apache server. I have added the Custom Domain ...
ishan shah's user avatar
0 votes
0 answers
13 views

How to Configure Nginx to Serve a Kotlin Multiplatform Project Wasm Website Built with Gradle?

I am working with a Kotlin Multiplatform project that you can view here on GitHub. I started by using the Kotlin Multiplatform Wizard and selected the Web platform option, everything else remains ...
Ojav's user avatar
  • 101
0 votes
2 answers
32 views

Apache VirtualHost Config: Require local and accessed only through SSH Tunnel

I have an apache web server working with a subdomain subd.site2.com, it works with the domain without problem. But I need to implement a temporal configuration to make http://subd.site2.com/ run only ...
PhönixGeist's user avatar
0 votes
1 answer
78 views

OpenVPN on server to tunnel back-end connection

I need to configure a Linux server (probably CentOS) to run a web application online. Elements in the flow: mywebapp, reachable at the url https://mywebapp.example.org thirdpartwebserv, reachable at ...
user31929's user avatar
  • 121
0 votes
2 answers
111 views

Vue: nginx setting works in development mode, fails in production mode

I have a nginx configuration like this: server { server_name lionchortle.lol; location ~ ^/vue { proxy_pass http://localhost:8085; } location ~ ^/vue/ { proxy_pass http://...
parsecer's user avatar
  • 165
0 votes
0 answers
98 views

Websocket server - working for local connections but not remote?

I am running an embedded Jetty server on Ubuntu (22.04.3), listening to port 8734 (arbitrary number), and testing it with wscat. The following command connects fine if run on the same machine: wscat -...
Daniel Winterstein's user avatar
-1 votes
1 answer
70 views

IIS - terminate connections on server-level exceptions

I'm working on some Security Technical Instruction Guides (STIGs) and I have a new rule with the following discussion text: The web server defines a set of exceptions for every HTTP status code. Each ...
DerHaifisch's user avatar
0 votes
1 answer
49 views

I can't log-in to the webserver via LDAP

We using a VM for a web server running with apache2 regulating a specific service. Both SSH-login and logging to the front end were regulated by our LDAP-server. A few weeks ago, some changes were ...
Assa Yeroslaviz's user avatar
0 votes
1 answer
48 views

How to assign different ipv6 for each domain in nginx?

I have a KVM VPS running Ubuntu 22.04 and using nginx as the webserver. I have a IPv6 /64 block so I added the extra IPs in the control panel. I also already added AAAA records on my DNS server. I ...
TravelWhere's user avatar
0 votes
0 answers
33 views

Images from file system are loaded very slowly when on VPS, faster on localhost

My / endpoint returns eleven DTOs, each DTO having a String field imagePath, which looks something like this http://localhost:8082/api/get_image/imagename.png (when on VPS, the imagePath looks like ...
parsecer's user avatar
  • 165
0 votes
0 answers
169 views

nginx set up reverse proxy from subfolder to a port

I'm trying to set up a Nginx reverse proxy and I'm slowly losing my mind trying to figure it out. I have my Nginx server listening at 80, and it performs great. I have a page with a form where I want ...
bitwise's user avatar
0 votes
1 answer
307 views

Slow download speeds when downloading from IIS server

Hi am trying to troubleshoot "slow" files download from IIS server. I am testing locally connected to 2.5 gbit switch from my laptop. I have two virtual machines, same hardware, one running ...
Carlo's user avatar
  • 123

15 30 50 per page
1
2 3 4 5
222