|
/users/mse1/USERNAME/public_html /users/gdf1/USERNAME/public_html
/htdocs /srv/www/htdocs /local/apache/htdocs etc.On Linux PC login (with distributed file system) you cannot see this dir.
| URL | maps to this file | on this filesystem |
| http://student.computing.dcu.ie/ | /local1/apache2/htdocs/index.html | non-shared (can see it through ssh) |
| http://student.computing.dcu.ie/STRING/ | /local1/apache2/htdocs/STRING/index.html | non-shared (can see it through ssh) |
| http://student.computing.dcu.ie/~STRING/ | /users/group/STRING/public_html/index.html | shared |
| URL | server IP | server OS | result |
| http://student.computing.dcu.ie/~STUDENT/ | 136.206.11.245 | Linux |
Works. STUDENT files are on Linux file system. |
| http://student.computing.dcu.ie/~STAFF/ | 136.206.11.245 | Linux |
Fails. STAFF files are on Solaris file system. Linux server cannot access Solaris file system. Linux command-line cannot access Solaris file system. |
| URL | server IP | server OS | result |
| http://www.computing.dcu.ie/~STAFF/ | 136.206.11.240 | Solaris |
Works. STAFF files are on Solaris file system. |
| http://www.computing.dcu.ie/~STUDENT/ | 136.206.11.240 | Solaris |
Fails. STUDENT files are on Linux file system. This fails, even though Solaris server can access Linux file system. Solaris command-line can access Linux file system. (*) |
(*) Solaris command-line can access Linux file system:
/users/mse1 /users/gdf1Like the HTTP server, I am now "other" not "group".
On Internet since 1987.