> -----Original Message----- > From: CMS [mailto:[EMAIL PROTECTED]] > Sent: Saturday, April 27, 2002 10:11 PM > To: cgi > Subject: problem with #exec > > > Here one, > > I have the<!--#exec cgi=˛/cgi-bin/count.pl˛--> > on our web page, > > this error is display were the tag is: > > [an error occurred while processing this directive] > on the website, > > and this is the error in the log file; > > [Sat Apr 27 20:37:18 2002] > httpd: exec used but not allowed > in > /usr/local/etc/httpd/WebSites/www.iCommerce4Business.com/index.shtml
Sounds like you have "Options IncludesNOEXEC" instead of "Options Includes" See: http://httpd.apache.org/docs/mod/core.html#options > > there something wrong somewhere, > the script is right. > > or should I used something else, like include virtual= ? Probably. #include virtual is more flexible. See: http://httpd.apache.org/docs/mod/mod_include.html#includevirtual -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]