accessing_your_vhost_folders
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
accessing_your_vhost_folders [2025/02/22 03:17] – [Accessing Web Root] added path to 'ls' statement peteyboy | accessing_your_vhost_folders [2025/02/26 00:37] (current) – added note about the old folders peteyboy | ||
---|---|---|---|
Line 5: | Line 5: | ||
If your site is a [[vhost|VHOST]], | If your site is a [[vhost|VHOST]], | ||
- | - ssh to your VHOST with '' | + | - ssh to your VHOST ' |
- | - Change to your html folder by using the '' | + | - Change to your '' |
- | ex: | + | ex ('' |
$ ssh peteyboy@irulecomputers.com | $ ssh peteyboy@irulecomputers.com | ||
… (login stuff) | … (login stuff) | ||
Line 30: | Line 30: | ||
==== Accessing Log Files ==== | ==== Accessing Log Files ==== | ||
your log files are /// | your log files are /// | ||
+ | |||
+ | ==== Web Development on VHOST ==== | ||
+ | Some tools you may want to use (for example the [[nano|The nano editor]]) are in /// | ||
+ | |||
+ | One thing you can do is in your '' | ||
+ | |||
+ | # Set PATH so it includes VHOST bin if it exists; that is, if you are logged in to VHOST | ||
+ | if [ -d "/ | ||
+ | PATH="/ | ||
+ | fi | ||
+ | |||
+ | |||
+ | ==== What about my VHOST folders in my user space? ==== | ||
+ | The old way to access your vhost files was to look for a folder named after your domain under your cluster '' | ||
+ | |||
accessing_your_vhost_folders.1740194269.txt.gz · Last modified: 2025/02/22 03:17 by peteyboy