PluggedP93
- Total activity 25
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
Comments
Recent activity by PluggedP93-
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...
-
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:
-
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...
-
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...
-
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 ...
-
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...
-
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 ...
-
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...
-
Hi HB, Sorry for the delay, the holidays quickly became a busy time for me. I've located what seems to be the latest log file on this process, here is what it contains: 1576778783.182291412 $ e...
-
Hi HB, Thank you for the response. I'm not quite sure how to apply this to my code though. I've updated the file to look like this: --- deployment: tasks: - export DEPLOYPATHFRONT=/home/[...