menu

Web Service

Web Service

JAIST users can publish their own/shared Website.

・Personal Website (personal memorandum, research progress and so on)

・Shared Website (for laboratory, project and other) 

 

In order to publish the website using our WEB server, user registration is necessary.

 

  User registration of WEB server

 

URL and how to create

Personal Website

URL :http://www.jaist.ac.jp/~USERNAME

  How to Create

 

 

Non Personal Website (laboratory, project, such as the conference management)

 

    For Laboratory
    URL1 :http://www.jaist.ac.jp/{i,k,m}s/labs/DIRNAME/

    URL2 :http://www.jaist.ac.jp/{i,k,m}s/labs/xxxx/DIRNAME/

    For Project
    URL3 :http://www.jaist.ac.jp/project/DIRNAME/

    For Circle
    URL4 :http://www.jaist.ac.jp/misc/circles/DIRNAME/

    Other
    URL5 :http://www.jaist.ac.jp/misc/DIRNAME/

         How to Create

*Notes:

If the specifications of our provided Web server are not suitable for the design of the site you want to build, you can also use a separate Web server.

Procedures for using the provided server

URL  : PROJECTNAME.jaist.ac.jp/index.html

URL :http:///www.CONFERENCE-NAME.xxx/index.html

In case of file sharing

Instead of publishing on the site, there are other ways for providing online storage for the purpose of distributing documents, gathering papers, etc.You can exchange files safely and easily with other parties inside and outside the campus.For details, please refer to the following.

Online Storage Service

Uploading content files

By uploading the contents files (HTML files, image files, etc.) to the designated location on the web server, you can publish the created contents on the web server.

 

When uploading content files from a PC, please use an application that can use SCP or SFTP.
For example, you can use the following software

  • WinSCP (Windows)
  • Cyberduck (macOS)

 

When uploading from a Linux machine, please use commands such as scp, sftp, and rsync.

For details on how to use each application or command, please refer to the respective documents.

 

 

FAQ

Web page/Homepage

I can no longer acess my page

When files etc. that infringe copyright are placed on the WEB server, actions such as closing the page or removing the file  may be performed without notice.

I would like to use a counter

In case you don't want to install a counter program by yourself, please use the counter in the following way.

In the HTML file of the page where you want to put a counter, 
please add the following description:

<IMG SRC="/cgi-local/Count.cgi?dd=B&df=user.dat&ft=1"ALIGN="BOTTOM">

The user.dat part becomes the file name to save the count number. Please use half-width alphanumeric characters for the user part and set a file name that does not duplicate other users.
The counter design can be set individually.


Click here for counter design and code. Please refer to CGI related websites, books etc. for details of settings.

In addition to the methods described above, you can also install an access counter CGI individually.

→ As of 2011/7, it is confirmed that it is not possible to install a new counter (it is impossible to generate a file to save the counter number). When setting the counter, "Counter datafile" /usr/local/apache2/etc/Counter/data/XXX.dat "must be created first!" will be displayed and will not operate properly. If you wish to install a counter as a provisional measure, please inform www-admin@jaist.ac.jp that you want to set up a counter and file name to save the counter number.

I want to restrict website access for each user

First of all, create a password file with the htpasswd command .

Htpasswd -c /home/USERNAME/.htpasswd USERNAME
(Please add the c option only when creating a new password file. If you already have a password file, adding the c option will cause the contents of the original password file to be entirely replaced.)

Htpasswd /home/USERNAME/.htpasswd USERNAME
(To add a user to an already existing password file, execute htpasswd without the c option.)


Next, put a file named .htaccess like the one below in the directory of the page you want to restrict access to.

Example of .htaccess

AuthUserFile /home/USERNAME/.htpasswd

AuthName "Page Title"

AuthType Basic

require valid-user

 

For more about .htaccess, please check relevant websites/books etc

I want to restrict website access for each connected machine

Please place a file named .htaccess like the one below in the directory of the page you want to restrict access to.


Example of .htaccess when accessing only from within campus

order allow,deny

allow from 150.65.0.0/16

allow from 2001:df0:2ed::/48

deny from 150.65.176.0/24

deny from 150.65.140.0/23

deny from 150.65.142.0/24

deny from 150.65.143.0/24

deny from 150.65.18.31/32

deny from 150.65.18.32/30

deny from 150.65.18.36/31

deny from 150.65.18.38/32

deny from 150.65.18.41/32
deny from 150.65.18.42/31
deny from 150.65.18.44/30
deny from 150.65.18.48/31

For more about .htaccess, please check relevant websites/books etc

I want to make a website that's only accessible within campus

For the following URLs,

www.jaist.ac.jp/gakunai/  (In the directory /home/www/HTTP/htdocs/gakunai/) )
www.jaist.ac.jp/private/  (In the directory /home/www/HTTP/htdocs/private/) )

The pages in the directories are designed to be accessible only from within the university, so if you want to create a page for campus use only, please put the HTML files here.

If you want to set access restrictions in other places, see the FAQs [I want to restrict website access for each connected machine], [I want to restrict website access for each user].

I created a web page, where should I put it?

Please click on this link

What is the difference between www.jaist.ac.jp and www2.jaist.ac.jp?
  • www.jaist.ac.jp

    It is a WEB server for sharing JAIST information regardless of whether it's within or without campus

  • www2.jaist.ac.jp

    It is a server for running specific systems, and it is only accessible from within the university. As a bonus feature, it is also possible to use it for practice for personal pages.
    However, it is not a server for placing pages for campus internal use. When creating a page for campus use, please place it on www.jaist.ac.jp.

I cannot put FTP/SSH on www.jaist.ac.jp

Have you registered your account for www.jaist.ac.jp?
To log in to www.jaist.ac.jp, you need an account for www.jaist.ac.jp.
If you are unable to register、please start here.