Questions tagged [web-hosting]
The setting up and running of a server to serve web pages via the internet or LAN. Where you are not the administrator of the server the questions may be best asked on webmasters.stackexchange.com (for example if using shared hosting).
1,002 questions
0 votes
0 answers
67 views
IP Address restriction for Google APIs in Google Cloud Console
I generated an API key for Google Maps and other services for website: naturatravel.ro Cloudflare Configuration Now I would like to restrict Google APIs using IP. I need IP restriction, else I'm ...
0 votes
1 answer
469 views
Apache error "AH00016: Configuration Failed"
I get Apache error AH00016: Configuration Failed in Apache error.log. The Apache service is not starting because of this error. Any idea what causes the error? Anybody had such error? Edit: sudo ...
0 votes
0 answers
29 views
Firebase Hosting custom subdomain via .web.app CNAME works on most networks but fails on specific corporate Wi-Fi
I have a Firebase Hosting site: https://app-name.web.app My DNS (managed through a third-party provider) points: app-name.example.com CNAME app-name.web.app This works fine on almost all networks, ...
0 votes
1 answer
52 views
How would I script a custom backend webhost script for a website that has 4 subdomains and 4 folders, one for each subdomain?
I'm setting up a website for my company and I can't find any ways to make a custom webhost for what I'm trying to do. My website has 4 subdomains (including root), and each has its own folder in the ...
-1 votes
1 answer
68 views
Geo IP location API for website [closed]
Our website needs to display INR price when it is open from India. The price should show in USD if it is open from countries outside India. We use Maxmind Geo IP API. Until now it worked fine. Now it ...
0 votes
0 answers
45 views
Is a wildcard domain inside another wildcard domain ok?
We currently host bei hoster 'X'. Our NS has an entry for example.com and *.example.com point to this hoster's IP As we migrate to another hoster 'Y' we setup a temporary domain tmp.example.com and *....
0 votes
2 answers
248 views
How to copy website files to IIS folder if some files are in use?
I have a simple setup for my website. I simply deploy from Visual Studio to a folder. Manually copy the files to the server. And then copy the files to the actual IIS website folder at a scheduled ...
0 votes
0 answers
57 views
This site can’t be reached itcmedbr.com refused to connect
I've a VPS in an host in this vps I installed Java, Tomcat and MySQL for my web app. After the installation of the packages I made the deploy of my app, if inside of the tomcat/manager I call my app ...
0 votes
1 answer
379 views
web server can't be accessed from outside the server
I have a Hetzner cloud server running on Debian and I'm trying to host a website on it, unfortunately every time I try to access it the connection just times out. I've tried both Apache2 & Nginx ...
0 votes
1 answer
162 views
Remove Trailing Slash from location/alias in nginx
I am using next js application on alias/separate location, I am currently using below given code: location /test { alias /home/abc/test; try_files $uri $uri/ /test/index....
2 votes
1 answer
425 views
Advice on Using NVMe Drives for ZFS Cache to Optimize Performance for Google PageSpeed Insights
I’m setting up a new server with the following ZFS-based storage tiers: Base Storage: RAID-Z2 with 6 x 1TB SAS drives (~4TB usable). SSD Storage: ZFS Mirror with 2 x 1TB SSDs (~1TB usable). NVMe ...
0 votes
1 answer
132 views
Server appearing offline to browser, even though it is online
I have launched 8 or 9 webservers, personally, and something is very unusual this time regarding http/https transfer with apache2. Ports 80 and 443 are up, as indicated by nmap on a remote client ...
0 votes
0 answers
133 views
moving website hosting to different hosting provider using same name servers (ns1.stackdns.com)
I am trying to move a client website from one web host to another. Both hosting providers use the same set of dns servers for hosting (ns1.stackdns.com,ns2.stackdns.com,ns3.stackdns.com,ns4.stackdns....
0 votes
0 answers
35 views
Prove website performance is due to the shared hosting provider server [duplicate]
Starting 11/09/2024 my website performance decreased after the hosting provider migrated the site to a cloud-based server. The issue occurs when transitioning from HTTP to HTTPS (about 1 or 2 seconds) ...
1 vote
1 answer
297 views
Have web browsers automatically append DNS Suffix when DNS resolves with the suffix
If I have example.com in my DNS suffix search list and I open a browser and type www then the browser will talk to the OS which will talk to DNS; if www fails to resolve, my OS will append the items ...