Intro to Apache - ApacheCon
Containers:
  • A <Location> handler is a way to map a URL to something that is not necessarily a file or directory.

    
        <Location /foo>
            AddHandler handlername
        </Location>
    
      

  • Where /foo is the actual URL. This means that you can make up any URL you want, with no regard to directory structure.

Index
Back to Configuring cont'd: containers (scope)
Forward to Handlers

ApacheCon : Intro to Apache - Slide #67 of 139