Skip to main content

Questions tagged [web-hosting]

The tag has no usage guidance.

1 vote
0 answers
58 views

What is the proper way to host multiple websites from the same machine and same ip address? [closed]

I have two Flask websites running on an ubuntu machine running on my home server. Both of them are running as a service with Gunicorn, one is on port 9000, the other is on 9001. I have registered a ...
Daniel's user avatar
  • 11
0 votes
1 answer
154 views

DNS Settings with external hosted domain

I have a domain, hosted by Hetzner and a vserver hosted by Hosteurope. On the vserver I used plesk panel to make a wordpress website. What are the DNS settings to connect my domain to this website? At ...
omnomnom's user avatar
  • 111
0 votes
0 answers
122 views

Allow traffic from one VLAN to another via WAN access

The most concise way to ask is: I just learned that, even using a public URL to a website hosted on my LAN does not work when visiting it from my other VLAN, but is the fpSense Reflection setting of ...
Craig's user avatar
  • 455
0 votes
0 answers
56 views

How to route linode object bucket to domain name?

I have a linode object bucket up and running with my files/folders. I have purchased the domain and have set a CNAME to point to [subdomain].[domain].com.website-us-southeast-1.linodeobjects.com. When ...
SynfulAcktor's user avatar
0 votes
2 answers
3k views

Access my locally hosted website from another computer outside my network without a domain name

I want to access my locally hosted website (Windows 10) from another computer outside my network. I don’t own a domain. Is it possible to do this using an IP address? If so, what steps should I take? ...
transpose's user avatar
0 votes
0 answers
35 views

host my website on my local pc [duplicate]

I want host my website on my local pc (Windows). I turn on IIS, and for now I have simple html under c:\windown\inetpub\wwroot I also added: 127.0.0.1 mywebsite.com in host file. I can access the ...
3SAT's user avatar
  • 101
0 votes
0 answers
53 views

How does port forwarding work

I have 192.168.0.3 on LAN, and ran on my pc ASP NET app on this IP and port 80. It works well on LAN, when I type 192.168.0.3:80, nothing exciting. But I wanted to do port forwarding. So on my router, ...
Szyszka947's user avatar
0 votes
1 answer
870 views

How to access my files on 000webhost

I've set up WordPress site at 000webhost(dot)com as pre-step to figure things out before paying for domain and hosting. It was fine for few days. Thing is, available storage and inodes filled their ...
Greenmarty's user avatar
0 votes
0 answers
238 views

DNS Forwarding or Nameservers

I have a couple of domains registered with one company and then websites hosted with another. One of the domains has nameservers pointing at the web host, the other has DNS forwarding to the same web ...
Midavalo's user avatar
  • 224
1 vote
1 answer
501 views

how to slow down sftp on Linux

I am maintaining a community web site on a hosting company. Once every two weeks I need to download a backup to my home Linux host as an offsite backup. The backup is about 110M bytes total. My site ...
oldpride's user avatar
  • 113
1 vote
1 answer
2k views

How to make Nginx server available on public IP

I am trying to run a small website from my home WiFi, so I set up a reverse Nginx proxy from localhost:8000 to port 93. I am wondering how this server can be accessible from my public ip address ...
Jack N's user avatar
  • 111
0 votes
0 answers
36 views

Can a domain name be an alias of a page of a website hosted on a web hoster?

Let's say my wordpress website is example.com. I want to create an event named momentum and I created a page for it at example.com/events/momentum. The thing is that momentum is a really important ...
fabien julio's user avatar
0 votes
1 answer
31 views

How to migrate mail data from one web host to another?

I want to migrate my website from lws to PlanetHoster but after looking closely at the files in the /mail directory, there are files that are named like: 5647726478.M4578658923475.web40.lws-hosting....
fabien julio's user avatar
1 vote
1 answer
23 views

Websites I'm hosting timing out for all devices on the same network as the server

I'm facing a bizarre issue where all devices on my home network that try to access a locally-hosted, publicly accessible website via its public IP / domain are timing out, but it works fine using the ...
Iworkedatsubway's user avatar
-1 votes
1 answer
55 views

why domains like mail.google.com or music.youtube.com not work wit www

If we try to access www.mail.google.com or www.music.youtube.com. They wouldn't work. why? Also if we want how can this be achieved
kannu chopra's user avatar
1 vote
0 answers
31 views

New router appears to be blocking my website locally [duplicate]

I recently upgraded my internet and with it, they installed a new router. For some reason, I cannot access my website locally anymore. If I open Chrome and go to https://www.example.com it comes back ...
Icemanind's user avatar
  • 499
-2 votes
2 answers
347 views

How to point domain with subdirectory to a specific YouTube URL? [closed]

I have purchased a domain netyou.info in Godaddy. I wanted to point netyou.info/design to a specific URL (another web page) where I have a demo video. At this point, I don't have a website having a ...
Jack's user avatar
  • 1
0 votes
0 answers
452 views

How to host project online that uses npm, yarn, xampp, apache, mysql?

I've inherited (been given from prev developer) a web project that I need to host and I'm unsure exactly how to go about doing it. In the past I've put up static websites using Namecheap.com which has ...
JDS's user avatar
  • 79
0 votes
1 answer
46 views

Connecting to Web Host using SSH?

I want to connect to my Web Host via SSH, it worked fine the first time, but then I wanted to mount my host's drive locally, I found "sshfs" so I ran this command: sshfs -o allow_other,...
anas bouabid's user avatar
0 votes
1 answer
102 views

alternative for ftp to backup all my server files?

I am trying to download all my files from my old server (a free web hosting) to upload on a new server. The problem is, for some reason, when I am using ftp to download all my files, many files are ...
Mohe TheDreamy's user avatar
0 votes
1 answer
651 views

Whitelist IP addresses for access to AWS S3 static web hosting

I have seen several references that use a Bucket Policy similar in structure to the following { "Version": "2012-10-17", "Id": "Policy1607646663558", ...
WestCoastProjects's user avatar
0 votes
1 answer
1k views

Cloud host Sphinx documentation HTML on a corporate intranet with authentication in place

We have some HTML-based documentation generated by Sphinx. Currently it's hosted from an on-prem webserver box. We'd like to move it to the cloud and eliminate the requirement for VPN, but maintain ...
davegravy's user avatar
  • 540
1 vote
1 answer
259 views

My website is hacked, if i bring it offline on my local xampp server, will the malware spread on to my computer?

what I am trying to do here, is bring it down to my computer and then clean it, locally, then I will delete all the online one and do a piece by piece fresh installation of my site.. but I am not sure ...
ZozoMojo's user avatar
0 votes
1 answer
272 views

Correct way of specifying similar locations for nginx

I'm very new to hosting and nginx and fairly new to linux and just started to host a web-app on my raspberry pi (intranet only) using nginx. It serves an angular SPA on /, redirects to a .NET API on /...
Joelius's user avatar
  • 103
0 votes
1 answer
190 views

SSL | Error WARNING: cannot verify certificate

Last week one of my domains stopped loading http content. Domain pings, apache is active, I restarted apache. It looks like the reason is there is a problem with the SSL certificate. Should I just do ...
mister mcdoogle's user avatar
0 votes
1 answer
70 views

Port not being forwarded. What else do I need to do?

I am trying to host website and a backend program on internet. So I set some virtual servers which are shown NAT virtual servers On the machine 192.168.1.5 I am running XAMPP server XAMPP ...
Shreyanshu Malviya's user avatar
0 votes
1 answer
329 views

LAMP on Raspberry Pi to host a web server

First question ever on the site. Forgive me in advance for my very limited knowledge on the subject, I am fairly new on hosting web servers, databases, and just Raspberry Pis in general. I want to ...
slurpeehead's user avatar
0 votes
1 answer
131 views

hosting providers assigning both public and private IP to the server

I recently bought a linux machine from aws. It has a public IP 52.14.xx.xx. When I login to its terminal, I note that it has local IP as well, which is 172.13.xx.xx. After seeing this, two questions ...
Satish Tyagi's user avatar
0 votes
2 answers
579 views

How can I find the web host company for a web domain?

A bunch of people and I have been using a web board for several decades. The admin for that web board is missing in action. I would like to contact the web hosting company that hosts that site and ...
user787832's user avatar
0 votes
0 answers
30 views

Connecting email client to address on old server

I am planning on moving my client's web & email hosting to a different company (their current one is too unreliable). To handle their email, my plan is to: Register account with new hosting ...
user avatar

15 30 50 per page
1
2 3 4 5
7