-
Bug
-
Resolution: Done
-
Blocker
-
JWS 3.0.1 ER1
-
None
There is an inconsistency between RHEL and Solaris apache configuration file
RHEL <Files ~ "^\.ht"> Require all denied </Files> and Solaris <Files ".ht*"> Require all denied </Files>
Because of that, apache on Solaris has no access to /error/noindex.html page.
Throwing instead
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>403 Forbidden</title> </head><body> <h1>Forbidden</h1> <p>You don't have permission to access / on this server.</p> <p>Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.</p> <hr> <address>Apache/2.4.6 (Unix) Server at localhost Port 181</address> </body></html>
It is related to issues in https://issues.jboss.org/browse/JWS-136
- is related to
-
JWS-136 Apache HTTP Server configuration inconsistencies on Solaris
- Closed