Differences between revisions 1 and 5 (spanning 4 versions)
Size: 472
Comment:
|
Size: 367
Comment: Change in URL
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
You can host your personal website at the shellserver. Create the directory "public_html" in your home directory and put your files in there. You can do this with the following command: {{{ mkdir public_html}}} You can view the website at http://shell.blinkenlights.se/rhea/~username Remember that the webserver has to have read access to the files! PHP or CGI is not allowed at this time. You can however use SSI to do some basic inclusion etc. |
You can host your personal website at the shellserver. Put the files in public_html in your home directory (this is a symlink to /var/www/users/username). You can view the website at http://blinkenshell.org/~username PHP 5 (safemode on) and SSI is installed on the server. CGI is not allowed at the moment though. ---- . CategoryHowto |
Howto: Webpage
You can host your personal website at the shellserver. Put the files in public_html in your home directory (this is a symlink to /var/www/users/username).
You can view the website at http://blinkenshell.org/~username
PHP 5 (safemode on) and SSI is installed on the server. CGI is not allowed at the moment though.