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:14] – added log file location peteyboy | accessing_your_vhost_folders [2025/02/26 00:37] (current) – added note about the old folders peteyboy | ||
---|---|---|---|
Line 3: | Line 3: | ||
==== Accessing Web Root === | ==== Accessing Web Root === | ||
- | If your site is VHOSTed, then you can access your site' | + | If your site is a [[vhost|VHOST]], then you can access your site' |
- | - 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 24: | Line 24: | ||
| | ||
This folder will contain subfolders, each for your different VHOSTS. In those folders, place all the web files for your website, as you would in ~/html for your site on the cluster, ex: | This folder will contain subfolders, each for your different VHOSTS. In those folders, place all the web files for your website, as you would in ~/html for your site on the cluster, ex: | ||
- | $ls | + | $ls / |
irulecomputers.com/ | irulecomputers.com/ | ||
$ | $ | ||
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.1740194067.txt.gz · Last modified: 2025/02/22 03:14 by peteyboy