[users@httpd] Re: Running script CGI with IncludesNOEXEC

2012-01-18 Thread Petr Hracek
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

Re: [users@httpd] Re: Running script CGI with IncludesNOEXEC

2012-01-18 Thread Eric Covener
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

Re: [users@httpd] Re: Running script CGI with IncludesNOEXEC

2012-01-18 Thread Pete Houston
On Wed, Jan 18, 2012 at 01:06:19PM +0100, Petr Hracek wrote: -- in the apache2 configuration file is mentioned Directory /opt/apache2/htdocs/ Options IncludesNOEXEC -MultiViews -FollowSymLinks Order deny,allow Allow from all /Directory In your Options line you are mixing

Re: [users@httpd] Re: Running script CGI with IncludesNOEXEC

2012-01-18 Thread Petr Hracek
I have updated my configuration file so that: DocumentRoot /opt/apache/htdocs/pubdocs Directory / Options +IncludesNOEXEC -MultiViews -Indexes -FollowSymLinks AllowOverride None Order allow,deny Deny from all /Directory Directory /opt/apache/htdocs/pubdocs

Re: [users@httpd] Re: Running script CGI with IncludesNOEXEC

2012-01-18 Thread Eric Covener
On Wed, Jan 18, 2012 at 7:43 AM, Petr Hracek phrac...@gmail.com wrote: I have updated my configuration file so that: DocumentRoot /opt/apache/htdocs/pubdocs Directory /        Options +IncludesNOEXEC -MultiViews -Indexes -FollowSymLinks How does your SHTML include the CGI script?

Re: [users@httpd] Re: Running script CGI with IncludesNOEXEC

2012-01-18 Thread Petr Hracek
Over HTML directive !-- #include virtual=./myCGIScript.cgi -- best regards Petr Dne 18. ledna 2012 15:51 Eric Covener cove...@gmail.com napsal(a): On Wed, Jan 18, 2012 at 7:43 AM, Petr Hracek phrac...@gmail.com wrote: I have updated my configuration file so that: DocumentRoot