DayBackOnline

Multiple Server Machines

DayBackOnline.MultipleServerMachines History

Hide minor edits - Show changes to output

December 21, 2016, at 01:10 AM by 192.88.134.15 -
Changed lines 22-26 from:
-->$port=443;
to:
-->$port=443;

!! What if my PHPrelay file isn't in the root directory?

Some third party hosting providers may have a special location for things like the PHPrelay, so confirm with your hosting provider what url should be used to access the php file. Then, the path can be added into the php relay file name field in the source settings, so the ip address field stays unchanged, but the relay file field might be SomeFolder/SomeSubFolder/emgsdayback.php
July 20, 2015, at 03:51 PM by 142.4.217.187 -
Changed lines 5-7 from:
In this scenario, you want to put the PHP relay file in your '''Web Server''' root directory unless you're specifying a specific sub-folder in the directory for the PHP Relay location in DayBack, ''php/fmxjRelay.php'' for example.

When setting up
your Sources in Administrator Settings, you will want to reference the IP address or Domain name of your Web Server. Essentially, DayBack makes its requests to the PHP relay file, which then ''relays'' these requests to your FileMaker Server's Web Publishing Engine. The PHP relay file therefore may need a few settings changes to properly communicate with your FileMaker Server.
to:
In this scenario, you want to put the PHP relay file in your '''Web Server''' root directory. When setting up your Sources in Administrator Settings, you will want to reference the IP address or Domain name of your '''Web Server'''. Essentially, DayBack makes its requests to the PHP relay file, which then ''relays'' these requests to your FileMaker Server's Web Publishing Engine. The changes that need to be made in the PHP relay file depend on whether your FileMaker Server is set to require secure connections.
July 20, 2015, at 03:49 PM by 142.4.217.187 -
Changed lines 3-5 from:
If you have a multi-machine server configuration where your Web Server and Web Publishing Engine are on separate machines, then you'll need to make a few changes to the [[PHP relay file|PHPrelayFile]].

In this scenario, you want to put the PHP relay file in the Web Server root directory unless you're specifying a specific sub-folder in the
directory for the PHP Relay location in DayBack, ''php/fmxjRelay.php'' for example.
to:
If you have a multi-machine server configuration where your Web Server and Web Publishing Engine are on separate machines, then you'll need to make a few changes to the [[PHPrelayFile|PHP relay file]] and your Source configuration in DayBack's Administrator Set-Up.

In this scenario, you want to put the PHP relay file in your '''Web Server''' root
directory unless you're specifying a specific sub-folder in the directory for the PHP Relay location in DayBack, ''php/fmxjRelay.php'' for example.

When setting up your Sources in Administrator Settings, you will want to reference the IP address or Domain name of your Web Server. Essentially, DayBack makes its requests to the PHP relay file, which then ''relays'' these requests to your FileMaker Server's Web Publishing Engine. The PHP relay file therefore may need a few settings changes to properly communicate with your FileMaker Server.
July 20, 2015, at 03:38 PM by 142.4.217.187 -
Changed line 3 from:
If you have a multi-machine server configuration where your Web Server and Web Publishing Engine are on separate machines, then you'll need to make a few changes to the PHP relay file.
to:
If you have a multi-machine server configuration where your Web Server and Web Publishing Engine are on separate machines, then you'll need to make a few changes to the [[PHP relay file|PHPrelayFile]].
July 20, 2015, at 03:36 PM by 142.4.217.187 -
Added lines 1-22:
!!Multi-Machine Server Configuration

If you have a multi-machine server configuration where your Web Server and Web Publishing Engine are on separate machines, then you'll need to make a few changes to the PHP relay file.

In this scenario, you want to put the PHP relay file in the Web Server root directory unless you're specifying a specific sub-folder in the directory for the PHP Relay location in DayBack, ''php/fmxjRelay.php'' for example.

'''SSL Not Required:''' if your FileMaker Server does not require SSL connections, and the Web Publishing Engine and Web Server are on separate machines then you want to change the '''$serverAddress''' variable to the IP address of the Web Publishing Engine. For example:

-->//FMS WPE address
-->$serverAddress="192.168.1.123";

'''SSL Required:''' if your FileMaker Server does require SSL connections, and the Web Publishing Engine and Web Server are on separate machines then you want to change the '''$serverAddress''' variable to the FQDN (Fully Qualified Domain Name) that is associated with the SSL Certificate. You will also need to change the '''$port''' variable to 443 and the '''$http''' variable to "https".
For Example:

-->//The FQDN for our FMS
-->$serverAddress="yourserver.yourdomain.com";

-->//https protocol required by FMS
-->$http="https";

-->//SSL required so go through SSL port 443
-->$port=443;
(855) SEEDCODE
[email protected]
Follow us: