Server-status problem Apache 2.2
Hello
I'm upgrade apache 2.0 to apache 2.2 and now have server-status problem: Failed to receive status information from Apache. Apache working normally.
I found that problem is in httpd.conf i have:
Options -ExecCGI FollowSymLinks -Includes -IncludesNOEXEC -Indexes -MultiViews SymLinksIfOwnerMatch
AllowOverride All
When i change that to:
Options All
AllowOverride All
Then server-status working propertly. Question is why with my options: "Options -ExecCGI FollowSymLinks -Includes -IncludesNOEXEC -Indexes -MultiViews SymLinksIfOwnerMatch" dont work? On apache 2.0 that options working propertly.
Thanx!
-
OK i found SymLinksIfOwnerMatch was the problem. Changed to Options -ExecCGI FollowSymLinks -Includes -IncludesNOEXEC -Indexes -MultiViews AllowOverride All And apache server-status now showing ok :) 0 -
Hello :) I am happy to see the issue has been resolved. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
2 comments