[PLDWWW] page changed: packages:apache
"Elan Ruusamäe (glen)"
glen at pld-linux.org
Thu Feb 12 16:55:24 CET 2015
record httpd restart problem
--- https://www.pld-linux.org/packages/apache?rev=1393622968
+++ https://www.pld-linux.org/packages/apache?rev=1423756524
@@ -1,5 +1,25 @@
====== Apache httpd ======
+
+ ===== Known Issues =====
+
+ 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 php session to blame, however, ''/etc/sysconfig/httpd'' has some 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]].
<note important>
@@ -11,9 +31,9 @@
**Note:**
In case there exist both //authz_host// **and** //access_compat// directives for a location, the **Deny** clause of **ANY** of them takes precedence (in short: **deny** always wins, regardless where it comes from).
</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]]
as for more complex examples, require ip or password:
@@ -72,6 +92,5 @@
<IfModule mod_authz_core.c>
Require all granted
</IfModule>
</code>
-
Diff URL:
https://www.pld-linux.org/packages/apache?do=diff&r1=1393622968&r2=1423756524
--
This mail was generated by DokuWiki at
https://www.pld-linux.org/
More information about the pld-cvs-commit
mailing list