Web server application setup


From Docunext Technology Wiki

Jump to: navigation, search

Many web applications are "installed" and made accessible via web servers through the use of location aliases, that connect a url path to a filesystem location. This is OK but doesn't always work when it comes to virtual hosting.

Other times, web applications are installed by simply placing the code into the web server document root. This is easy, but can expose sensitive information to the web if a configuration change causes scripts to be processed differently.

Personal tools