Difference between revisions of "Apache httpd"

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search
(post-move tidying)
(→‎Subpages: lost subpage found again)
Line 10: Line 10:
 
This page is about the [[Apache web server]] software.
 
This page is about the [[Apache web server]] software.
 
===Subpages===
 
===Subpages===
 +
* [[/.htaccess]]
 
* [[/SSL]]: configuring Apache to serve [[https]] ([[secure sockets layer|SSL]])
 
* [[/SSL]]: configuring Apache to serve [[https]] ([[secure sockets layer|SSL]])
 +
 
===Related Pages===
 
===Related Pages===
 
* [[Apache and PHP]]
 
* [[Apache and PHP]]

Revision as of 22:45, 12 April 2015

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

Links

Official