Web server files
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=Web |thiscat=Web server files }} While anything stored on a web server (including the site's web pages and documents themselves) i...") |
Dan Tobias (Talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 8: | Line 8: | ||
* Apache | * Apache | ||
− | ** [[ | + | ** [[.htaccess (Apache)]] |
− | ** [[. | + | ** [[httpd.conf (Apache)]] |
+ | ** [[mime.types (Apache)]] | ||
+ | |||
+ | * Apache Tomcat (Catalina) | ||
+ | ** [[catalina.policy]] | ||
+ | ** [[catalina.properties]] | ||
+ | ** [[catalina.out]] (log) | ||
+ | ** [[logging.properties]] | ||
+ | ** [[content.xml]] | ||
+ | ** [[server.xml]] | ||
+ | ** [[tomcat-users.xml]] (credentials) | ||
+ | ** [[web.xml]] | ||
+ | |||
+ | * [[Common Log Format]] (used by Apache and others) | ||
+ | ** [[Combined Log Format]] (an extended version of Common Log Format with referer and user-agent info) | ||
* [[Microsoft IIS configuration]] | * [[Microsoft IIS configuration]] | ||
+ | |||
+ | =Resources= | ||
+ | * [http://www.mulesoft.com/tomcat-catalina An Introduction To Tomcat Catalina] |
Latest revision as of 22:26, 16 December 2012
While anything stored on a web server (including the site's web pages and documents themselves) is technically a "Web server file", this category is specifically for files particular to a server, such as the configuration files that set particular options for a server or the sites it serves.
- Apache Tomcat (Catalina)
- catalina.policy
- catalina.properties
- catalina.out (log)
- logging.properties
- content.xml
- server.xml
- tomcat-users.xml (credentials)
- web.xml
- Common Log Format (used by Apache and others)
- Combined Log Format (an extended version of Common Log Format with referer and user-agent info)