Difference between revisions of "Apache httpd"
Jump to navigation
Jump to search
m (moved Apache to software/Apache: disambiguation) |
(extracted SSL stuff to subpage) |
||
Line 1: | Line 1: | ||
+ | <hide> | ||
+ | [[subject::Apache web server]] | ||
+ | [[category:software]] | ||
+ | </hide> | ||
==About== | ==About== | ||
− | + | This page is about the Apache web server software. | |
+ | ===Subpages=== | ||
+ | * [[/SSL]]: configuring Apache to serve [[https]] ([[secure sockets layer|SSL]]) | ||
===Related Pages=== | ===Related Pages=== | ||
* [[Apache and PHP]] | * [[Apache and PHP]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
===useful diagnostics=== | ===useful diagnostics=== | ||
− | To see accesses to your Apache server in more-or-less real-time, run the following from your Apache logfile directory: | + | To see all accesses to your Apache server in more-or-less real-time, run the following from your Apache logfile directory: |
find . -name "*.log" | xargs tail -f | find . -name "*.log" | xargs tail -f | ||
− | |||
==Links== | ==Links== | ||
===Official=== | ===Official=== | ||
* [http://httpd.apache.org Apache HTTP Server homepage] | * [http://httpd.apache.org Apache HTTP Server homepage] |
Revision as of 13:12, 12 April 2012
About
This page is about the Apache web server software.
Subpages
Related Pages
useful diagnostics
To see all accesses to your Apache server in more-or-less real-time, run the following from your Apache logfile directory:
find . -name "*.log" | xargs tail -f