Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Rackspace: Windows Server 2012 & Apache 2.4.9 |
|
Author |
|
lenin.meza
Joined: 13 Feb 2015 Posts: 2 Location: México, DF
|
Posted: Fri 13 Feb '15 18:13 Post subject: Rackspace: Windows Server 2012 & Apache 2.4.9 |
|
|
Apache in port 443 stops randomly, Apache in port 80 is OK!
- Apache version:
Code: | Server version: Apache/2.4.9 (Win32)
Apache Lounge VC11 Server built: Mar 16 2014 12:13:13 |
- Operating System:
Code: | OS Name: Microsoft Windows Server 2012 Standard
OS Version: 6.2.9200 N/A Build 9200 |
- Indications in the log file: error.log:
Code: | [Fri Feb 13 08:16:09.409602 2015] [core:warn] [pid 4184:tid 324] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Feb 13 08:16:09.643606 2015] [mpm_winnt:notice] [pid 4184:tid 324] AH00455: Apache/2.4.9 (Win32) OpenSSL/1.0.1g PHP/5.5.11 configured -- resuming normal operations
[Fri Feb 13 08:16:09.643606 2015] [mpm_winnt:notice] [pid 4184:tid 324] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:13:13
[Fri Feb 13 08:16:09.643606 2015] [core:notice] [pid 4184:tid 324] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Fri Feb 13 08:16:09.643606 2015] [mpm_winnt:notice] [pid 4184:tid 324] AH00418: Parent: Created child process 1572
[Fri Feb 13 08:16:10.454820 2015] [mpm_winnt:notice] [pid 1572:tid 332] AH00354: Child: Starting 400 worker threads. |
- version of eg. php, mysql etc.
Code: | PHP 5.5.11 (cli) (built: Apr 8 2014 15:07:14)
Copyright (c) 1997-2014 The PHP Group
Zend Engine v2.5.0, Copyright (c) 1998-2014 Zend Technologies |
Code: | Server version: 5.6.16 MySQL Community Server (GPL) |
Code: | XAMPP 1.8.1 (2013-04-15) |
- Modules compiled with Apache:
Quote: | # httpd -l
Compiled in modules:
core.c
mod_win32.c
mpm_winnt.c
http_core.c
mod_so.c |
- Directives in Apache configuration files:
httpd.conf
httpd-default.conf
Quote: | UseCanonicalName Off |
httpd-ssl.conf
Quote: | Listen 443
SSLProtocol All -SSLv2 -SSLv3
<VirtualHost *:443>
SSLEngine on
</VirtualHost> |
- Ports and process:
Code: | > netstat -ano & tasklist /svc
Proto Local Address Foreign Address State PID
TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4184
TCP 0.0.0.0:443 0.0.0.0:0 LISTENING 4184
TCP 198.61.209.247:80 189.169.157.186:20022 CLOSE_WAIT 4184
TCP [::]:80 [::]:0 LISTENING 4184
TCP [::]:443 [::]:0 LISTENING 4184
svchost.exe 676 BrokerInfrastructure, DcomLaunch, LSM,
svchost.exe 712 RpcEptMapper, RpcSs
svchost.exe 772 Dhcp, EventLog, lmhosts
svchost.exe 852 BITS, CertPropSvc, gpsvc, IKEEXT, iphlpsvc,
svchost.exe 920 EventSystem, FontCache, netprofm, nsi
svchost.exe 1000 CryptSvc, Dnscache, LanmanWorkstation,
svchost.exe 1016 BFE, DPS, MpsSvc
svchost.exe 1192 AppHostSvc
svchost.exe 1476 Netman, TrkWks, UALSVC, UmRdpService
svchost.exe 1968 TermService
svchost.exe 1992 PolicyAgent |
|
|
Back to top |
|
glsmith Moderator
Joined: 16 Oct 2007 Posts: 2268 Location: Sun Diego, USA
|
Posted: Fri 13 Feb '15 19:06 Post subject: |
|
|
Port 80 is ok probably because it's used less. You should see something about asynchronous acceptex failed in your error log.
In httpd.conf add anywhere;
AcceptFilter http none
AcceptFilter https none |
|
Back to top |
|
lenin.meza
Joined: 13 Feb 2015 Posts: 2 Location: México, DF
|
Posted: Fri 13 Feb '15 19:31 Post subject: Thanks!! |
|
|
Thanks glsmith!
Just now i read the next posts:
I applied the changes and am awaiting new server crashes |
|
Back to top |
|
|
|
|
|
|