Uploaded image for project: 'JBoss Web Server'
  1. JBoss Web Server
  2. JWS-198

Apatche HTTP Server Configuration error on Solaris

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • JWS 3.0.1 CR2
    • JWS 3.0.1 ER1
    • httpd
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              rhn-engineering-mturk Mladen Turk
              bsikora Bogdan Sikora (Inactive)
              Jean-Frederic Clere, Richa Marwaha
              Bogdan Sikora Bogdan Sikora (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: