URL Mapping - ApacheCon 2005
URL Mappinghttp://httpd.apache.org/docs/sections.html - The process of translating a URL into an actual something that is sent out to the user.
- Can be a static file (html, gif, etc)
- Or a program (cgi, php)
- Or a handler (mod_perl, Java servlet, handler in a module)
- Or something else ... ( ?? )
|
|