Difference between revisions of "Apache httpd"
Jump to navigation
Jump to search
m (moved software/Apache to Apache web server over redirect) |
(post-move tidying) |
||
| Line 1: | Line 1: | ||
<hide> | <hide> | ||
| − | [[ | + | [[page type::article]] |
| + | [[thing type::software]] | ||
| + | [[architecture::server]] | ||
| + | [[purpose::web server]] | ||
| + | [[license::open source]] | ||
[[category:software]] | [[category:software]] | ||
</hide> | </hide> | ||
==About== | ==About== | ||
| − | This page is about the Apache web server software. | + | This page is about the [[Apache web server]] software. |
===Subpages=== | ===Subpages=== | ||
* [[/SSL]]: configuring Apache to serve [[https]] ([[secure sockets layer|SSL]]) | * [[/SSL]]: configuring Apache to serve [[https]] ([[secure sockets layer|SSL]]) | ||
Revision as of 13:15, 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