Questions tagged [web-hosting]

Web hosting is a service that provides clients with the ability to make their content web-accesible by renting server space in a company's data center.

Web hosting is a service that provides Web users with online systems for storing information, images, video, or any content accessible via the web—often in the form of web pages.

The scope of web hosting services varies greatly. The most basic is web page and small-scale file hosting, where files can be uploaded via File Transfer Protocol (FTP) or a Web interface. The files are usually delivered to the Web "as is" or with minimal processing. Many Internet service providers (ISPs) offer this service free to subscribers. Individuals and organizations may also obtain Web page hosting from alternative service providers. Personal web site hosting is typically free, advertisement-sponsored, or inexpensive. Business web site hosting often has a higher expense.

Web hosts often make extensive use of virtual machines and various open source platforms (e.g. LAMP) to provide the level of server abstraction, ease-of-use, and minimized cost that make modern web hosting feasible.

3135 questions
6
votes
3 answers

Python web hosting: Why are server restarts necessary?

We currently run a small shared hosting service for a couple of hundred small PHP sites on our servers. We'd like to offer Python support too, but from our initial research at least, a server restart seems to be required after each source code…
Leon
  • 69
  • 2
  • 8
6
votes
3 answers

Internal Server Error due to config lockdown when deploying my ASP.NET MVC app to my web host

I'm developing an ASP.NET MVC website on a local Windows Server 2008/IIS7 machine and am I'm now attempting to deploy it to my web host provider, ASPnix. I'm using their Shared Web Hosting service and have been placed on an IIS7 server which they…
twistedstream
  • 155
  • 1
  • 7
6
votes
1 answer

Github page not showing my index.html file

I am new to github pages so I made the following repo with a simple index.html https://github.com/jigneshjain25/jignesh.github.com/blob/gh-pages/index.html but http://jignesh.github.com/ shows "Hello World" only. Why its not using my index.html…
Jignesh
  • 555
  • 1
  • 8
  • 18
6
votes
3 answers

My subdomains on hostgator are not working

We are hosting our primary domain on HostGator, and we've recently created sub-domains on the primary domain with the following format: SubDomainName.PrimarySiteName.com I can open the sub-domain files through the cPanel, and the folder that each…
ZMajico
  • 99
  • 1
  • 2
  • 6
5
votes
2 answers

How to connect to Amazon EC2 Windows Server Site from outside computer

I am having a problem understanding what it is I need to do to allow my Amazon EC2 instance to allow connections from outside computers. I have chosen a Windows 2008 R2 instance and have installed my ASP.NET application to it. I setup a new DB,…
user1048281
  • 233
  • 1
  • 4
  • 16
5
votes
2 answers

Best practice to web hosting a website with Scrapy Spiders running in backend

Maybe I am missing something about Scrapy, but here is what I am about to do: I have created a website based on the information I am crawling from Internet using Scrapy Crawl Spiders. However, I am stuck in how to get my website going live. I am…
user1068961
  • 121
  • 1
  • 3
5
votes
2 answers

Is it good idea to split landing page and single page app

I have app architecture issue. I want to make landing page in something like nextjs as it will need SEO. And I will make react app which does not need SEO and require login. My idea is that user can be redirected from landing page to app login…
1110
  • 7,829
  • 55
  • 176
  • 334
5
votes
1 answer

1and1 domain, Heroku hosting - how to set up email?

I just purchased a domain name from 1and1 and set the cname to point to my app on heroku. However, I want to have an email support@mydomain.com. Do I need to do this via 1and1 or heroku, and how do I go about it?
Kvass
  • 8,294
  • 12
  • 65
  • 108
5
votes
2 answers

How to deploy Create React App to Hostinger?

Im having a problem viewing the subpages of my website that i deployed to Hostinger root folder or equivalent(subdomain), I run "npm run build" and deploy the files inside "build" folder to hostinger. Of course it works on my local and firebase, but…
clarkf
  • 547
  • 2
  • 10
  • 22
5
votes
1 answer

Is there any way to host a public static website in GCP Cloud Storage and protect it using a username and password?

GCP seems to allow you to delegate Cloud Storage authentication via IAM and that's great but you're only able to ever get a single file at a time using that method. What I mean is, if I gave permissions to a user to have 'Storage Object Viewer' Role…
5
votes
3 answers

Cannot save edited theme PHP pages in WordPress editor (Admin panel)

I am unable to Save the main theme (PHP) files using the WordPress editor. I get the following error: Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change …
Nmk
  • 1,281
  • 2
  • 14
  • 25
5
votes
1 answer

How do I add the domain I own in oracle cloud and host it live?

I want to upload my local wordpress to the domain I bought and make it live. But I don't know how to add domain and add dns in oracle cloud.
jane doe
  • 53
  • 1
  • 4
5
votes
3 answers

Do I need a special web host to be able to utilize a PHP framework like CakePHP or Symfony?

Do I need a special feature on a web host to be able to utilize a PHP framework like CakePHP or Symfony? If so, what feature am I looking for? If not, are they hard to install?
Ryan
  • 2,650
  • 3
  • 29
  • 43
5
votes
8 answers

A diagnostic log has been written to the following location

I´m getting this error when I try to publish an Asp.Net MVC project to a web-hosting: A diagnostic log has been written to the following location: C:\Users\MyUser\AppData\Local\Temp... I´m using Visual Studio 2017 and in order to publish the…
Luis Teijon
  • 4,769
  • 7
  • 36
  • 57
5
votes
5 answers

An internal error occurred during: "Deploying JugaadFunda to Google". com.google.appengine.tools.admin.AppAdminFactory.setJarSplittingEnabled(Z)V

When I am trying to deploy my first application to Google App Engine, it gives me an error An internal error occurred during: "Deploying JugaadFunda to Google". com.google.appengine.tools.admin.AppAdminFactory.setJarSplittingEnabled(Z)V I am…