This documentation relates to an earlier version of FishEye.
View

Unknown macro: {spacejump}

or visit the current documentation home.

To configure the server settings, click 'Server Settings' on the 'Admin Menu'.

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.

設定

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
    
    (At least one of 'AJP13 Bind' or 'HTTP Bind' must be set.)

    Do not add http:// to the front 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.

Valid settings are http and https.

Restart required

はい

設定

Proxy host

説明

Can be set if you are forwarding through to FishEye from another web server.

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.

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

Restart required

はい

設定

AJP13 Bind

説明

The bind host name for ajpv13. 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:8009
    
  • port number only (requires a leading colon):
    :8009
    
  • IP address and port number:
    10.0.0.11:8009
    
    (At least one of 'AJP13 Bind' or 'HTTP Bind' must be set.)

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

Restart required

はい

設定

リモート API

説明

Enables/disables FishEye's Remote API. Clicking on the help link will take you to the API doc.

'On' enables the Remote API.

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.

This is used whenever you have set FishEye up in a sub-folder on the web server, for example www.example.com/apps/fisheye.

Restart required

いいえ

See also Subversion Client settings.