Notice: This website is an unofficial Microsoft Knowledge Base (hereinafter KB) archive and is intended to provide a reliable access to deleted content from Microsoft KB. All KB articles are owned by Microsoft Corporation. Read full disclaimer for more details.

How to install the FrontPage 2000 Server Extensions to an Apache Web server


Summary

This article provides an example for installing the FrontPage 2000 Server Extensions to the Apache Web server. It is intended to be an example for you to follow. You may have customized settings and permissions that are different than the examples provided.

For information on the supported servers and platforms, please see the following location on the Microsoft Developers Network Web site:

↑ Back to the top


More Information

The steps listed in this article are appropriate for installing to an Apache Server that has never had the Server Extensions installed and for upgrading from FrontPage 98 to FrontPage 2000.

The first step is to download the Server Extensions from the Microsoft Web Site at: You need to download the following two files for the install:
FP40.<platform>.tar.Z
Fp_install.sh installation script
After you download the files, copy them to /usr/local. Make sure the file is in the format FP40.<platform>.tar.Z. Sometimes, downloading the file can cause it to be renamed incorrectly to FP40_<platform>_tar.Z. If this occurs, rename the file to its original name. For instance, mv fp40_bsdi_tar.Z fp40.bsdi.tar.Z

Before going further, you need to gather some information and prepare for the install.
  1. Determine the user and group that will own the content area of the Web site. You will be asked for this information during the install. The user and group must have a UID and GID that is greater than these listed below:
    UID
    ---
    Linux - 15
    All other versions of UNIX - 11

    GID
    ---
    HPUX - 20
    IRIX - 20
    SUNOS4 - 20
    SCO - 24
    All other versions of UNIX - 21
    For the sample install, a new user and group are created. By default, the new user and group are created with a UID and GID greater than 100.

    Example:
    User - webuser
    Group - webgroup
  2. Determine the location of your Httpd.conf file for your Web server. You will be asked for its location when installing the Server Extensions.Example:
    /usr/local/apache/etc/httpd.conf
  3. You will need to know the location of the httpd daemon for your Web server. When running the Change_server.sh script, you will be asked for its location. Example:
    /usr/local/apache/sbin/httpd
  4. Edit the Access.conf configuration file and set AllowOverride None to AllowOverride All. This is a requirement for the Server Extensions to install. Edit the Access.conf and look for <Directory @@ServerRoot@@/htdocs>, and change the AllowOverride None immediately below it to AllowOverride All.
  5. Review the Httpd.conf and Srm.conf files. On some versions of Apache, directives are in quotation marks (""). FrontPage cannot interpret these quotation marks. Make sure that the ServerRoot /usr/local/apache and the DocumentRoot /usr/local/apache/share/htdocs are not in quotation marks.

    Note: The location of ServerRoot and DocumentRoot may be different for you.
Now that you have all of the information, you are ready to install the Server Extensions. Run the Fp_install.sh installation script to install the Server Extensions. Make sure your permissions are adequate to run the script and that you are logged in as root.

Running FP_Install.sh

  1. Run ./fp_install.sh
  2. Are you satisfied with your backup of the system (y/n): choose y.
  3. FrontPage Server Extensions directory [/usr/local/frontpage]: press Enter to accept the default.
  4. Do you want to install a root web (y/n): choose y.
  5. Server config filename: /usr/local/apache/etc/httpd.conf

    This is the configuration file Httpd.conf for your virtual server. Your location of the Httpd.conf may be different than the example.
  6. FrontPage Administrator's user name: testuser

    This is a non-UNIX account that will be used by FrontPage to open the Web site.
  7. User name of the owner of this new web:[] webuser

    This is the UNIX account that will own the content area of the FrontPage Web.
  8. Group of this new web:[] webgroup

    This is the UNIX group that will own the content area of the FrontPage Web.
  9. What type of server is this: 2

    2 is selected because this is an Apache server that has not been patched. If the Change_server.sh Apache upgrade script was run first, select 3 for Apache-fp.
  10. FrontPage Administrator's Password: Password

    This is the password for the non-UNIX account FrontPage Administrator.
  11. Confirm Password: Password
  12. Which local character encoding does your system support: [1] 1

    1 is selected for Latin 1 for English.
  13. What should the default language be: [1] 1

    1 is selected for the English language.
  14. Install new sub/per-user webs now (y/n): choose n

    If you want to install new subwebs or per-user Webs, you can do so now. This can also be done after the installation is complete with the FrontPage client software after the Change_server.sh has been applied or through the FPsrvadm.exe utility.
  15. Do you want to install Virtual Webs (y/n): choose n

    If you have configured other virtual servers in the Httpd.conf file, you can install the FrontPage Server Extensions to these virtual servers now. This can also be done after the installation is complete with the FPsrvadm.exe utility.
  16. Installation Completed! Exiting...
At this point, it is a good idea to test to see if the Server Extensions are installed properly. Try to open the Web with the FrontPage client software. You can test this by opening the root Web for this computer by opening the Web by the static IP of this computer.

If you want the ability to create subwebs for the virtual server where just installed the FrontPage Server Extensions from the FrontPage Client, you need to patch the server using the Change_server.sh script. The Change_server.sh script is located in /usr/local/frontpage/version4.0. Change the directory to /usr/local/frontpage/version4.0 to run the script. If you are upgrading from FrontPage 98 and your server is patched with your own compiled patch, please refer to the SERK for more details. If you installed the FrontPage 98 patch and did not compile it with your own modules, proceed with the upgrade.

On some servers, the Change_server.sh patch will fail if the Web server is running. In order to assure a clean install of the patch, please stop the server. Typically the process ID for stopping the server can be located in /usr/local/apache/var/run/httpd.pid. If you run the command more httpd.pid, you will get the process IDnumber. Next run the command kill 26477, where 26477 is the process ID for the Web server.

Running Change_server.sh

To patch the Apache Web server 1.3.1, use the following steps:
  1. Run ./change_server.sh
  2. Are you satisfied with your backup of the system (y/n): choose y
  3. Where is the current apache daemon located: [] /usr/local/apache/sbin/httpd

    You must use the entire path to the location of the httpd daemon for the Web server. Note that your location may be different than the example.
  4. Press Enter to continue.
  5. This is an Apache server! Would you like to upgrade it (y/n): choose y
  6. Enter UNIX Username: webuser
  7. Enter UNIX Group: webgroup
  8. Would you like to be prompted interactively for each webs owner/group (y/n)?: choose y
  9. Who should own web root web on port 80: [] webuser

    This is the UNIX account that will own the content area of the FrontPage web.
  10. What group should the group for web root web on port 80 be?: [] webgroup

    This is the UNIX group that will own the content area of the FrontPage Web.
  11. Would you like to set the default permissions (y/n): choose
    y

    It is recommended that you say yes at this prompt. Permissions will be tightened in the Apache-fp folder.
  12. Installation Completed!

    NOTE: You will need to stop the old server daemon and start the new one before your Webs will work properly. For instance, cd /usr/local/apache/sbin ./httpd

For the latest information about the latest releases and patches for the different variations of Apache, please see the following Web sites:

For more information about how to manually patch the Apache Web server with the FrontPage module, click the following article number to view the article in the Microsoft Knowledge Base:

216039 How to manually patch an Apache server

↑ Back to the top


Keywords: kbconfig, kbwebservices, kbwebserver, kbsetup, kbsweptsoltax, kbinfo, kb

↑ Back to the top

Article Info
Article ID : 202198
Revision : 1
Created on : 1/7/2017
Published on : 6/22/2014
Exists online : False
Views : 303