|
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\
- 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/
- 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>
|