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