Configuring the Fisheye web server

To configure the server settings, click Server (under 'Server Settings') in the Admin area.

For information on configuring SSL for Fisheye, see FishEye SSL configuration.

Some settings on this page require you to restart Fisheye for changes to take effect.

If you set proxy scheme/host/port values, then sessions accessing the port locally rather than through the reverse proxy will be redirected to the external proxy URL. This means that Application Links set up using the internal address will fail.

If you want to use a connector both internally and externally, you must not set proxy values in the Fisheye configuration, but instead ensure that your proxy server is setting the X-Forwarded-Host header in the requests it sends to Fisheye. Note that the  X-Forwarded-Host header does not contain the URL scheme, so the scheme must be the same internally and externally.

Screenshot: Configuring server settings

設定

HTTP Bind

説明

The hostname the Fisheye web server will bind to. This can take the form of a host name and port number, or you can leave the host name blank. If no host name is specified, then Fisheye will bind to all available interfaces.

You can use bindings like the following:

Host name and port number:

hostname:8060

Port number only(requires a leading colon):

:8060

IP address and port number:

10.0.0.11:60

('HTTP Bind' must be set.)

Do not add http:// to the beginning i.e. do not add http://hostname:8060 or http://10.0.0.11:60. Simply define hostname:port or IpAddress:port

Restart required

はい

設定

Web context

説明

By default, the Fisheye application can be accessed via http://HOST:PORT/, where HOST and PORT are defined as above. You can force the Fisheye application to be hosted on a different 'context' or 'path' by specifying a value here.

If you specify a web context of 'fisheye' then Fisheye will be accessible from http://HOST:PORT/fisheye/ instead of http://HOST:PORT/.

Restart required

はい

設定

Proxy scheme

説明

Can be set if you are forwarding through to Fisheye from another web server. If you set proxy values, you must also add a matching site URL (see below).

Valid settings are http and https.

Restart required

はい

設定

Proxy host

説明

Can be set if you are forwarding through to Fisheye from another web server. If you set proxy values, you must also add a matching site URL (see below).

A valid setting would be www.example.com, where 'example' is the domain name of your web server.

Restart required

はい

設定

Proxy port

説明

Can be set if you are forwarding through to Fisheye from another web server. If you set proxy values, you must also add a matching site URL (see below).

The port number of the web server, an integer from 0 through 32,765.

Restart required

はい

設定

Server timezone

説明

The time zone to use within Fisheye. This time zone is used when displaying dates and parsing EyeQL date expressions. If blank, then the time zone of the server running Fisheye is used.

This defaults to the Fisheye server's time zone, but you can select another zone from the drop-down list.

Restart required

いいえ

設定

Site URL

説明

The base URL for this Fisheye instance. If not specified, Fisheye will attempt to determine this value.

You need to set this if you are forwarding through to Fisheye from another web server, or if Fisheye does not correctly determine the host name you want Fisheye users to see Fisheye on.

This URL is used to:

  • Generate links in notification e-mails.
  • Generate the gadget subscription URL, which other applications use to access XML data.
  • Generate the Display URL during Application Link creation.

If you have set a proxy scheme/host/port, the values used there must match the site URL.

Do not include a trailing slash ('/') at the end of the URL.

http://www.example.com/apps/fisheye

Restart required

いいえ

最終更新日 2020 年 6 月 5 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.