Daniel Veillard | 663a607 | 2000-07-01 09:08:24 +0000 | [diff] [blame^] | 1 | <!DOCTYPE html PUBLIC "-//IETF//DTD HTML//EN"> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 2 | <html> |
| 3 | <head> |
| 4 | <meta name="GENERATOR" content="Microsoft FrontPage 4.0"> |
| 5 | <title>README - Microsoft FrontPage 2000 Server Extensions</title> |
| 6 | <meta name="Microsoft Theme" content="none"> |
| 7 | </head> |
| 8 | <body> |
| 9 | <font face="Verdana"> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 10 | <h1><a name="top">Microsoft FrontPage 2000 Server Extensions, UNIX</a></h1> |
| 11 | <font size="2"><i>© Copyright Microsoft Corporation, 1999 </i></font> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 12 | <p>The FrontPage Server Extensions are a set of programs on the Web server that support: |
Daniel Veillard | 424af39 | 1999-08-10 19:10:03 +0000 | [diff] [blame] | 13 | |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 14 | </p> |
| 15 | <ul> |
| 16 | <li>Authoring FrontPage webs</li> |
| 17 | <li>Administering FrontPage webs</li> |
| 18 | <li>Browse-time FrontPage web functionality</li> |
| 19 | </ul> |
| 20 | <h2>Contents </h2> |
| 21 | <a href="#relnotes">Release Notes</a> |
| 22 | <br> |
| 23 | <a href="#moreinfo">Resources for More Information</a> |
| 24 | <p> </p> |
| 25 | <hr> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 26 | <h2><a name="relnotes">Release Notes</a></h2> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 27 | <p>This section provides complementary or late-breaking |
| 28 | information to supplement the Microsoft FrontPage Server Extensions documentation.</p> |
| 29 | <p> |
| 30 | <a href="#apache">Apache 1.3.4 Support</a> |
| 31 | <br> |
| 32 | <a href="#upgrading">Upgrading from previous version of FrontPage Server Extensions</a> |
| 33 | <br> |
| 34 | <a href="#executables">Uploading files into executable folders</a> |
| 35 | </p> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 36 | <p align="right"><font size="1"><a href="#top">Top of Page</a></font></p> |
| 37 | <h3><a name="apache">Apache 1.3.4 Support</a></h3> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 38 | <p>You need to take some special steps to run the FrontPage Server Extensions with Apache 1.3.4. |
Daniel Veillard | 424af39 | 1999-08-10 19:10:03 +0000 | [diff] [blame] | 39 | FrontPage Server Extensions expect to find all resource directives in the main server |
| 40 | configuration file, usually http.conf. To prevent the server extensions from using any secondary |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 41 | configuration files (access.conf, srm.conf), add the following lines to http.conf:</p> |
| 42 | </font> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 43 | <blockquote><font face="Courier New"> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 44 | ResourceConfig /dev/null <br> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 45 | AccessConfig /dev/null</font></blockquote> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 46 | <font face="Verdana"> |
| 47 | <p>If you have some settings stored in secondary configuration files, move them to http.conf.</p> |
| 48 | <p>You must stop and restart the web server for your changes to http.conf to take effect.</p> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 49 | <p align="right"><font size="1"><a href="#relnotes">Top of Section</a></font></p> |
| 50 | <h3><a name="upgrading">Upgrading from previous version of FrontPage Server Extensions</a></h3> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 51 | <p>Custom entries in frontpage.cnf are not migrated to FrontPage 2000.</p> |
| 52 | <p>When you install FrontPage 2000 Server Extensions, a new frontpage.cnf file is created in the /usr/local/frontpage/version4.0 directory. |
Daniel Veillard | 424af39 | 1999-08-10 19:10:03 +0000 | [diff] [blame] | 53 | Any custom settings stored in a previous-version frontpage.cnf are not used. However, you can copy |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 54 | your custom settings from the previous-version frontpage.cnf file after you install the FrontPage 2000 Server Extensions.</p> |
| 55 | <p>Do not overwrite the FrontPage 2000 frontpage.cnf file with a frontpage.cnf file from an |
| 56 | earlier version of the FrontPage Server Extensions.</p> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 57 | <p align="right"><font size="1"><a href="#relnotes">Top of Section</a></font></p> |
| 58 | <h3><a name="executables">Uploading files into executable folders</a></h3> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 59 | <p>After upgrading to FrontPage 2000, FrontPage authors will not be able to upload files into |
Daniel Veillard | 424af39 | 1999-08-10 19:10:03 +0000 | [diff] [blame] | 60 | executable folders. For security reasons, the default setting on FrontPage 2000 webs does not |
| 61 | allow authors to upload executable files into executable folders in a FrontPage web. This |
| 62 | setting protects servers so that authors do not inadvertently upload a program containing a bug |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 63 | or a virus.</p> |
| 64 | <p>To allow FrontPage authors to upload executables, set the NoExecutableCgiUpload configuration |
Daniel Veillard | 424af39 | 1999-08-10 19:10:03 +0000 | [diff] [blame] | 65 | variable to zero (0). For information about FrontPage Server Extension configuration variables, |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 66 | see the FrontPage 2000 Server Extensions Resource Kit at <a href="http://officeupdate.microsoft.com/frontpage/wpp/serk/">http://officeupdate.microsoft.com/frontpage/wpp/serk/</a>.</p> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 67 | <p align="right"><font size="1"><a href="#relnotes">Top of Section</a></font></p> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 68 | <hr> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 69 | <h2><a name="moreinfo">Resources for More Information</a></h2> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 70 | <p>This section lists sources of more information about the |
| 71 | FrontPage Server Extensions.</p> |
| 72 | <p> |
| 73 | <a href="#serk">Server Extensions Resource Kit</a> |
| 74 | <br> |
| 75 | <a href="#serkupdate">Server Extensions Resource Kit Update</a> |
| 76 | <br> |
| 77 | <a href="#kb">Knowledge Base</a> |
| 78 | </p> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 79 | <p align="right"><font size="1"><a href="#top">Top of Page</a></font></p> |
| 80 | <h3><a name="serk">Server Extensions Resource Kit</a></h3> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 81 | <p>The FrontPage 2000 Server Extensions include a full set of documentation: the Server |
Daniel Veillard | 424af39 | 1999-08-10 19:10:03 +0000 | [diff] [blame] | 82 | Extensions Resource Kit. This is an HTML document installed on the server machine (by |
| 83 | default) in /usr/local/frontpage/version4.0/serk. To view the Server Extensions Resource |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 84 | Kit, open /usr/local/frontpage/version4.0/serk/default.htm in your Web browser.</p> |
| 85 | <p>The Server Extensions Resource Kit contains detailed information about installing and |
Daniel Veillard | 424af39 | 1999-08-10 19:10:03 +0000 | [diff] [blame] | 86 | administering the FrontPage Server Extensions along with an overview of the Server |
| 87 | Extensions, a detailed discussion of Server Extensions security on UNIX and Windows, |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 88 | troubleshooting information, and a full set of appendixes.</p> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 89 | <p align="right"><font size="1"><a href="#moreinfo">Top of Section</a></font></p> |
| 90 | <h3><a name="serkupdate">Server Extensions Resource Kit Update</a></h3> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 91 | <p>For updated information about installing, setting up, and administrating the FrontPage Server |
| 92 | Extensions, see the Server Extensions Resource Kit Update at: <a href="http://officeupdate.microsoft.com/frontpage/wpp/serk/">http://officeupdate.microsoft.com/frontpage/wpp/serk/</a>.</p> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 93 | <p align="right"><font size="1"><a href="#moreinfo">Top of Section</a></font></p> |
| 94 | <h3><a name="kb">Microsoft Knowledge Base</a></h3> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 95 | <p>For further technical information on FrontPage, please consult Support Online. Use Support |
Daniel Veillard | 7c1206f | 1999-10-14 09:10:25 +0000 | [diff] [blame] | 96 | Online to easily search Microsoft Product Support Services' collection of resources including |
Daniel Veillard | 71b656e | 2000-01-05 14:46:17 +0000 | [diff] [blame] | 97 | technical articles from Microsoft's extensive Knowledge Base, FAQs, & troubleshooters to find |
Daniel Veillard | 424af39 | 1999-08-10 19:10:03 +0000 | [diff] [blame] | 98 | fast, accurate answers. You can also customize the site to control your search using either |
Daniel Veillard | 7c1206f | 1999-10-14 09:10:25 +0000 | [diff] [blame] | 99 | keywords or the site's natural language search engine, which uses normal everyday language for |
Daniel Veillard | 424af39 | 1999-08-10 19:10:03 +0000 | [diff] [blame] | 100 | answering inquiries, so you can write your question in your own words. To begin, go to |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 101 | <a href="http://support.microsoft.com/support/">http://support.microsoft.com/support/</a>.</p> |
Daniel Veillard | 4a53eca | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 102 | <p align="right"><font size="1"><a href="#moreinfo">Top of Section</a></font></p> |
Daniel Veillard | af78a0e | 1999-12-12 13:03:50 +0000 | [diff] [blame] | 103 | <p> </p> |
| 104 | </font> |
| 105 | </body> |
| 106 | </html> |