Edit History Actions Discussion

Diff for "Howto/Webpage"

Differences between revisions 3 and 4
Revision 3 as of 2006-07-28 19:55:46
Size: 504
Comment:
Revision 4 as of 2006-07-29 08:57:39
Size: 378
Comment:
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: 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).
Line 4: Line 4:
{{{
mkdir public_html}}}
Line 8: Line 6:
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.
PHP and CGI is not allowed at this time. You can however use SSI to do some basic inclusion etc.

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://shell.blinkenlights.se/rhea/~username

PHP and CGI is not allowed at this time. You can however use SSI to do some basic inclusion etc.