If you need to publish files to an executable folder on the server, you
need to make a request to the Server Administrator to create settings on
the server that allow this.
If the administrator cannot do this for you immediately, then you should
remove any files from the executable folder in your Web in order for the
published files to succeed until the setting is made on the server.
On Internet Information Server (IIS) 4.0, the setting to allow authors to
upload executables is created in the Internet Services Manager. For these
servers, the administrator must do the following:
- In the console tree, right-click the root Web where you want to
make the folders executable.
- Click Properties on the Shortcut menu, and then click the Server
Extensions tab.
- Make sure that the Don't Inherit Security Settings check box and
the Allow Authors to Upload Executables check box are both selected
(checked).
For all other Web servers on Windows, the setting is created using the
Stand Alone FrontPage MMC snap-in, Server Extensions Administrator. To
access the Server Extensions Administrator on Windows NT, do the
following:
- Click Start, and point to Programs.
- Point to Administrative Tools.
- Click Server Extensions Administrator.
To access the Server Extensions Administrator on Windows 95/98, do the
following:
- Click Start and point to Programs.
- Point to Microsoft Office Tools.
- Click Server Extensions Administrator.
To allow authors to upload executables, do the following:
- In the console tree, right-click the root Web where you want to
make the folders executable.
- Click Properties on the Shortcut menu, and then click the Server
Extensions tab.
- Make sure that the Allow Authors to Upload Executables check box
is selected.
On UNIX servers, the setting is created in the configuration files. When
NoExecutableCgiUpload is set to a non-zero (0) value, the FrontPage Server
Extensions set the execute bit on any CGI scripts that an author uploads
to a Web using FrontPage. A Web Presence Provider can manually set the
execute permission after inspecting the CGI script. When
NoExecutableCgiUpload is set to 0, the Server Extensions automatically set
the execute bit on CGI scripts to uploaded to an author's Cgi-bin
directory.
To make the setting global for all virtual servers on the UNIX server, add
the setting NoExecutableCgiUpload:0 to
/usr/local/frontpage/version4.0/frontpage.cnf.
To create the setting per virtual server:
For a single host system, create NoExecutableCgiUpload:0 in the
/usr/local/frontpage/we80.cnf
-OR-
For a multihosted system, created it in
/usr/local/frontpage/hostname:port.cnf.