web_server
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| web_server [2019/01/09 09:30] – ktm5j | web_server [2024/03/18 11:28] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ==== Web Server ==== | ||
| + | |||
| + | The Computer Science department runs a web server for '' | ||
| + | |||
| + | Your site is hosted under the '' | ||
| + | |||
| + | === Where to put html/php files === | ||
| + | |||
| + | The easiest way to access your home directory is by logging in to the portal servers. | ||
| + | |||
| + | In your [[storage_home_directories|home directory]], | ||
| + | |||
| + | {{: | ||
| + | |||
| + | Here's the ~/ | ||
| + | |||
| + | < | ||
| + | < | ||
| + | < | ||
| + | < | ||
| + | </ | ||
| + | <h1> | ||
| + | Hello world! | ||
| + | </h1> | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | === Symlinks === | ||
| + | |||
| + | You may be tempted to create a symlink in your web space that points to a file in another user's home directory, or some other location. | ||