Administrator’s Guide
Table Of Contents
- Chapter 1 Welcome to the FileMaker Pro Web Server Connector
- Chapter 2 About the Web Server Connector
- Configurations
- Configuration 1: FileMaker Pro 5 Unlimited on a singlemachine
- Configuration 2: FileMaker Pro 5 Unlimited, the Web Server Connector, and web server software on ...
- Configuration 3: FileMaker Pro 5 Unlimited on one machine, the Web Server Connector on another ma...
- Configuration 4: RAIC with multiple copies of the samedatabases
- Configuration 5: RAIC with multiple, different databases
- Configuration 6: RAIC using FileMaker Server 5 as a backend host
- Configuration 7: RAIC using FileMaker Pro as a backendhost
- Security considerations
- Where to go from here
- Configurations
- Chapter 3 Installing the FileMaker Pro Web Server Connector on Microsoft IIS and PWS
- Chapter 4 Installing the FileMaker Pro Web Server Connector on Netscape Enterprise Server
- Chapter 5 Installing the FileMaker Pro Web Server Connector with AppleShare IP and WebSTAR
- Chapter 6 Installing the FileMaker Pro Web Server Connector on Apache (Mac OS X Server)
- Chapter 7 Using the Web Server Connector as host
- Configuring FileMaker Pro
- Configuring the FileMaker Pro Web Companion
- Configuring FileMaker Pro databases for web serving
- Configuring the Web Server Connector Administration Account
- Adding a host to the Web Server Connector
- Adding a database to the Web Server Connector
- Configuring the Web Server Connector Administration Account
- Locating Web Server Connector and Web Companion log files
- Chapter 8 Accessing hosted databases
30
FileMaker Web Server Connector Administrator’s Guide
Note The original apache.conf file is renamed
apache.conf.prefmwsc.[temp ID number] as part of the installation
process. Temp ID number is used to differentiate previous copies of
apache.conf; no apache.conf files are overwritten as part of the
installation. If you need to restore your original (or a subsequent)
apache.conf file, delete the file named apache.conf, which is the
most recent configuration file, and rename the
apache.conf.prefmwsc.[temp ID number] file with the earliest date
and time stamp to apache.conf.
9. Launch FMWSC_Apache.sh, which is located in the directory
<fmwsc install dir>/bin.
Important Apache requires that you launch this script each time
before using the Web Server Connector. Once launched, the script
window must remain open for the Web Server Connector to function
properly. Proper functioning of this script does not necessarily
indicate that the FMWSC_Apache.so module (located in the Apache
Modules folder) is also functioning properly. If you experience
difficulties, you may need to use a means other than this script to
verify that the FMWSC_Apache.so module is running correctly.
10. Enter the following URL to access the Web Server Connector
Administration Account:
http://
host server name
/FMPro?config
where host server name is the host name of your server (for
example, www.filemaker.com).
11. To stop the Web Server Connector, press Ctrl+C in the terminal
window in which the Web Server Connector is running, or close the
window.
Considerations when installing
and configuring
Changing the port number
By default, the Web Server Connector is configured to only accept
requests on port 8888 from Apache. To change this port number:
1. Add the following line to the end of the apache.conf file:
FMWSC_Instances 127.0.0.1:<port number>
2. Restart the Apache web server.
3. Edit the FMWSC_Apache.sh file and add the following option to
the end of the java command:
-port <port number>
where <port number> is the port number you want to use.
4. Relaunch FMWSC_Apache.sh.
Running on a remote machine
By default, the FMWSC is installed on the same machine as the
Apache web server and only accepts requests from the local machine
(IP address 127.0.0.1). To run the Web Server Connector on a
remote machine:
1. Add the following line to the end of apache.conf:
FMWSC_Instances <ip address>
where <ip address> is the IP address of the machine on which the
Web Server Connector will run.
2. Restart the Apache Web Server.
3. Copy the FMWSC directory to the remote machine.
4. Copy the Apache mime.types file to the FMWSC directory on the
remote machine.