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: [email protected]
ReportedBy: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]