Microsoft® Frontpage®
Microsoft FrontPage is a leading Web site
management and creation tool that combines ease of use, innovative imaging tools and seamless
integration with the Microsoft Office family of applications. Whether creating personal Web pages
or professional Internet sites, FrontPage delivers a complete solution for creating and managing
Web sites that get noticed.
Installing the Server Extensions
To install the Microsoft FrontPage Server Extensions on your virtual server, use the vinstall command. % vinstall frontpage
If you have virtual hosts configured on your virtual server, you will need to make sure they are in the usr/local/etc/httpd/vhosts directory before you can successfully install the FrontPage 2002 Server Extensions. You can use the vhostmv command to help you move your virtual subhosts if necessary. % vhostmv This command will move all your virtual host home directories, and attempt to rewrite the <VirtualHost> and access configurations in the web server configuration files. Use caution!!! Backup your files before using the vhostmv command!!! It has been tested with as many different virtual hosting configurations as we can think of, but perhaps not your particular configuration! If you are only moving some hosts, or if you want to manually move your virtual hosts to the ~/www/vhosts directory, and your server was setup prior to July 1, 1999, it is likely that a <Directory> directive will need to be created at the bottom of your ~/www/conf/httpd.conf file (or at the bottom of your ~/www/conf/access.conf file if you have three separate web server configuration files). The <Directory> directive you may need to add is as follows: <Directory /usr/local/etc/httpd/vhosts> Installing the Server Extensions on Virtual Hosts Installing FrontPage 2002 Server Extensions for virtual hosted domain names is easy. Use the same vinstall command that you used to install the FrontPage 2002 Server Extensions on your server. After installing the server extensions (or checking to see that the server extensions are already installed), the install program will then prompt you for the virtual host domains which you want the server extensions installed. Removing the Server Extensions % vuninstall frontpage
|