PluggedP93
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Activity overview
Latest activity by PluggedP93-
PluggedP93 commented,
This is the rule that was tried from the article: RewriteEngine on RewriteBase / #for all requests on xyzname.com RewriteCond %{HTTP_HOST} xyzname\.com$ [NC] #if they are not for the www.xyzname...
-
PluggedP93 created a post,
Redirect Wildcards
My company has set up, many years ago, a wildcard for our website, so that anything.domain.com always points back to our site. Unfortunately, this is causing some of those urls to show up in Google...
-
PluggedP93 commented,
I believe the reason for the restart script I noted is because there isn't a way to keep it from killing the process. Looking into things more, I came across this post:
-
PluggedP93 commented,
Alright, good to know! Looking into Passenger, I believe my initial problem may have been poorly explained. I believe that whether I use pm2, Passenger, or even Docker, the server seems to reset e...
-
PluggedP93 commented,
Hi Lauren, Thanks for the response! (And HB as well). I'd honestly never heard of Passenger before, so I'll look into that! A colleague has also been recommending I use Docker instead, what would...
-
PluggedP93 created a post,
Continuously run process with pm2
I'm trying to have node processes run continuously. I am able to start them with pm2 through ssh from my local machine, but that automatically disconnects every morning at 00:00. How can I get pm2 ...
-
PluggedP93 commented,
Hi HB, Small update actually. Playing around with it and reinserting the "Export PATH" line, I managed to get it to work! Partially... Here is what I have: --- deployment: tasks: - export ...
-
PluggedP93 commented,
Hi HB, Sure. However, in order to do that, I will have to wait for my system administrator to be back from vacation next week as I do not have access to the proper account needed to submit the sup...
-
PluggedP93 commented,
Hi HB, I believe that would be a yes to both questions. In the Git Version Control interface, I have a repository pointing to /home/[user]/public_html/new_site And the .cpanel.yml file is in that ...
-
PluggedP93 commented,
Hi HB, I've modified the .cpanel.yml file, leaving only the following: --- deployment: tasks: - npm run build --prefix /home/vksappc/public_html/new_site/backend - npm run start --prefi...