|
|
/users/mse1/USERNAME/public_html /users/gdf1/USERNAME/public_html
/htdocs /srv/www/htdocs /local/apache/htdocs etc.You have to be logged into the actual web server machine to see this.
| URL | maps to this file | on this filesystem |
| http://student.computing.dcu.ie/ | /local1/apache2/htdocs/index.html | non-shared |
| http://student.computing.dcu.ie/STRING/ | /local1/apache2/htdocs/STRING/index.html | non-shared |
| http://student.computing.dcu.ie/~STRING/ | /users/group/STRING/public_html/index.html | shared |
| URL | server IP | server OS | links to files on |
| http://student.computing.dcu.ie/~STUDENT/ | 136.206.11.245 | Linux | Linux file system |
| http://www.computing.dcu.ie/~STUDENT/ | 136.206.11.240 | Solaris |
Linux file system (same files as above). Solaris server can access Linux file system. Solaris command-line can access Linux file system. (*) |
| http://www.computing.dcu.ie/~STAFF/ | 136.206.11.240 | Solaris |
Solaris file system (i.e. It knows based on userid whether to look on Solaris file system or Linux file system.) |
| http://student.computing.dcu.ie/~STAFF/ | 136.206.11.245 | Linux |
Fails. Linux server cannot access Solaris file system. Linux command-line cannot access Solaris file system. |
(*)
Solaris command-line can access Linux file system:
When I am logged into Solaris machines,
I can access
Linux dirs:
/users/mse1 /users/gdf1Like the HTTP server, I am now "other" not "group".
On Internet since 1987.