User Tools

Site Tools


packages:apache

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
packages:apache [2014-02-27 21:34] – add ldap sample glenpackages:apache [2015-02-12 17:06] (current) – [Known Issues] links glen
Line 1: Line 1:
 ====== Apache httpd ====== ====== Apache httpd ======
 +
 +===== Known Issues =====
 +
 +[[http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-October/024055.html|Problem]]: Apache fails  to do ''restart'', but succeeds if you do ''stop'' followed by ''start''.
 +<code>
 +# service httpd restart
 +Checking Apache 2.4 Web Server configuration.................................[ DONE ]
 +Stopping Apache 2.4 Web Server service.......................................[ DONE ]
 +Starting Apache 2.4 Web Server service.......................................[ FAIL ]
 +(98)Address already in use: AH00072: make_sock: could not bind to address [::]:8080
 +(98)Address already in use: AH00072: make_sock: could not bind to address 0.0.0.0:8080
 +no listening sockets available, shutting down
 +AH00015: Unable to open logs
 +</code>
 +
 +It's [[http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-October/024061.html|php]] [[http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-October/024062.html|session]] to blame, however, ''/etc/sysconfig/httpd'' has [[http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2014-October/024065.html|some]] [[http://git.pld-linux.org/?p=packages/apache.git;a=commitdiff;h=00ab488f59c5aacbcab9708a1c70b142520264d2|variable]] where you can adjust sleep between stop and start
 +
 +You should try enabling and increasing it
 +
 +===== Apache 2.4 =====
  
 Apache 2.4 has landed in Th on June 7, 2013. See [[http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2013-June/023560.html|announcement]]. Apache 2.4 has landed in Th on June 7, 2013. See [[http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2013-June/023560.html|announcement]].
Line 13: Line 33:
 </note> </note>
  
-===== Upgrading =====+==== Upgrading ====
  
 Detailed information about upgrading and all changes between apache 2.2 and 2.4 can be found [[https://httpd.apache.org/docs/2.4/upgrading.html|here]] Detailed information about upgrading and all changes between apache 2.2 and 2.4 can be found [[https://httpd.apache.org/docs/2.4/upgrading.html|here]]
Line 50: Line 70:
  
 Source: http://blog.hqcodeshop.fi/archives/63-Migrating-access-control-into-Apache-2.4.html Source: http://blog.hqcodeshop.fi/archives/63-Migrating-access-control-into-Apache-2.4.html
 +
 +If you need to ''AND'' multiple requires, wrap them inside [[http://httpd.apache.org/docs/current/mod/mod_authz_core.html#requireall|<RequireAll></RequireAll>]]
  
 ===== Apache 2.2 and 2.4 compatible configs ===== ===== Apache 2.2 and 2.4 compatible configs =====
Line 72: Line 94:
 </IfModule> </IfModule>
 </code> </code>
- 
  
packages/apache.1393533263.txt.gz · Last modified: 2014-02-27 21:34 by glen

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS PLD Linux Driven by DokuWiki