apache_nt

When you click on New Message,  a dialog asks you to save the cgi file.

Execute Permissions Need to be Given to NetObjects BBS\cgi-bin\

  1. Edit the srm.conf file in the \apache\conf directory:

    # ScriptAlias: This controls which directories contain server scripts.
    # Format: ScriptAlias fakename realname

    ScriptAlias /bbs/cgi-bin/ D:/apache/htdocs/bbs/cgi-bin/
     
  2. Edit the access.conf file in the \apache\conf directory:

    # /apache/cgi-bin should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.

    <Directory /bbs/cgi-bin/>
    AllowOverride None
    Options None
    </Directory>
     

Go Back to Previous Page

Have a question that you canīt find the answer to? Want to report a possible bug?

Send a help request to NetObjects Technical Support