On Wed, Jan 18, 2012 at 7:06 AM, Petr Hracek <phrac...@gmail.com> wrote:
> Dear users,
>
> do you have any suggestion how to solve that problem?
> I will try to summarized my problem:
> -- when I writedown to browser http://IP/index.shtml where is mentioned
> <!--#include virtual="./myCGIScript.cgi" -->
> then it shown me
>    [an error occured while processing this directive]
> in the /var/log/apache2/error_log is mentioned:
>  unable to include potential exec "./myCGIScript.cgi" in parsed file
> -- in the apache2 configuration file is mentioned
>  <Directory /opt/apache2/htdocs/>
>     Options IncludesNOEXEC -MultiViews -FollowSymLinks
>     Order deny,allow
>     Allow from all
>  </Directory>

Don't mix +/- with non +/-
Enable +Includes if you want SSI+CGI.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to