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
9
votes
3 answers

pdo_mysql error suddenly appears on drupal based website?

My drupal based website was working fine till yesterday but suddenly from no where today an error appeared Fatal error: Undefined class constant 'MYSQL_ATTR_USE_BUFFERED_QUERY' in /.../includes/database/mysql/database.inc on line 43 I didn't even…
ammar26
  • 1,584
  • 4
  • 21
  • 41
8
votes
2 answers

web hosting for spring and hibernate application

I have to host a web application built using JSP, Java 6, Spring 3, Hibernate 3, mySql, Tomcat 6. I am new to hosting a web application and have some queries:- Can anyone please guide me on this, specially from the Spring and Hibernate point of…
a Learner
  • 4,944
  • 10
  • 53
  • 89
8
votes
6 answers

How can I determine what hosting provider hosts a site?

Is there a service that will identify where a site is hosted (presumably by IP)?
Hafthor
  • 16,358
  • 9
  • 56
  • 65
8
votes
2 answers

Nginx allow only root and api locations

I have a server configured as a reverse proxy to my server. I want to reject all the requests except to two locations, one for root and another the api root. so the server should only allow requests to the given paths example.com/ (only the…
user5539517
8
votes
5 answers

Deploying angular2 project on go daddy server

I have an angular-2 project running on my local host. I want to deploy it to GoDaddy server. I can't install node, npm on GoDaddy server. So my question is how can I run my angular-2 project on GoDaddy server. Thanks
National News
  • 81
  • 1
  • 1
  • 2
8
votes
1 answer

Automatic deployment of files from a BitBucket repository

Is there a tool out there (preferably web-based) which would automatically detect commits to a BitBucket repository, and at that time, copy all files in the repository to a web-server via FTP? I basically want a quick and painless way (if one…
Jonathan
  • 32,202
  • 38
  • 137
  • 208
8
votes
2 answers

Ionic as a web server

I have an Ionic project and I want it to work as if it is a web server (say mamp + php). Since ionic is able to display a project in browser localy (using ionic serve), I am pretty sure it is able to do that. I have a simple ovh server. How could I…
Moebius
  • 6,242
  • 7
  • 42
  • 54
8
votes
4 answers

Where to put robots.txt file?

Where should put robots.txt? domainname.com/robots.txt or domainname/public_html/robots.txt I placed the file in domainname.com/robots.txt, but it's not opening when I type this in browser. alt text…
Jitendra Vyas
  • 148,487
  • 229
  • 573
  • 852
8
votes
2 answers

Django compatible web hosting services

What is your favorite (free or not) web hosting services that is compatible with django( and python in general) ? PS: is OVH compatible?
maroxe
  • 2,057
  • 4
  • 22
  • 30
8
votes
4 answers

Can a website subdirectory be served by a different web server?

Suppose I have a website hosted at the url: http://www.mysite.com/ Say this is hosted by hosting provider "A". Now, I want to host a subdirectory within this site at another host: http://www.mysite.com/blog/ ...say I host this with hosting…
frankadelic
  • 20,543
  • 37
  • 111
  • 164
8
votes
2 answers

What's the best way to store a password or private key on a web host?

I'm not referring to passwords that don't have to be used (such as passwords for other users to my site - in which case I really don't have to store them. See https://stackoverflow.com/a/1054069/939213 .) so simply storing hashes is not an…
ispiro
  • 26,556
  • 38
  • 136
  • 291
7
votes
2 answers

How to test for python support in a web host

Hello a client of mine bought a pretty bad web host and i don't even have ssh access, their ticket suport only answered with "yes we support python in our servers" but i can't run any .cgi .py or application.wsgi files. is there a sure way to tell…
Guillermo Siliceo Trueba
  • 4,251
  • 5
  • 34
  • 47
7
votes
1 answer

Hosting custom HTML in Google drive

I have spent hours to trying to host some of my local HTML pages with Google Drive. I was following the instructions as given in https://www.ecanarys.com/Blogs/ArticleID/135/How-to-Host-your-Webpages-on-Google-Drive, however without any success. So…
Bogaso
  • 2,838
  • 3
  • 24
  • 54
7
votes
1 answer

Publish ASP.NET Core MVC website to IONOS 1&1 via Visual Studio FTP

I know this is vague and might get shut down, but it's really rather important! I have a C# ASP.NET Core 3.1 MVC app with a MSSQL database that I want to publish to an IONOS 1&1 hosting service. I've tried using the Publish menu in Visual Studio…
agent_smith1984
  • 233
  • 3
  • 13
7
votes
1 answer

Is there a web host that will allow me to run nodejs?

Are there any web hosts out there offering node js support?
cmcculloh
  • 47,596
  • 40
  • 105
  • 130