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
0
votes
2 answers

I want to know where and how can I deploy and host my Nuxt App

What I want to know first is, whether my Nuxt App is Stateful or Stateless? Summary of my Nuxt App: Firebase Authentication is used for Login/Signup Firebase Firestore as database Node.js v12 for cloud functions Vuex is used for state…
0
votes
1 answer

date: invalid option -- 'c'

I'm trying to connect to the hosting via ssh. But have this problem: $ ssh my_login@my_ip my_login@my_ip's password: date: invalid option -- 'c' Try `date --help' for more information. Connection to my_ip closed. What is it?
0
votes
1 answer

How to save image server url in database + shared windows hosting + asp.net core

I have hosted in a shared windows server, I want to save images on the server, and update its path in the database. When I update the path in the database it is looking like something mentioned…
John
  • 323
  • 2
  • 15
0
votes
1 answer

The stream or file "/var/www/alphacomodate/storage/logs/laravel.log" could not be opened in append mode: failed to open stream: Permission denied

Hello i created a linux server on microsoft Azure to host my Laravel application , it works perfectly on my local machine but it doesn't work on the server. I changed the permission to 0755 but nothing seems to be working. i still get the same…
0
votes
0 answers

CodeIgniter 3 on 000webhost 404 not found

please guide me on how to load the website in the CodeIgniter 3 framework in 000webhost, I fixed also the base_url and database .htaccess RewriteEngine on RewriteRule ^(.*)$ ../index.php/$1 [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond…
polk
  • 36
  • 5
0
votes
1 answer

General aliases not working in hosting yii2

I uploaded a yii2 project to a hosting, while testing the application I noticed that a plugin is not working correctly, checking more in detail and it turns out that the default aliases of yii are not working correctly, that is, it does not show…
0
votes
1 answer

Is it possible to create a personal website which adheres to CPRA, CCPA and GDPR?

I would like to build a static website which basically represents a portfolio/resume which doesn't use cookies or third-party analytics and only has a mailto:// for email. It seems very difficult to find a web host which easily allows me to just…
Timo Hemme
  • 11
  • 1
0
votes
1 answer

Accessing localhost from apache2 with proxypass

So I am very new to a lot of this but I am trying to build a web server to host my own website. It is currently running on Ubuntu 20.04 from a raspberry pi on my desk. I have gone through all the steps to get my .net 5 web app running from the…
0
votes
1 answer

Why does the mobile view of my website show a 404 Error?

I am developing an html,css, javascript static site. I am using a plugin called AOS for on-scroll animation effects. I am also using bootstrap which I installed using npm. Now when I run and test my files on localhost, everything is working…
0
votes
1 answer

Socket connection in cpanel

I have Linux base Cpanel hosting server, And my main web is running in PHP. Also in that server, I serve the NodeJS app on port 3000 and host 0.0.0.0 using PM2. NodeJs app running fine. but now I want to connect that socket from my PHP app. my PHP…
Kaushik Makwana
  • 2,422
  • 9
  • 31
  • 50
0
votes
1 answer

Possibility to host site content on one domain and access it via another

I have site1.domain1.com and site2.domain1.com Is it possible to access to site2.domain1.com via domain2.com via cname or some other possibility? So idea is to has content hosted at our server and allow user to access it via their own domain. Is it…
ngixis
  • 39
  • 1
  • 9
0
votes
1 answer

Physical Files Inaccessible in Browser with Node.js App Running on IIS

I am building an API for creating screenshots and parsing web pages into RSS feeds using a Node.js web application with Puppeteer and RSS Parser. It does a great job taking screenshots and creating XML files containing the main content from scraped…
0
votes
1 answer

Deploying and updating a React App to Github Pages correctly

When I deploy my React App to Github Pages with 'npm run deploy' I am consistently running into a 404 'File not found'. The site is building from the 'gh-pages' branch in my repo, which I have made match my master branch with all of my source…
BettyWhite
  • 119
  • 12
0
votes
1 answer

What are Processes in Cpanel?

Number of processes My Cpanel have a limit of 50 processes. If I exceed this limit my website crashed. I am using mainly Nodejs for my site. I want to know what are these processes and how can I increase their limit and/or reduce total number of…
Nikhil
  • 1
  • 1
0
votes
1 answer

Aws s3 bucket static webhosting- css and js files not found in index.html

I have hosted a static website in the s3 bucket successfully, but CSS, JS files, and images paths are getting an error as below. Due to that UI not displayed proper. All JS, CSS, and images are in the assets folder. Thanks in advance.