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
7
votes
1 answer

000webhost and codeigniter

Im trying to use codeigniter in a shared server at 000webhost. I uploaded the content of the pack and if I enter http://groceriesapi.000webhostapp.com/API/index.php/welcome/ it does indeed work. But if I…
javirs
  • 1,049
  • 26
  • 52
7
votes
1 answer

Unable to add domain. It may already be registered to another project

I am not able to add my domain to firebase web app as it says "Unable to add domain. It may already be registered to another project." I have already tried creating a new project and adding to the same domain but the error still says the same.
akash kumar
  • 91
  • 1
  • 4
7
votes
2 answers

How To Host An Image With Firebase Hosting?

Issue How do I host an image file with Firebase hosting? I'm currently going through the steps in Firebase In App Messaging to setup messages to show to the user within the app. When asked to provide an Image URL for the message the UI suggests…
AdamHurwitz
  • 9,758
  • 10
  • 72
  • 134
7
votes
1 answer

adding ExpiresDefault to .htaccess file

I have updated my .htaccess file to include the following: ExpiresDefault "access plus 1 month" I am trying to tell the client that all css and js wont change for 1 month so they can cache they files. I…
Aly
  • 15,865
  • 47
  • 119
  • 191
7
votes
1 answer

How to deploy Angular Universal project to standard hosting?

I have my Angular Universal project working on my localhost. So now I would like to test it on my standard web hosting with Node.js installed. I have run: npm run build and received dist folder with client and server subfolders. How should I use…
Kirill Ch
  • 5,496
  • 4
  • 44
  • 65
7
votes
3 answers

Compute jvm heap size to host web application

I want to host a web application on a private JVM they offer 32, 64, 128, 256 MB plans. My web application uses Spring. And I store some objects for every logged in user session. My question is: How can I profile my web app to see how much heap size…
Enrique
  • 9,920
  • 7
  • 47
  • 59
7
votes
1 answer

How to host html application on Azure

I have a single page html application, that uses a lot of jQuery. The app content (data as xml and media audio/video/image) is (and has to be) provided by blobs on azure account. I don't need any application server. What is the recommended way to…
user1438047
  • 133
  • 2
  • 5
7
votes
2 answers

How to host a JSP website on a webserver?

I have a website developed mostly in HTML and JSP, and accessing a MySQL database. Having never put such a website online before, I wanted to know what are the steps needed to get it up and running online. I know there needs to be a web server. How…
absessive
  • 1,121
  • 5
  • 14
  • 36
6
votes
2 answers

How do I make my xampp server public using my public ip address?

I have just installed xampp 1.7.7. I need to know what I need to do in order to make my website public using my public IP address (not 192.168.xxx.xxx) Also, I am behind a router (NETGEAR WPN824v3). I do have a dynamic IP address, but I have…
Josh Menzel
  • 2,300
  • 4
  • 22
  • 31
6
votes
3 answers

Is there a free JSF Webhost out there?

i am looking for a free Webhost for JSF sites.. unfortunately i didn't find any by Google. It is just for testing .. i know .. i could test it with localhost. but i do want to have real time conditions.
n00ki3
  • 14,529
  • 18
  • 56
  • 65
6
votes
4 answers

Play framework deployment to web host

I'm looking for the best way to host my simple projects that I've done on the Play Framework. The developers for Play recommend just deploying it as a stand-alone, rather than using a web application container like Tomcat, though it can be done. …
Indigenuity
  • 9,332
  • 6
  • 39
  • 68
6
votes
1 answer

Hosting a web server using Cyclic issue

I'm trying to host my server.js file that has my API configured on Cyclic, the deployment is a success but the URL is returning status 500 for any endpoint call. I hosted the React front-end on github pages. I have no idea what's missing or why it's…
6
votes
4 answers

Should I / how do I protect source code from web host?

Are you concerned at all with your web host having access to all of your files and being able to essentially download your entire web app? What steps can you take to protect yourself? More specifically, I am interested in knowing how to protect the…
Alexa Green
  • 1,153
  • 4
  • 14
  • 21
6
votes
1 answer

AWS Amplify deploy - use compression

We're using AWS Amplify to serve an Angular frontend via CI/CD (connected Github-Repo). Amplify does not seem to compress by default resulting in larger content delivery than necessary. I can't find any option in the app settings inside the Amplify…
F.H.
  • 1,456
  • 1
  • 20
  • 34
6
votes
4 answers

is there a Heroku type hosting solution for python/web2py?

I am interested to know if there are any python/web2py hosting platforms similar to Heroku for Ruby on Ralils? Something that is easily configurable and scalable?
jason
  • 5,391
  • 6
  • 23
  • 26