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

Load Balancing Guide: update httpd 2.2 directives to httpd 2.4

XMLWordPrintable

      Change all httpd 2.2 directives to httpd 2.4
      There is a directive Require instead of
      Order deny,allow
      Deny from all
      Allow from 127.0.0.1

      for example:

      <Location /jkstatus/>
          JkMount status
          Order deny,allow
          Deny from all
          Allow from 127.0.0.1
      </Location>
      

      should be changed to:

      <Location /jkstatus/>
          JkMount status
          Require ip 127.0.0.1
      </Location>
      

            lcosti.redhat Lucas Costi (Inactive)
            lfuka Libor Fuka
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: