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

2012-01-18 Thread Petr Hracek
Over HTML directive best regards Petr Dne 18. ledna 2012 15:51 Eric Covener napsal(a): > On Wed, Jan 18, 2012 at 7:43 AM, Petr Hracek wrote: >> I have updated my configuration file so that: >> >> DocumentRoot "/opt/apache/htdocs/pubdocs" >> >> >>        Options +IncludesNOEXEC -MultiViews -In

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 wrote: > I have updated my configuration file so that: > > DocumentRoot "/opt/apache/htdocs/pubdocs" > > >        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
I have updated my configuration file so that: DocumentRoot "/opt/apache/htdocs/pubdocs" Options +IncludesNOEXEC -MultiViews -Indexes -FollowSymLinks AllowOverride None Order allow,deny Deny from all Options +IncludesNOEXEC -MultiViews -FollowSymLinks Or

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 > > Options IncludesNOEXEC -MultiViews -FollowSymLinks > Order deny,allow > Allow from all > In your Options line you are mixing absolute and relative directives. D

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 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 > > then it shown me >    [an error occured while processing

[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 then it shown me [an error occured while processing this directive] in the /var/log/apache2/error_log is mentioned: u