Difference between revisions of "Configuration (Apache)"

Jump to navigation Jump to search
m
→‎Status Page: Added apachectl fullstatus
m (→‎Status Page: Added apachectl fullstatus)
 
Line 63: Line 63:
  </IfModule>
  </IfModule>


Restart Apache to apply (<code>service apache2 restart</code>), then access through through an URL similar to http://www.domain.com/server-status.
Restart Apache to apply (<code>apache2ctl -k graceful</code>), then access through through an URL similar to http://www.domain.com/server-status.
 
If you also add <code>127.0.0.1</code> to the <code>Allow from</code> statement above you can get a status output to the console by using...
* <code> apache2ctl fullstatus </code>


For further info see http://httpd.apache.org/docs/2.2/mod/mod_status.html
For further info see http://httpd.apache.org/docs/2.2/mod/mod_status.html


[[Category:Apache]]
[[Category:Apache]]

Navigation menu