Snipe-IT / Cpanel / WHM auto SSL issue
Maybe some of you have done it and could help me. I use Cpanel and WHM. Basically I installed snipe-it and had to create a custom VirtualHost in WHM via include file. The site is a subdomain.(( # To customize…
Maybe some of you have done it and could help me. I use Cpanel and WHM. Basically I installed snipe-it and had to create a custom VirtualHost in WHM via include file. The site is a subdomain.(( # To customize…
When I try to add another domain to the account the public_html folder is already grayed out near the document root input. how can I put the domain as a sibling folder to the public_html folder? So I will have…
My question quiet long, cuz there a lot of thing I need: I've built a Next.js App with Prisma, and created local mysql database with Xampp. Currently dev mode on my machine is working perfectly, but this is not why…
in a recent article, https://www.vultr.com/docs/how-to-deploy-fastapi-applications-with-gunicorn-and-nginx-on-ubuntu-20-04/ I read that fastapi "can work with WSGI if needed". I was wondering how? I did a whole project with fastapi and tried to deploy it on cpanel shared hosting(my option for the moment) ,…
I'm trying to use Setup Node.js cpanel feature to run an Angular SSR app. I'm getting the following backtrace from passenger. in 'bool Passenger::SpawningKit::HandshakePerform::checkCurrentState()' (Perform.h:257) in 'void Passenger::SpawningKit::HandshakePerform::waitUntilSpawningFinished(boost::unique_lock<boost::mutex>&)' (Perform.h:213) in 'Passenger::SpawningKit::Result Passenger::SpawningKit::HandshakePerform::execute()' (Perform.h:1752) in 'Passenger::SpawningKit::Result Passenger::SpawningKit::DirectSpawner::internalSpawn(const AppPoolOptions&, Passenger::SpawningKit::Config&, Passenger::SpawningKit::HandshakeSession&, const…
i've trying to upload next project on a cpanel but in there is a error while installing npm packages npm ERR! code ERESOLVEnpm ERR! ERESOLVE unable to resolve dependency treenpm ERR! ERR! Found: [email protected] ERR! node_modules/nextnpm ERR! next@"^13.4.15" from the…
I'm hosting a Node.js application on cPanel, and I'm encountering 404 errors when trying to access an API endpoint in my application. Here are the details of my setup: Directory Structure: public_html/ server.mjs index.html node_modules server.mjs: import express from 'express';…
I have this problem in most of my yii2 projects. I got this error: copy(/var/www/vhosts/gunungkombengtetapselalujaya.com/httpdocs/frontend/web/assets/56687de2/yii.activeForm.js): failed to open stream: Success I have contacted my hosting provider but they didn't give me any solutions at all so I'm at lost. I…
I've got a code that sets a cookie for every new user that gets saved to a variable. When I work on the website offline using XAMPP the code works just fine and the cookie doesn't change, but when I…
Example: websitename.com/page1 goes to websitename.com/awesome/page1 websitename.com/page2 goes to websitename.com/awesome/page2 websitename.com/page3 goes to websitename.com/awesome/page3 I can't seem to find any solution to this, and I am very new to this world. Thanks