https://issues.apache.org/bugzilla/show_bug.cgi?id=51547
Bug #: 51547 Summary: Enable Options +IncludesNOEXEC but still can run #exec cgi Product: Apache httpd-2 Version: 2.2.19 Platform: Other OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: All AssignedTo: bugs@httpd.apache.org ReportedBy: nat...@gmail.com Classification: Unclassified <Directory "/"> Options +ExecCGI +FollowSymLinks -Includes +IncludesNOEXEC +Indexes -MultiViews +SymLinksIfOwnerMatch AllowOverride All </Directory> With above setting, I can run #exec cgi. Very strange! --------------------------------------------------------------------- <Directory "/"> Options +ExecCGI +FollowSymLinks +Includes -IncludesNOEXEC +Indexes -MultiViews +SymLinksIfOwnerMatch AllowOverride All </Directory> With above setting, I can't run any server-side includes. --------------------------------------------------------------------- -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org