Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Linux-shell-environment. You can compile and run your own programs here and practise your shell-skills.

users.metropolia.fi

Users' home pages. You can't login to this server.

...

You have same home directories on all linux Linux servers as you have on Windows workstations. Everyone has only one home directory.

...

WWW-pages

Are to be put in Users can create and publish their own web pages in the public_html folder of your their home directory. Pages can be seen viewed at http://users.metropolia.fi/~username. In addition to html-pages the server supports also php- and cgi-programs (file extensions .php and .cgi).

Php is 5.2The PHP version used is of the 7.0 -series and the following extensions are supported:

--with-zlib \
--with-jpeg-dir=/usr/lib \
--with-png-dir=/usr/lib \
--with-gd \
--with-ldap \
--enable-mbstring \
--with-mysql \
--with-mysqli \
--with-libxml-dir \
--with-xsl \
--enable-soap \
--enable-pdo \
--with-pdo-mysql =shared \
--with-pdo-sqlite =shared \
--with-sqlite =shared \
--with-openssl \
--enablewith-calendarcurl \
Cgi--ohjelmat ajetaan suEXEC-ominaisuudella käyttäjän oman tunnuksen oikeuksilla.enable-calendar

Cgi-programs are run with the suEXEC-feature with the user's user account's permissions of users's own userdid.

Users-server's php-module file_uploads-option is Off. You can use php as cgi when you upload files to server so that your account is owner of the files. You can use php as cgi as follows:

- php -files must end <filename>.php

- filerights must be 755 (= rwxr-xr-x)

- you must create and edit .htaccess-file with text: "AddHandler cgi-script .php" and set .htaccess -file to right directory.

.htaccess -file is valid in the directory where the .htaccess-file was created and all it's subdirectories.

With Wordpress it is enough if you set .htaccess -file in the wp-admin -direcotory. After this you can download themes and plugins so that you are the owner of the files.

MySQL-service

All Metropolia 's users can use the MySQL-database located at mysql.metropolia.fi -server. Name The name of the database and the username to access the database server are same as your username at Metropolia. You can set password The password, however, is different and it can be set at https://amme.metropolia.fi/mysql/.

You can administrate administer your database with the phpMyAdmin-programs program which is installed at https://users.metropolia.fi/phpMyAdmin/. Old databases at Evtek's mysql-server can be administrated at https://users.metropolia.fi/phpMyAdmin-evtek/.

Kotisivu-, Shell- ja MySql -palvelut