Search found 295 matches: php5ts

Searched query: +php5ts

Return to advanced search

Unable to start Apache with PHP 5.6.40

Hi All,

I have downloaded the latest version of XAMPP (8.2.0) which comes with PHP 8.0 and is running successfully. However the sites I'm looking to emulate for historical purposes require PHP 5.6.40.

To downgrade to this version I have undertaken the following steps,

  1. Downloaded PHP 5.6.40 from here - https://windows.php.net/downloads/releases/archives/
  2. Renamed the PHP folder in /xampp to PHP8
  3. Creates a new folder in /xampp called PHP and extracted the PHP 5.6.40 files into this folder.

Then I opened /xampp/apache/conf/extra/httpd-xampp.conf and changed

Code: Select all
LoadFile "C:/xampp/php/php8ts.dll"
LoadFile "C:/xampp/php/libpq.dll"
LoadFile "C:/xampp/php/libsqlite3.dll"
LoadModule php_module "C:/xampp/php/php8apache2_4.dll"


to

Code: Select all
LoadFile "C:/xampp/php/php5ts.dll"
LoadFile "C:/xampp/php/libpq.dll"
LoadFile "C:/xampp/php/libsqlite3.dll"
LoadModule php_module "C:/xampp/php/php5apache2_4.dll"


I then attempt to start Apache and receive the following error,

Code: Select all
1:28:09 PM  [Apache]    Error: Apache shutdown unexpectedly.
1:28:09 PM  [Apache]    This may be due to a blocked port, missing dependencies,
1:28:09 PM  [Apache]    improper privileges, a crash, or a shutdown by another method.
1:28:09 PM  [Apache]    Press the Logs button to view error logs and check
1:28:09 PM  [Apache]    the Windows Event Viewer for more clues
1:28:09 PM  [Apache]    If you need more help, copy and post this
1:28:09 PM  [Apache]    entire log window on the forums


However, the apache error logs are empty, and the PHP error log shows "the system cannot find the specified path"

If I rename the PHP folder to PHP5 and rename PHP8 to PHP - Apache starts correctly (and generates some errors due to the web application not being PHP 8 compatible so this is fine)

Any suggestions on a step I may have missed would be appreciated.
by Always_learning
10. February 2023 03:36
 
Forum: XAMPP for Windows
Topic: Unable to start Apache with PHP 5.6.40
Replies: 9
Views: 14333

Re: Umstellen auf MariaDB?

Hä??

HIer schreibst Du noch folgendes:

Das Problem ist ich habe nach Folgender Anleitung http://localhost/dashboard/docs/use-dif ... rsion.html eine php 5.6.40 installieren und wenn ich Folgenden schritt mache.

Edit the httpd-xampp.conf file in the apache\conf\extra\ subdirectory of your XAMPP installation directory. Within this file, search for all instances of the old PHP directory path and replace them with the path to the new PHP directory created in Step 1.

In particular, be sure to change the lines

LoadFile "/xampp/php/php7ts.dll"
LoadFile "/xampp/php/libpq.dll"
LoadModule php7_module "/xampp/php/php7apache2_4.dll"

to

LoadFile "/xampp/php-5.6.40/php5ts.dll"
LoadFile "/xampp/php-5.6.40/libpq.dll"
LoadModule php5_module "/xampp/php-5.6.40/php5apache2_4.dll"

Startet der Apache nicht mehr.
netzreiter

Posts: 13
Joined: 17. June 2017 17:48
XAMPP version: xampp-win32-1.8.2-2-VC9
Operating System: Windows 7 Ultimate
Top



Hast Du das nun gemacht oder nicht?? Nur um es nochmal klar zu stellen:

Genau das DARFST DU NICHT MACHEN!! Du musst ALLES deinstallieren und runterwerfen, was mit Xampp zu tun hat und dann musst Du die Version 5.6.40 installieren. Und sonst NICHTS. Ist es das, was Du getan hast? Wenn ja, dann kann ich leider nicht mehr helfen, dann weiß ich nicht, woran Dein Xampp scheitert.
by Nobbie
25. May 2021 19:00
 
Forum: MariaDB - MySQL
Topic: Umstellen auf MariaDB?
Replies: 13
Views: 25227

Re: Umstellen auf MariaDB?

Ja sorry da habe ichz mich wohl geirrt,aber ich habe nun ein PHP Problem meine version sollte eigentlich mit php 5.6.40 laufen aber wie der Folgende Fehler zeigt scheint es mit php 7.? zu laufen kann man irgendwo die php version anpassen?

Deprecated: __autoload() is deprecated, use spl_autoload_register() instead in C:\xampp\htdocs\wbb3\wcf\lib\core.functions.php on line 27

Fatal error: Uncaught TypeError: Argument 1 passed to WCF::handleException() must be an instance of Exception, instance of Error given in C:\xampp\htdocs\wbb3\wcf\lib\system\WCF.class.php:254 Stack trace: #0 [internal function]: WCF::handleException(Object(Error)) #1 {main} thrown in C:\xampp\htdocs\wbb3\wcf\lib\system\WCF.class.php on line 254

Mein Apache startet nicht mehr es kommt Folgender fehler.

Das Problem ist ich habe nach Folgender Anleitung http://localhost/dashboard/docs/use-dif ... rsion.html eine php 5.6.40 installieren und wenn ich Folgenden schritt mache.

Edit the httpd-xampp.conf file in the apache\conf\extra\ subdirectory of your XAMPP installation directory. Within this file, search for all instances of the old PHP directory path and replace them with the path to the new PHP directory created in Step 1.

In particular, be sure to change the lines

LoadFile "/xampp/php/php7ts.dll"
LoadFile "/xampp/php/libpq.dll"
LoadModule php7_module "/xampp/php/php7apache2_4.dll"

to

LoadFile "/xampp/php-5.6.40/php5ts.dll"
LoadFile "/xampp/php-5.6.40/libpq.dll"
LoadModule php5_module "/xampp/php-5.6.40/php5apache2_4.dll"

Startet der Apache nicht mehr.
by netzreiter
24. May 2021 16:37
 
Forum: MariaDB - MySQL
Topic: Umstellen auf MariaDB?
Replies: 13
Views: 25227

PHP7 & PHP5

Hallo Profis,
ich habe PHP 7.2.3 im Ordner "php" und PHP 5.5.38 im Ordner "php5.5.38" installiert.
Je nachdem welche Version ich benutze, ändere ich die "httpd-xampp.conf

# PHP-Module setup
#
#LoadFile "D:/xampp/php/php7ts.dll"
#LoadFile "D:/xampp/php/libpq.dll"
#LoadModule php7_module "D:/xampp/php/php7apache2_4.dll"

LoadFile "D:/xampp/php5.5.38/php5ts.dll"
LoadFile "D:/xampp/php5.5.38/libpq.dll"
LoadModule php5_module "D:/xampp/php5.5.38/php5apache2_4.dll"

Wenn ich PHP5 aktiviere, werden Scripte in meinem Projekt, die mit Endung .php5 nicht verarbeitet.
Habe ich eine Einstellung vergessen?
Kann ich das irgendwo einstellen?

Vielen Gank im voraus
by andre lieske
04. February 2019 06:36
 
Forum: XAMPP für Windows
Topic: PHP7 & PHP5
Replies: 4
Views: 7898

What php5.dll to use?

DLL missing functions on startup, seems to work OK when the functions are missing.
entry ‘core_globals_id & php_sys_stat_ex’ found in php5ts.dll Size 6,012KB missing functions
entry ‘ core_globals & php_sys_stat’ found in php5Org.dll Size 5,446KB works, solves the php5ts.dll missing functions.
php5Org.dll and rename to php5.dll and placed in F:\xampp7\apache\bin & F:\xampp7\php\
Now missing SSLEAY32.dll when xampp Control Panel V3.2.2 starts up.
Tired of trying different sizes of php.dll, and I would like a clean start up.
All suggestion are more than welcomed.
by GrayRyder
04. November 2018 21:13
 
Forum: XAMPP for Windows
Topic: What php5.dll to use?
Replies: 1
Views: 4610

Re: New Xampp Security Concept in 5.6.31

Nobbie wrote:
Dietmar_Reh wrote:Maskierte Daten? Hier steht mein richtiger Name und das Bild bin auch ich.


Das hier ist meine Jungfräuliche "httpd-xampp.conf" Weist du zufällig welche "Require local" ich in was umändern muss? Ich erinnere mich schwach, in der "httpd.conf und "php.ini" muss glaub ich auch was geändert werden.

Habe eben die "apache.exe" in der Firewall vollen Zugriff gegeben nach der Anleitung hier: https://www.youtube.com/watch?v=eqgUGF3NnuM

Code: Select all

#
# XAMPP settings
#

<IfModule env_module>
    SetEnv MIBDIRS "C:/xampp/php/extras/mibs"
    SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
    SetEnv OPENSSL_CONF "C:/xampp/apache/bin/openssl.cnf"
    SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
    SetEnv PHPRC "\\xampp\\php"
    SetEnv TMP "\\xampp\\tmp"
</IfModule>

#
# PHP-Module setup
#
LoadFile "C:/xampp/php/php5ts.dll"
LoadFile "C:/xampp/php/libpq.dll"
LoadModule php5_module "C:/xampp/php/php5apache2_4.dll"

<FilesMatch "\.php$">
    SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
    SetHandler application/x-httpd-php-source
</FilesMatch>

#
# PHP-CGI setup
#
#<FilesMatch "\.php$">
#    SetHandler application/x-httpd-php-cgi
#</FilesMatch>
#<IfModule actions_module>
#    Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
#</IfModule>


<IfModule php5_module>
    PHPINIDir "C:/xampp/php"
</IfModule>

<IfModule mime_module>
    AddType text/html .php .phps
</IfModule>

ScriptAlias /php-cgi/ "C:/xampp/php/"
<Directory "C:/xampp/php">
    AllowOverride None
    Options None
    Require all denied
    <Files "php-cgi.exe">
          Require all granted
    </Files>
</Directory>

<Directory "C:/xampp/cgi-bin">
    <FilesMatch "\.php$">
        SetHandler cgi-script
    </FilesMatch>
    <FilesMatch "\.phps$">
        SetHandler None
    </FilesMatch>
</Directory>

<Directory "C:/xampp/htdocs/xampp">
    <IfModule php5_module>
       <Files "status.php">
          php_admin_flag safe_mode off
       </Files>
    </IfModule>
    AllowOverride AuthConfig
</Directory>

<IfModule alias_module>
    Alias /licenses "C:/xampp/licenses/"
    <Directory "C:/xampp/licenses">
        Options +Indexes
        <IfModule autoindex_color_module>
            DirectoryIndexTextColor  "#000000"
            DirectoryIndexBGColor "#f8e8a0"
            DirectoryIndexLinkColor "#bb3902"
            DirectoryIndexVLinkColor "#bb3902"
            DirectoryIndexALinkColor "#bb3902"
        </IfModule>
        Require local
        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
   </Directory>

    Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
    <Directory "C:/xampp/phpMyAdmin">
        AllowOverride AuthConfig
        Require local
        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
    </Directory>

    Alias /webalizer "C:/xampp/webalizer/"
    <Directory "C:/xampp/webalizer">
        <IfModule php5_module>
          <Files "webalizer.php">
             php_admin_flag safe_mode off
          </Files>
        </IfModule>
        AllowOverride AuthConfig
        Require local
        ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
    </Directory>
</IfModule>
by Dietmar_Reh
16. September 2017 21:42
 
Forum: XAMPP für Windows
Topic: New Xampp Security Concept in 5.6.31
Replies: 34
Views: 57896

Re: XAMPP Windows mit mehreren PHP-Versionen

Hallo,
habe es hinbekommen musste die Datei "httpd-xampp.conf" anpassen.
Code: Select all
# PHP-Module setup
#
#LoadFile "C:/xampp/php/php7ts.dll"
#LoadFile "C:/xampp/php/libpq.dll"
#LoadModule php7_module "C:/xampp/php/php7apache2_4.dll"

LoadFile "C:/xampp/php5.5.38/php5ts.dll"
LoadFile "C:/xampp/php/libpq.dll"
LoadModule php5_module "C:/xampp/php5.5.38/php5apache2_4.dll"
by andre lieske
13. August 2017 05:51
 
Forum: XAMPP für Windows
Topic: XAMPP Windows mit mehreren PHP-Versionen
Replies: 3
Views: 9480

phpmyadmin error after changing PHP version

I followed this guide installing php version 7.0.21 (from php.net) and changed every path of /php to my newly created php directory /php7-0-21

Use a Different PHP Version
In many cases, you might want to use XAMPP with a different PHP version than the one that comes pre-installed. You might do this to get the benefits of a newer version of PHP, or to reproduce bugs using an earlier version of PHP.

To use a different version of PHP with XAMPP, follow these steps:

Download a binary build of the PHP version that you wish to use from the PHP website, and extract the contents of the compressed archive file to your XAMPP installation directory (usually, C:\xampp). Ensure that you give it a different directory name to avoid overwriting the existing PHP version. For example, in this tutorial, we’ll call the new directory C:\xampp\php5-6-0.

Ensure that the PHP build you download matches the Apache build (VC9 or VC11) in your XAMPP platform.
Within the new directory, rename the php.ini-development file to php.ini. If you prefer to use production settings, you could instead rename the php.ini-production file to php.ini.

Edit the httpd-xampp.conf file in the apache\conf\extra\ subdirectory of your XAMPP installation directory. Within this file, search for all instances of the old PHP directory path and replace them with the path to the new PHP directory created in Step 1.

In particular, be sure to change the lines

LoadFile "/xampp/php/php5ts.dll"
LoadFile "/xampp/php/libpq.dll"
LoadModule php5_module "/xampp/php/php5apache2_4.dll"
to

LoadFile "/xampp/php5-6-0/php5ts.dll"
LoadFile "/xampp/php5-6-0/libpq.dll"
LoadModule php5_module "/xampp/php5-6-0/php5apache2_4.dll"
Remember to adjust the file and directory paths above to reflect valid paths on your system.
Restart your Apache server through the XAMPP control panel for your changes to take effect.

The new version of PHP should now be active. To verify this, browse to the URL http://localhost/xampp/phpinfo.php, which displays the output of the phpinfo() command, and check the version number at the top of the page.


Then when I try to go to phpMyAdmin I get this error:

phpmyadmin error
Extension mysqli is missing.

Any idea?
by NewbieNr1
16. July 2017 10:22
 
Forum: XAMPP for Windows
Topic: phpmyadmin error after changing PHP version
Replies: 0
Views: 4841

Crashing: "Apache HPPT Server has Stopped Working"

Hi,

Apache crashes continuously, please see error details below. Anti-virus and anti-malware disabled. Windows 7 64-bit system.

Don't know where to go from here - completely unstable and unusable.

Problem signature:
Problem Event Name: APPCRASH
Application Name: httpd.exe
Application Version: 2.4.25.0
Application Timestamp: 58591bec
Fault Module Name: php5ts.dll
Fault Module Version: 5.6.30.0
Fault Module Timestamp: 58803c40
Exception Code: c00000fd
Exception Offset: 00122892
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 6153
Additional Information 1: d4eb
Additional Information 2: d4eb7cf28a4f910486e91a11f70d294f
Additional Information 3: 6759
Additional Information 4: 6759aeac8ea7fe23c8132e8ee15c9fc7


This is what I'm seeing in the control panel:

17:27:06 [main] Initializing Control Panel
17:27:06 [main] Windows Version: Windows 7 Ultimate SP1 64-bit
17:27:06 [main] XAMPP Version: 5.6.30
17:27:06 [main] Control Panel Version: 3.2.2 [ Compiled: Nov 12th 2015 ]
17:27:06 [main] Running with Administrator rights - good!
17:27:06 [main] XAMPP Installation Directory: "c:\xampp\"
17:27:06 [main] Checking for prerequisites
17:27:07 [main] All prerequisites found
17:27:07 [main] Initializing Modules
17:27:07 [Apache] XAMPP Apache is already running on port 80
17:27:07 [Apache] XAMPP Apache is already running on port 443
17:27:07 [mysql] XAMPP MySQL is already running on port 3306
17:27:07 [main] Enabling autostart for module "Apache"
17:27:07 [main] Enabling autostart for module "MySQL"
17:27:07 [main] Starting Check-Timer
17:27:07 [main] Control Panel Ready
17:27:07 [Apache] Autostart aborted: Apache is already running
17:27:07 [mysql] Autostart aborted: MySQL is already running
by michaelnorth
29. March 2017 01:32
 
Forum: XAMPP for Windows
Topic: Crashing: "Apache HPPT Server has Stopped Working"
Replies: 0
Views: 3804

Upgrade php5 auf php7 geht nicht

Hallo,

ich hoffe, ich kann hier Hilfe finden. Ich möchte gerne innerhalb meines xampp php von 5.6. auf 7 upgraden, da z.B. das neue Kunena Forum im Joomla dies erfordert. Leider will es mir nicht gelingen.

Meine sieht httpd-xampp.conf so aus:

#
# XAMPP settings
#

<IfModule env_module>
SetEnv MIBDIRS "D:/Programme/xampp/php/extras/mibs"
SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
SetEnv OPENSSL_CONF "D:/Programme/xampp/apache/bin/openssl.cnf"
SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
SetEnv PHPRC "\\xampp\\php"
SetEnv TMP "\\xampp\\tmp"
</IfModule>

#
# PHP-Module setup
#
LoadFile "D:/Programme/xampp/php/php5ts.dll"
LoadFile "D:/Programme/xampp/php/libpq.dll"
LoadModule php5_module "D:/Programme/xampp/php/php5apache2_4.dll"

<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>

#
# PHP-CGI setup
#
#<FilesMatch "\.php$">
# SetHandler application/x-httpd-php-cgi
#</FilesMatch>
#<IfModule actions_module>
# Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
#</IfModule>


<IfModule php5_module>
PHPINIDir "D:/Programme/xampp/php"
</IfModule>

<IfModule mime_module>
AddType text/html .php .phps
</IfModule>

ScriptAlias /php-cgi/ "D:/Programme/xampp/php/"
<Directory "D:/Programme/xampp/php">
AllowOverride None
Options None
Require all denied
<Files "php-cgi.exe">
Require all granted
</Files>
</Directory>

<Directory "D:/Programme/xampp/cgi-bin">
<FilesMatch "\.php$">
SetHandler cgi-script
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler None
</FilesMatch>
</Directory>

<Directory "D:/Programme/xampp/htdocs/xampp">
<IfModule php5_module>
<Files "status.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
</Directory>

<IfModule alias_module>
Alias /security "D:/Programme/xampp/security/htdocs/"
<Directory "D:/Programme/xampp/security/htdocs">
<IfModule php5_module>
<Files "xamppsecurity.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
Require all granted
</Directory>

Alias /licenses "D:/Programme/xampp/licenses/"
<Directory "D:/Programme/xampp/licenses">
Options +Indexes
<IfModule autoindex_color_module>
DirectoryIndexTextColor "#000000"
DirectoryIndexBGColor "#f8e8a0"
DirectoryIndexLinkColor "#bb3902"
DirectoryIndexVLinkColor "#bb3902"
DirectoryIndexALinkColor "#bb3902"
</IfModule>
Require all granted
</Directory>

Alias /phpmyadmin "D:/Programme/xampp/phpMyAdmin/"
<Directory "D:/Programme/xampp/phpMyAdmin">
AllowOverride AuthConfig
Require all granted
</Directory>

Alias /webalizer "D:/Programme/xampp/webalizer/"
<Directory "D:/Programme/xampp/webalizer">
<IfModule php5_module>
<Files "webalizer.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
Require all granted
</Directory>
</IfModule>

#
# New XAMPP security concept
#
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>


Ich habe dann alle Einträge von php auf php7 umgeschrieben (in diesem Verzeichnis befindet sich der php7 Ordner). Sobald ich allerdings die Zeilen

LoadFile "D:/Programme/xampp/php/php5ts.dll"
LoadFile "D:/Programme/xampp/php/libpq.dll"
LoadModule php5_module "D:/Programme/xampp/php/php5apache2_4.dll"

durch
LoadFile “D:/Programme/xampp/php7/php7ts.dll”
LoadFile “D:/Programme/xampp/php7/libpq.dll”
LoadModule php7_module “D:/Programme/xampp/php7/php7apache2_4.dll”

ersetze startet der Apache nicht mehr. Ich habe mich bei meinem Vorgehen an diesen Foreneintrag in einem anderen Forum gehalten: http://www.techflirt.com/how-to-upgrade-php7-in-xampp

Vielleicht hat von euch jemand eine Idee was ich falsch mache.

Vielen Dank schon mal.

Gruß
Frank
by fchojinski
13. February 2017 17:28
 
Forum: PHP
Topic: Upgrade php5 auf php7 geht nicht
Replies: 3
Views: 12682

Re: How to make installed xampp portable?

Nobbie wrote:I haven't used the portable version yet, but as far as i know, there is a readme or similar which tells to execute a setup_xampp.bat (or similar) after installation, which might fix the drive letters. I am not sure about that, but i have something like that in mind.

In fact it should be sufficient to remove all drive letters, but be sure to start Apache/MySQL from the same drive as your DocumentRoot and MySQL data folder.

Thank you.
In readme there is a line:
Please do not use the "setup_xampp.bat" for an USB stick installation!


I changed pathes in configuration files and now apache can't be launched and there is no information about what is wrong in a console or log files. Please help me to know what is going on :)

Here is httpd.conf:
Code: Select all
ServerRoot "apache"
Listen 80
LoadModule access_compat_module modules/mod_access_compat.so
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule allowmethods_module modules/mod_allowmethods.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule authn_core_module modules/mod_authn_core.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authz_core_module modules/mod_authz_core.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule cgi_module modules/mod_cgi.so
LoadModule dav_lock_module modules/mod_dav_lock.so
LoadModule dir_module modules/mod_dir.so
LoadModule env_module modules/mod_env.so
LoadModule headers_module modules/mod_headers.so
LoadModule include_module modules/mod_include.so
LoadModule info_module modules/mod_info.so
LoadModule isapi_module modules/mod_isapi.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule cache_disk_module modules/mod_cache_disk.so
LoadModule mime_module modules/mod_mime.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
LoadModule ssl_module modules/mod_ssl.so
LoadModule status_module modules/mod_status.so

<IfModule unixd_module>
User daemon
Group daemon
</IfModule>

ServerAdmin postmaster@localhost

ServerName localhost:80

<Directory />
    AllowOverride none
    Require all denied
</Directory>

DocumentRoot "../htdocs"
<Directory "../htdocs">
    Options Indexes FollowSymLinks Includes ExecCGI
    AllowOverride All
    Require all granted
</Directory>

<IfModule dir_module>
    DirectoryIndex index.php index.pl index.cgi index.asp index.shtml index.html index.htm \
                   default.php default.pl default.cgi default.asp default.shtml default.html default.htm \
                   home.php home.pl home.cgi home.asp home.shtml home.html home.htm
</IfModule>

<Files ".ht*">
    Require all denied
</Files>

ErrorLog "logs/error.log"

LogLevel warn

<IfModule log_config_module>
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
    LogFormat "%h %l %u %t \"%r\" %>s %b" common

    <IfModule logio_module>
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
    </IfModule>
    CustomLog "logs/access.log" combined
</IfModule>

<IfModule alias_module>
    ScriptAlias /cgi-bin/ "/cgi-bin/"
</IfModule>

<IfModule cgid_module>
</IfModule>

<Directory "/cgi-bin">
    AllowOverride All
    Options None
    Require all granted
</Directory>

<IfModule mime_module>
    TypesConfig conf/mime.types
    AddType application/x-compress .Z
    AddType application/x-gzip .gz .tgz
    AddHandler cgi-script .cgi .pl .asp
    AddType text/html .shtml
    AddOutputFilter INCLUDES .shtml
</IfModule>

<IfModule mime_magic_module>
    MIMEMagicFile "conf/magic"
</IfModule>

Include conf/extra/httpd-mpm.conf
Include conf/extra/httpd-multilang-errordoc.conf
Include conf/extra/httpd-autoindex.conf
Include conf/extra/httpd-languages.conf
Include conf/extra/httpd-userdir.conf
Include conf/extra/httpd-info.conf
Include conf/extra/httpd-vhosts.conf
Include "conf/extra/httpd-proxy.conf"
Include "conf/extra/httpd-default.conf"
Include "conf/extra/httpd-xampp.conf"

<IfModule proxy_html_module>
Include conf/extra/proxy-html.conf
</IfModule>

Include conf/extra/httpd-ssl.conf
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>

AcceptFilter http none

<IfModule mod_proxy.c>
<IfModule mod_proxy_ajp.c>
Include "conf/extra/httpd-ajp.conf"
</IfModule>
</IfModule>


and here is httpd-xampp.conf:
Code: Select all
<IfModule env_module>
    SetEnv MIBDIRS "../../../php/extras/mibs"
    SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
    SetEnv OPENSSL_CONF "F:/xamp_port/apache/bin/openssl.cnf"
    SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
    SetEnv PHPRC "\\xampp\\php"
    SetEnv TMP "\\xampp\\tmp"
</IfModule>

LoadFile "../php/php5ts.dll"
LoadFile "../php/libpq.dll"
LoadModule php5_module "../php/php5apache2_4.dll"

<FilesMatch "\.php$">
    SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
    SetHandler application/x-httpd-php-source
</FilesMatch>

<IfModule php5_module>
    PHPINIDir "../php"
</IfModule>

<IfModule mime_module>
    AddType text/html .php .phps
</IfModule>

ScriptAlias /php-cgi/ "../php/"
<Directory "../php">
    AllowOverride None
    Options None
    Require all denied
    <Files "php-cgi.exe">
          Require all granted
    </Files>
</Directory>

<Directory "../cgi-bin">
    <FilesMatch "\.php$">
        SetHandler cgi-script
    </FilesMatch>
    <FilesMatch "\.phps$">
        SetHandler None
    </FilesMatch>
</Directory>

<Directory "../htdocs/xampp">
    <IfModule php5_module>
       <Files "status.php">
          php_admin_flag safe_mode off
       </Files>
    </IfModule>
    AllowOverride AuthConfig
</Directory>

<IfModule alias_module>
    Alias /security "../security/htdocs/"
    <Directory "../security/htdocs">
        <IfModule php5_module>
          <Files "xamppsecurity.php">
             php_admin_flag safe_mode off
          </Files>
        </IfModule>
        AllowOverride AuthConfig
        Require all granted
   </Directory>

    Alias /licenses "../licenses/"
    <Directory "../licenses">
        Options +Indexes
        <IfModule autoindex_color_module>
            DirectoryIndexTextColor  "#000000"
            DirectoryIndexBGColor "#f8e8a0"
            DirectoryIndexLinkColor "#bb3902"
            DirectoryIndexVLinkColor "#bb3902"
            DirectoryIndexALinkColor "#bb3902"
        </IfModule>
        Require all granted
   </Directory>

    Alias /phpmyadmin "../phpMyAdmin/"
    <Directory "..">
        AllowOverride AuthConfig
        Require all granted
    </Directory>

    Alias /webalizer "../webalizer/"
    <Directory "../webalizer">
        <IfModule php5_module>
          <Files "webalizer.php">
             php_admin_flag safe_mode off
          </Files>
        </IfModule>
        AllowOverride AuthConfig
        Require all granted
    </Directory>
</IfModule>

<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
        Require local
   ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>


Here is the printscreen(the message at bottom right coner tells that the program Apache HTTP Server is not working and Windows will close it):
Image
by borus
16. December 2016 15:56
 
Forum: XAMPP for Windows
Topic: How to make installed xampp portable?
Replies: 6
Views: 16566

Re: Problem with Apache

Where is the file php5ts.dll located?
by gsmith
10. December 2016 17:52
 
Forum: XAMPP for Windows
Topic: Problem with Apache
Replies: 1
Views: 7514

Problem with Apache

Hello,
Im using Xampp since Feb 2016. 2 Dec 2016 drivers of my graphic card (GeForce 450GTS) broke down. I had problems with several programs (i.e. Avast, Mozilla, Windows Defender), including the XAMPP. I cant launch Apache nor MySQL. I reinstalled drivers and other programs, and everything works properly except for XAMPP. I don't want to reinstall XAMPP because I don't have backup of my site nor mysql base and Im affraid to lose them. Now I know that backuping is important - but it is too late :( Unless it is otherwise to reinstall XAMPP and don't lose my works.

Control panel log window contents

Code: Select all
16:20:55  [main]    Initializing Control Panel
16:20:55  [main]    Windows Version: Windows 7 Ultimate SP1 32-bit
16:20:55  [main]    XAMPP Version: 5.6.15
16:20:55  [main]    Control Panel Version: 3.2.2  [ Compiled: Nov 12th 2015 ]
16:20:55  [main]    Running with Administrator rights - good!
16:20:55  [main]    XAMPP Installation Directory: "c:\xampp\"
16:20:55  [main]    Checking for prerequisites
16:20:55  [main]    All prerequisites found
16:20:55  [main]    Initializing Modules
16:20:55  [main]    Starting Check-Timer
16:20:55  [main]    Control Panel Ready
16:21:08  [Apache]    Attempting to start Apache app...
16:21:09  [Apache]    Status change detected: running
16:21:09  [Apache]    Status change detected: stopped
16:21:09  [Apache]    Error: Apache shutdown unexpectedly.
16:21:09  [Apache]    This may be due to a blocked port, missing dependencies,
16:21:09  [Apache]    improper privileges, a crash, or a shutdown by another method.
16:21:09  [Apache]    Press the Logs button to view error logs and check
16:21:09  [Apache]    the Windows Event Viewer for more clues
16:21:09  [Apache]    If you need more help, copy and post this
16:21:09  [Apache]    entire log window on the forums
16:21:28  [mysql]    Attempting to start MySQL app...
16:21:29  [mysql]    Status change detected: running
16:21:29  [mysql]    Status change detected: stopped
16:21:29  [mysql]    Error: MySQL shutdown unexpectedly.
16:21:29  [mysql]    This may be due to a blocked port, missing dependencies,
16:21:29  [mysql]    improper privileges, a crash, or a shutdown by another method.
16:21:29  [mysql]    Press the Logs button to view error logs and check
16:21:29  [mysql]    the Windows Event Viewer for more clues
16:21:29  [mysql]    If you need more help, copy and post this
16:21:29  [mysql]    entire log window on the forums


response of the apache_start.bat script

Code: Select all
Diese Eingabeforderung nicht waehrend des Running beenden
Bitte erst bei einem gewollten Shutdown schliessen
Please close this command only for Shutdown
Apache 2 is starting ...
httpd.exe: Syntax error on line 520 of C:/xampp/apache/conf/httpd.conf: Syntax e
rror on line 17 of C:/xampp/apache/conf/extra/httpd-xampp.conf: Cannot load C:/x
ampp/php/php5ts.dll into server: %1 nie jest prawid\xb3ow\xb9 aplikacj\xb9 syste
mu Win32.

Apache konnte nicht gestartet werden
Apache could not be started
Aby kontynuować, naciśnij dowolny klawisz . . .


Apache error log
But there is not logs since my problem starts. I have to cut my log ("Your message contains 146491 characters. The maximum number of allowed characters is 60000."), so I cut the middle part - from 15 Feb to 2 Nov.

Code: Select all
[Mon Feb 08 02:51:31.692165 2016] [ssl:warn] [pid 6044:tid 216] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 08 02:51:32.316166 2016] [ssl:warn] [pid 6044:tid 216] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 08 02:51:35.888573 2016] [mpm_winnt:notice] [pid 6044:tid 216] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Mon Feb 08 02:51:35.888573 2016] [mpm_winnt:notice] [pid 6044:tid 216] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Mon Feb 08 02:51:35.888573 2016] [core:notice] [pid 6044:tid 216] AH00094: Command line: 'C:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Mon Feb 08 02:51:35.904173 2016] [mpm_winnt:notice] [pid 6044:tid 216] AH00418: Parent: Created child process 3828
[Mon Feb 08 02:51:37.214575 2016] [ssl:warn] [pid 3828:tid 228] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 08 02:51:37.666976 2016] [ssl:warn] [pid 3828:tid 228] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 08 02:51:37.822976 2016] [mpm_winnt:notice] [pid 3828:tid 228] AH00354: Child: Starting 150 worker threads.
[Mon Feb 08 14:26:25.050886 2016] [ssl:warn] [pid 4148:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 08 14:26:25.452909 2016] [core:warn] [pid 4148:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Feb 08 14:26:25.647920 2016] [ssl:warn] [pid 4148:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 08 14:26:30.146177 2016] [mpm_winnt:notice] [pid 4148:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Mon Feb 08 14:26:30.146177 2016] [mpm_winnt:notice] [pid 4148:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Mon Feb 08 14:26:30.146177 2016] [core:notice] [pid 4148:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Mon Feb 08 14:26:30.924222 2016] [mpm_winnt:notice] [pid 4148:tid 224] AH00418: Parent: Created child process 2348
[Mon Feb 08 14:26:32.157292 2016] [ssl:warn] [pid 2348:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 08 14:26:32.459309 2016] [ssl:warn] [pid 2348:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 08 14:26:32.535314 2016] [mpm_winnt:notice] [pid 2348:tid 236] AH00354: Child: Starting 150 worker threads.
[Fri Feb 12 18:16:22.075017 2016] [ssl:warn] [pid 6240:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Feb 12 18:16:22.152021 2016] [core:warn] [pid 6240:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Feb 12 18:16:22.318031 2016] [ssl:warn] [pid 6240:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Feb 12 18:16:24.171137 2016] [mpm_winnt:notice] [pid 6240:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Fri Feb 12 18:16:24.171137 2016] [mpm_winnt:notice] [pid 6240:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Fri Feb 12 18:16:24.171137 2016] [core:notice] [pid 6240:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Fri Feb 12 18:16:24.200139 2016] [mpm_winnt:notice] [pid 6240:tid 224] AH00418: Parent: Created child process 4692
[Fri Feb 12 18:16:24.856176 2016] [ssl:warn] [pid 4692:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Feb 12 18:16:25.154193 2016] [ssl:warn] [pid 4692:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Feb 12 18:16:25.246198 2016] [mpm_winnt:notice] [pid 4692:tid 236] AH00354: Child: Starting 150 worker threads.
[Sat Feb 13 01:58:51.443252 2016] [ssl:warn] [pid 7936:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Feb 13 01:58:51.563259 2016] [core:warn] [pid 7936:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Feb 13 01:58:51.759270 2016] [ssl:warn] [pid 7936:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Feb 13 01:58:54.594433 2016] [mpm_winnt:notice] [pid 7936:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Sat Feb 13 01:58:54.594433 2016] [mpm_winnt:notice] [pid 7936:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Sat Feb 13 01:58:54.594433 2016] [core:notice] [pid 7936:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sat Feb 13 01:58:54.618434 2016] [mpm_winnt:notice] [pid 7936:tid 224] AH00418: Parent: Created child process 620
[Sat Feb 13 01:58:55.678495 2016] [ssl:warn] [pid 620:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Feb 13 01:58:55.953510 2016] [ssl:warn] [pid 620:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Feb 13 01:58:55.996513 2016] [mpm_winnt:notice] [pid 620:tid 236] AH00354: Child: Starting 150 worker threads.
[Sun Feb 14 00:36:48.987092 2016] [ssl:warn] [pid 5596:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Feb 14 00:36:49.109099 2016] [core:warn] [pid 5596:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Feb 14 00:36:49.303110 2016] [ssl:warn] [pid 5596:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Feb 14 00:36:51.471234 2016] [mpm_winnt:notice] [pid 5596:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Sun Feb 14 00:36:51.471234 2016] [mpm_winnt:notice] [pid 5596:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Sun Feb 14 00:36:51.471234 2016] [core:notice] [pid 5596:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sun Feb 14 00:36:51.481235 2016] [mpm_winnt:notice] [pid 5596:tid 224] AH00418: Parent: Created child process 5904
[Sun Feb 14 00:36:52.137272 2016] [ssl:warn] [pid 5904:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Feb 14 00:36:52.372286 2016] [ssl:warn] [pid 5904:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Feb 14 00:36:52.530295 2016] [mpm_winnt:notice] [pid 5904:tid 236] AH00354: Child: Starting 150 worker threads.
[Sun Feb 14 01:07:33.315601 2016] [ssl:warn] [pid 4024:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Feb 14 01:07:33.393601 2016] [core:warn] [pid 4024:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Feb 14 01:07:33.596402 2016] [ssl:warn] [pid 4024:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Feb 14 01:07:33.627602 2016] [mpm_winnt:notice] [pid 4024:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Sun Feb 14 01:07:33.627602 2016] [mpm_winnt:notice] [pid 4024:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Sun Feb 14 01:07:33.627602 2016] [core:notice] [pid 4024:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sun Feb 14 01:07:33.643202 2016] [mpm_winnt:notice] [pid 4024:tid 224] AH00418: Parent: Created child process 5868
[Sun Feb 14 01:07:34.282803 2016] [ssl:warn] [pid 5868:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Feb 14 01:07:34.485603 2016] [ssl:warn] [pid 5868:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Feb 14 01:07:34.532403 2016] [mpm_winnt:notice] [pid 5868:tid 236] AH00354: Child: Starting 150 worker threads.
[Sun Feb 14 09:20:58.683573 2016] [ssl:warn] [pid 764:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Feb 14 09:20:59.065978 2016] [core:warn] [pid 764:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Feb 14 09:20:59.237579 2016] [ssl:warn] [pid 764:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Feb 14 09:21:00.953582 2016] [mpm_winnt:notice] [pid 764:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Sun Feb 14 09:21:00.953582 2016] [mpm_winnt:notice] [pid 764:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Sun Feb 14 09:21:00.953582 2016] [core:notice] [pid 764:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sun Feb 14 09:21:00.969182 2016] [mpm_winnt:notice] [pid 764:tid 224] AH00418: Parent: Created child process 3560
[Sun Feb 14 09:21:01.677386 2016] [ssl:warn] [pid 3560:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Feb 14 09:21:01.973786 2016] [ssl:warn] [pid 3560:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Feb 14 09:21:02.020586 2016] [mpm_winnt:notice] [pid 3560:tid 236] AH00354: Child: Starting 150 worker threads.
[Mon Feb 15 15:20:02.912341 2016] [ssl:warn] [pid 4920:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 15 15:20:03.191357 2016] [core:warn] [pid 4920:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Feb 15 15:20:03.414370 2016] [ssl:warn] [pid 4920:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 15 15:20:05.750504 2016] [mpm_winnt:notice] [pid 4920:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Mon Feb 15 15:20:05.750504 2016] [mpm_winnt:notice] [pid 4920:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Mon Feb 15 15:20:05.750504 2016] [core:notice] [pid 4920:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Mon Feb 15 15:20:05.765505 2016] [mpm_winnt:notice] [pid 4920:tid 224] AH00418: Parent: Created child process 4292
[Mon Feb 15 15:20:06.486546 2016] [ssl:warn] [pid 4292:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 15 15:20:06.767562 2016] [ssl:warn] [pid 4292:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Feb 15 15:20:06.876568 2016] [mpm_winnt:notice] [pid 4292:tid 236] AH00354: Child: Starting 150 worker threads.
[Wed Nov 02 16:38:09.247234 2016] [ssl:warn] [pid 1272:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 02 16:38:09.441245 2016] [core:warn] [pid 1272:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Nov 02 16:38:09.635256 2016] [ssl:warn] [pid 1272:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 02 16:38:12.191402 2016] [mpm_winnt:notice] [pid 1272:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Wed Nov 02 16:38:12.191402 2016] [mpm_winnt:notice] [pid 1272:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Wed Nov 02 16:38:12.191402 2016] [core:notice] [pid 1272:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Nov 02 16:38:12.267407 2016] [mpm_winnt:notice] [pid 1272:tid 224] AH00418: Parent: Created child process 2240
[Wed Nov 02 16:38:12.998448 2016] [ssl:warn] [pid 2240:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 02 16:38:13.226461 2016] [ssl:warn] [pid 2240:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 02 16:38:13.320467 2016] [mpm_winnt:notice] [pid 2240:tid 236] AH00354: Child: Starting 150 worker threads.
[Wed Nov 02 17:23:08.049171 2016] [mpm_winnt:notice] [pid 1272:tid 224] AH00428: Parent: child process 2240 exited with status 1073807364 -- Restarting.
[Wed Nov 02 19:38:39.601650 2016] [ssl:warn] [pid 1152:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 02 19:38:39.695250 2016] [core:warn] [pid 1152:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Nov 02 19:38:39.851251 2016] [ssl:warn] [pid 1152:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 02 19:38:40.537652 2016] [mpm_winnt:notice] [pid 1152:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Wed Nov 02 19:38:40.537652 2016] [mpm_winnt:notice] [pid 1152:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Wed Nov 02 19:38:40.537652 2016] [core:notice] [pid 1152:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Nov 02 19:38:40.600052 2016] [mpm_winnt:notice] [pid 1152:tid 224] AH00418: Parent: Created child process 2812
[Wed Nov 02 19:38:41.364453 2016] [ssl:warn] [pid 2812:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 02 19:38:43.236457 2016] [ssl:warn] [pid 2812:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 02 19:38:43.283257 2016] [mpm_winnt:notice] [pid 2812:tid 236] AH00354: Child: Starting 150 worker threads.
[Wed Nov 02 23:30:46.319967 2016] [ssl:warn] [pid 3772:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 02 23:30:46.538367 2016] [core:warn] [pid 3772:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Nov 02 23:30:46.772368 2016] [ssl:warn] [pid 3772:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 02 23:30:50.688298 2016] [mpm_winnt:notice] [pid 3772:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Wed Nov 02 23:30:50.689298 2016] [mpm_winnt:notice] [pid 3772:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Wed Nov 02 23:30:50.689298 2016] [core:notice] [pid 3772:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Nov 02 23:30:50.698299 2016] [mpm_winnt:notice] [pid 3772:tid 224] AH00418: Parent: Created child process 2916
[Wed Nov 02 23:30:51.849365 2016] [ssl:warn] [pid 2916:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 02 23:30:52.242387 2016] [ssl:warn] [pid 2916:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 02 23:30:52.303391 2016] [mpm_winnt:notice] [pid 2916:tid 236] AH00354: Child: Starting 150 worker threads.
[Thu Nov 03 01:31:25.113189 2016] [mpm_winnt:notice] [pid 3772:tid 224] AH00428: Parent: child process 2916 exited with status 1073807364 -- Restarting.
[Sat Nov 05 09:35:17.649687 2016] [ssl:warn] [pid 2140:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Nov 05 09:35:17.717691 2016] [core:warn] [pid 2140:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Nov 05 09:35:17.887701 2016] [ssl:warn] [pid 2140:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Nov 05 09:35:18.799753 2016] [mpm_winnt:notice] [pid 2140:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Sat Nov 05 09:35:18.799753 2016] [mpm_winnt:notice] [pid 2140:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Sat Nov 05 09:35:18.799753 2016] [core:notice] [pid 2140:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sat Nov 05 09:35:18.807754 2016] [mpm_winnt:notice] [pid 2140:tid 224] AH00418: Parent: Created child process 2056
[Sat Nov 05 09:35:19.450790 2016] [ssl:warn] [pid 2056:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Nov 05 09:35:19.677803 2016] [ssl:warn] [pid 2056:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sat Nov 05 09:35:19.719806 2016] [mpm_winnt:notice] [pid 2056:tid 236] AH00354: Child: Starting 150 worker threads.
[Sun Nov 06 00:11:28.597009 2016] [ssl:warn] [pid 2556:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 06 00:11:28.987009 2016] [core:warn] [pid 2556:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Nov 06 00:11:29.158610 2016] [ssl:warn] [pid 2556:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 06 00:11:38.253426 2016] [mpm_winnt:notice] [pid 2556:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Sun Nov 06 00:11:38.253426 2016] [mpm_winnt:notice] [pid 2556:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Sun Nov 06 00:11:38.253426 2016] [core:notice] [pid 2556:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sun Nov 06 00:11:38.315826 2016] [mpm_winnt:notice] [pid 2556:tid 224] AH00418: Parent: Created child process 3320
[Sun Nov 06 00:11:39.064627 2016] [ssl:warn] [pid 3320:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 06 00:11:39.407828 2016] [ssl:warn] [pid 3320:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 06 00:11:39.454628 2016] [mpm_winnt:notice] [pid 3320:tid 236] AH00354: Child: Starting 150 worker threads.
[Sun Nov 06 02:21:27.071060 2016] [mpm_winnt:notice] [pid 2556:tid 224] AH00428: Parent: child process 3320 exited with status 1073807364 -- Restarting.
[Sun Nov 06 11:17:56.515390 2016] [ssl:warn] [pid 1384:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 06 11:17:56.764991 2016] [core:warn] [pid 1384:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Nov 06 11:17:56.936591 2016] [ssl:warn] [pid 1384:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 06 11:17:59.572996 2016] [mpm_winnt:notice] [pid 1384:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Sun Nov 06 11:17:59.572996 2016] [mpm_winnt:notice] [pid 1384:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Sun Nov 06 11:17:59.572996 2016] [core:notice] [pid 1384:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sun Nov 06 11:17:59.588596 2016] [mpm_winnt:notice] [pid 1384:tid 224] AH00418: Parent: Created child process 3068
[Sun Nov 06 11:18:00.352997 2016] [ssl:warn] [pid 3068:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 06 11:18:00.711797 2016] [ssl:warn] [pid 3068:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 06 11:18:00.758598 2016] [mpm_winnt:notice] [pid 3068:tid 236] AH00354: Child: Starting 150 worker threads.
[Sun Nov 06 15:54:09.308283 2016] [ssl:warn] [pid 2504:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 06 15:54:09.386283 2016] [core:warn] [pid 2504:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Nov 06 15:54:09.542283 2016] [ssl:warn] [pid 2504:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 06 15:54:10.119484 2016] [mpm_winnt:notice] [pid 2504:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Sun Nov 06 15:54:10.119484 2016] [mpm_winnt:notice] [pid 2504:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Sun Nov 06 15:54:10.119484 2016] [core:notice] [pid 2504:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sun Nov 06 15:54:10.135084 2016] [mpm_winnt:notice] [pid 2504:tid 224] AH00418: Parent: Created child process 2852
[Sun Nov 06 15:54:10.774685 2016] [ssl:warn] [pid 2852:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 06 15:54:10.977485 2016] [ssl:warn] [pid 2852:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 06 15:54:11.024286 2016] [mpm_winnt:notice] [pid 2852:tid 236] AH00354: Child: Starting 150 worker threads.
[Mon Nov 07 21:52:58.824026 2016] [ssl:warn] [pid 3116:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 07 21:52:58.904031 2016] [core:warn] [pid 3116:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Nov 07 21:52:59.070040 2016] [ssl:warn] [pid 3116:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 07 21:52:59.912088 2016] [mpm_winnt:notice] [pid 3116:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Mon Nov 07 21:52:59.912088 2016] [mpm_winnt:notice] [pid 3116:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Mon Nov 07 21:52:59.913088 2016] [core:notice] [pid 3116:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Mon Nov 07 21:52:59.968091 2016] [mpm_winnt:notice] [pid 3116:tid 224] AH00418: Parent: Created child process 1168
[Mon Nov 07 21:53:00.669132 2016] [ssl:warn] [pid 1168:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 07 21:53:00.888144 2016] [ssl:warn] [pid 1168:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 07 21:53:00.966148 2016] [mpm_winnt:notice] [pid 1168:tid 236] AH00354: Child: Starting 150 worker threads.
[Tue Nov 08 02:51:09.684847 2016] [mpm_winnt:notice] [pid 3116:tid 224] AH00428: Parent: child process 1168 exited with status 1073807364 -- Restarting.
[Wed Nov 09 17:52:16.478334 2016] [ssl:warn] [pid 3256:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 17:52:16.618734 2016] [core:warn] [pid 3256:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Nov 09 17:52:16.821534 2016] [ssl:warn] [pid 3256:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 17:52:17.507935 2016] [mpm_winnt:notice] [pid 3256:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Wed Nov 09 17:52:17.507935 2016] [mpm_winnt:notice] [pid 3256:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Wed Nov 09 17:52:17.507935 2016] [core:notice] [pid 3256:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Nov 09 17:52:17.632736 2016] [mpm_winnt:notice] [pid 3256:tid 224] AH00418: Parent: Created child process 2888
[Wed Nov 09 17:52:18.319137 2016] [ssl:warn] [pid 2888:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 17:52:18.537537 2016] [ssl:warn] [pid 2888:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 17:52:18.584337 2016] [mpm_winnt:notice] [pid 2888:tid 236] AH00354: Child: Starting 150 worker threads.
[Wed Nov 09 21:06:58.274541 2016] [ssl:warn] [pid 2124:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 21:06:58.695741 2016] [core:warn] [pid 2124:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Nov 09 21:06:58.867342 2016] [ssl:warn] [pid 2124:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 21:07:03.765750 2016] [mpm_winnt:notice] [pid 2124:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Wed Nov 09 21:07:03.765750 2016] [mpm_winnt:notice] [pid 2124:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Wed Nov 09 21:07:03.765750 2016] [core:notice] [pid 2124:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Nov 09 21:07:03.843750 2016] [mpm_winnt:notice] [pid 2124:tid 224] AH00418: Parent: Created child process 2908
[Wed Nov 09 21:07:04.639352 2016] [ssl:warn] [pid 2908:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 21:07:04.982552 2016] [ssl:warn] [pid 2908:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 21:07:05.044952 2016] [mpm_winnt:notice] [pid 2908:tid 236] AH00354: Child: Starting 150 worker threads.
[Wed Nov 09 21:23:37.209113 2016] [ssl:warn] [pid 3676:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 21:23:39.003116 2016] [core:warn] [pid 3676:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Nov 09 21:23:39.205917 2016] [ssl:warn] [pid 3676:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 21:23:40.672319 2016] [mpm_winnt:notice] [pid 3676:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Wed Nov 09 21:23:40.672319 2016] [mpm_winnt:notice] [pid 3676:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Wed Nov 09 21:23:40.672319 2016] [core:notice] [pid 3676:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Nov 09 21:23:40.703519 2016] [mpm_winnt:notice] [pid 3676:tid 224] AH00418: Parent: Created child process 3960
[Wed Nov 09 21:23:41.374320 2016] [ssl:warn] [pid 3960:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 21:23:41.686321 2016] [ssl:warn] [pid 3960:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 21:23:41.733121 2016] [mpm_winnt:notice] [pid 3960:tid 236] AH00354: Child: Starting 150 worker threads.
[Wed Nov 09 22:14:33.544506 2016] [mpm_winnt:notice] [pid 3676:tid 224] AH00428: Parent: child process 3960 exited with status 1073807364 -- Restarting.
[Wed Nov 09 23:26:16.971280 2016] [ssl:warn] [pid 2320:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 23:26:17.044284 2016] [core:warn] [pid 2320:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Nov 09 23:26:17.208293 2016] [ssl:warn] [pid 2320:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 23:26:17.921334 2016] [mpm_winnt:notice] [pid 2320:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Wed Nov 09 23:26:17.921334 2016] [mpm_winnt:notice] [pid 2320:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Wed Nov 09 23:26:17.921334 2016] [core:notice] [pid 2320:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Nov 09 23:26:17.929334 2016] [mpm_winnt:notice] [pid 2320:tid 224] AH00418: Parent: Created child process 1676
[Wed Nov 09 23:26:18.674377 2016] [ssl:warn] [pid 1676:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 23:26:20.632489 2016] [ssl:warn] [pid 1676:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 09 23:26:20.676492 2016] [mpm_winnt:notice] [pid 1676:tid 236] AH00354: Child: Starting 150 worker threads.
[Thu Nov 10 03:21:12.830818 2016] [ssl:warn] [pid 2668:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 03:21:12.929823 2016] [core:warn] [pid 2668:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Nov 10 03:21:13.092833 2016] [ssl:warn] [pid 2668:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 03:21:15.921994 2016] [mpm_winnt:notice] [pid 2668:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Thu Nov 10 03:21:15.921994 2016] [mpm_winnt:notice] [pid 2668:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Thu Nov 10 03:21:15.921994 2016] [core:notice] [pid 2668:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 10 03:21:15.929995 2016] [mpm_winnt:notice] [pid 2668:tid 224] AH00418: Parent: Created child process 3964
[Thu Nov 10 03:21:16.633035 2016] [ssl:warn] [pid 3964:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 03:21:16.863048 2016] [ssl:warn] [pid 3964:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 03:21:16.904051 2016] [mpm_winnt:notice] [pid 3964:tid 236] AH00354: Child: Starting 150 worker threads.
[Thu Nov 10 04:08:43.257388 2016] [mpm_winnt:notice] [pid 2668:tid 224] AH00428: Parent: child process 3964 exited with status 1073807364 -- Restarting.
[Thu Nov 10 04:08:43.709789 2016] [ssl:warn] [pid 2668:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 10 04:08:43.756589 2016] [mpm_winnt:notice] [pid 2668:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Thu Nov 10 04:08:43.756589 2016] [mpm_winnt:notice] [pid 2668:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Thu Nov 10 04:08:43.756589 2016] [core:notice] [pid 2668:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 10 04:08:43.772189 2016] [mpm_winnt:notice] [pid 2668:tid 224] AH00418: Parent: Created child process 3876
[Tue Nov 15 02:59:18.058738 2016] [ssl:warn] [pid 4064:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Nov 15 02:59:18.358755 2016] [core:warn] [pid 4064:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Nov 15 02:59:18.561766 2016] [ssl:warn] [pid 4064:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Nov 15 02:59:22.324982 2016] [mpm_winnt:notice] [pid 4064:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Tue Nov 15 02:59:22.324982 2016] [mpm_winnt:notice] [pid 4064:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Tue Nov 15 02:59:22.324982 2016] [core:notice] [pid 4064:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Tue Nov 15 02:59:22.333982 2016] [mpm_winnt:notice] [pid 4064:tid 224] AH00418: Parent: Created child process 3668
[Tue Nov 15 02:59:23.124027 2016] [ssl:warn] [pid 3668:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Nov 15 02:59:23.356041 2016] [ssl:warn] [pid 3668:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Nov 15 02:59:23.398043 2016] [mpm_winnt:notice] [pid 3668:tid 236] AH00354: Child: Starting 150 worker threads.
[Thu Nov 24 02:10:53.086353 2016] [ssl:warn] [pid 5064:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 24 02:10:53.460753 2016] [core:warn] [pid 5064:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Nov 24 02:10:53.694754 2016] [ssl:warn] [pid 5064:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 24 02:10:57.313960 2016] [mpm_winnt:notice] [pid 5064:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Thu Nov 24 02:10:57.313960 2016] [mpm_winnt:notice] [pid 5064:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Thu Nov 24 02:10:57.313960 2016] [core:notice] [pid 5064:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 24 02:10:57.329560 2016] [mpm_winnt:notice] [pid 5064:tid 224] AH00418: Parent: Created child process 1412
[Thu Nov 24 02:10:58.218762 2016] [ssl:warn] [pid 1412:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 24 02:10:58.530762 2016] [ssl:warn] [pid 1412:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 24 02:10:58.561962 2016] [mpm_winnt:notice] [pid 1412:tid 236] AH00354: Child: Starting 150 worker threads.
[Thu Nov 24 11:48:27.136636 2016] [ssl:warn] [pid 5752:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 24 11:48:27.230236 2016] [core:warn] [pid 5752:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Nov 24 11:48:27.433036 2016] [ssl:warn] [pid 5752:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 24 11:48:28.088237 2016] [mpm_winnt:notice] [pid 5752:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Thu Nov 24 11:48:28.088237 2016] [mpm_winnt:notice] [pid 5752:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Thu Nov 24 11:48:28.088237 2016] [core:notice] [pid 5752:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Nov 24 11:48:28.103837 2016] [mpm_winnt:notice] [pid 5752:tid 224] AH00418: Parent: Created child process 5780
[Thu Nov 24 11:48:28.837039 2016] [ssl:warn] [pid 5780:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 24 11:48:29.071039 2016] [ssl:warn] [pid 5780:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Nov 24 11:48:29.117839 2016] [mpm_winnt:notice] [pid 5780:tid 236] AH00354: Child: Starting 150 worker threads.
[Fri Nov 25 17:11:40.953891 2016] [ssl:warn] [pid 3260:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Nov 25 17:11:41.031892 2016] [core:warn] [pid 3260:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Nov 25 17:11:41.187892 2016] [ssl:warn] [pid 3260:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Nov 25 17:11:42.435894 2016] [mpm_winnt:notice] [pid 3260:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Fri Nov 25 17:11:42.435894 2016] [mpm_winnt:notice] [pid 3260:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Fri Nov 25 17:11:42.435894 2016] [core:notice] [pid 3260:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Fri Nov 25 17:11:42.451494 2016] [mpm_winnt:notice] [pid 3260:tid 224] AH00418: Parent: Created child process 1992
[Fri Nov 25 17:11:43.075495 2016] [ssl:warn] [pid 1992:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Nov 25 17:11:43.293896 2016] [ssl:warn] [pid 1992:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Nov 25 17:11:43.387496 2016] [mpm_winnt:notice] [pid 1992:tid 236] AH00354: Child: Starting 150 worker threads.
[Sun Nov 27 01:11:02.229768 2016] [ssl:warn] [pid 972:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 27 01:11:02.292168 2016] [core:warn] [pid 972:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Nov 27 01:11:02.463768 2016] [ssl:warn] [pid 972:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 27 01:11:03.196969 2016] [mpm_winnt:notice] [pid 972:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Sun Nov 27 01:11:03.196969 2016] [mpm_winnt:notice] [pid 972:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Sun Nov 27 01:11:03.196969 2016] [core:notice] [pid 972:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Sun Nov 27 01:11:03.212569 2016] [mpm_winnt:notice] [pid 972:tid 224] AH00418: Parent: Created child process 3488
[Sun Nov 27 01:11:03.976971 2016] [ssl:warn] [pid 3488:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 27 01:11:04.195371 2016] [ssl:warn] [pid 3488:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Sun Nov 27 01:11:04.242171 2016] [mpm_winnt:notice] [pid 3488:tid 236] AH00354: Child: Starting 150 worker threads.
[Mon Nov 28 01:05:59.706137 2016] [ssl:warn] [pid 1760:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 28 01:05:59.788142 2016] [core:warn] [pid 1760:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Nov 28 01:05:59.990153 2016] [ssl:warn] [pid 1760:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 28 01:06:01.178221 2016] [mpm_winnt:notice] [pid 1760:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Mon Nov 28 01:06:01.178221 2016] [mpm_winnt:notice] [pid 1760:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Mon Nov 28 01:06:01.178221 2016] [core:notice] [pid 1760:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Mon Nov 28 01:06:01.199222 2016] [mpm_winnt:notice] [pid 1760:tid 224] AH00418: Parent: Created child process 2680
[Mon Nov 28 01:06:02.001268 2016] [ssl:warn] [pid 2680:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 28 01:06:02.231281 2016] [ssl:warn] [pid 2680:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 28 01:06:02.274284 2016] [mpm_winnt:notice] [pid 2680:tid 236] AH00354: Child: Starting 150 worker threads.
[Mon Nov 28 15:25:20.344151 2016] [ssl:warn] [pid 4032:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 28 15:25:20.410155 2016] [core:warn] [pid 4032:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Nov 28 15:25:20.569164 2016] [ssl:warn] [pid 4032:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 28 15:25:21.847237 2016] [mpm_winnt:notice] [pid 4032:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Mon Nov 28 15:25:21.847237 2016] [mpm_winnt:notice] [pid 4032:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Mon Nov 28 15:25:21.847237 2016] [core:notice] [pid 4032:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Mon Nov 28 15:25:21.879239 2016] [mpm_winnt:notice] [pid 4032:tid 224] AH00418: Parent: Created child process 1412
[Mon Nov 28 15:25:22.625282 2016] [ssl:warn] [pid 1412:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 28 15:25:24.305378 2016] [ssl:warn] [pid 1412:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Mon Nov 28 15:25:24.385382 2016] [mpm_winnt:notice] [pid 1412:tid 236] AH00354: Child: Starting 150 worker threads.
[Tue Nov 29 01:50:59.606346 2016] [ssl:warn] [pid 2376:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Nov 29 01:50:59.715546 2016] [core:warn] [pid 2376:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Nov 29 01:50:59.871546 2016] [ssl:warn] [pid 2376:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Nov 29 01:51:01.275549 2016] [mpm_winnt:notice] [pid 2376:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Tue Nov 29 01:51:01.275549 2016] [mpm_winnt:notice] [pid 2376:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Tue Nov 29 01:51:01.275549 2016] [core:notice] [pid 2376:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Tue Nov 29 01:51:01.275549 2016] [mpm_winnt:notice] [pid 2376:tid 224] AH00418: Parent: Created child process 2752
[Tue Nov 29 01:51:01.961950 2016] [ssl:warn] [pid 2752:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Nov 29 01:51:02.180350 2016] [ssl:warn] [pid 2752:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Nov 29 01:51:02.211550 2016] [mpm_winnt:notice] [pid 2752:tid 236] AH00354: Child: Starting 150 worker threads.
[Tue Nov 29 05:24:00.129425 2016] [mpm_winnt:notice] [pid 2376:tid 224] AH00428: Parent: child process 2752 exited with status 1073807364 -- Restarting.
[Tue Nov 29 15:34:07.938173 2016] [ssl:warn] [pid 1252:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Nov 29 15:34:08.066180 2016] [core:warn] [pid 1252:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Nov 29 15:34:08.230190 2016] [ssl:warn] [pid 1252:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Nov 29 15:34:08.956231 2016] [mpm_winnt:notice] [pid 1252:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Tue Nov 29 15:34:08.956231 2016] [mpm_winnt:notice] [pid 1252:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Tue Nov 29 15:34:08.956231 2016] [core:notice] [pid 1252:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Tue Nov 29 15:34:08.972232 2016] [mpm_winnt:notice] [pid 1252:tid 224] AH00418: Parent: Created child process 3900
[Tue Nov 29 15:34:09.625270 2016] [ssl:warn] [pid 3900:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Nov 29 15:34:09.971289 2016] [ssl:warn] [pid 3900:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Tue Nov 29 15:34:10.034293 2016] [mpm_winnt:notice] [pid 3900:tid 236] AH00354: Child: Starting 150 worker threads.
[Wed Nov 30 15:03:44.296951 2016] [ssl:warn] [pid 4112:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 30 15:03:44.421751 2016] [core:warn] [pid 4112:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Nov 30 15:03:44.624551 2016] [ssl:warn] [pid 4112:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 30 15:03:46.558955 2016] [mpm_winnt:notice] [pid 4112:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Wed Nov 30 15:03:46.558955 2016] [mpm_winnt:notice] [pid 4112:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Wed Nov 30 15:03:46.558955 2016] [core:notice] [pid 4112:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Nov 30 15:03:46.574555 2016] [mpm_winnt:notice] [pid 4112:tid 224] AH00418: Parent: Created child process 4396
[Wed Nov 30 15:03:47.229756 2016] [ssl:warn] [pid 4396:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 30 15:03:47.463756 2016] [ssl:warn] [pid 4396:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 30 15:03:47.510556 2016] [mpm_winnt:notice] [pid 4396:tid 236] AH00354: Child: Starting 150 worker threads.
[Wed Nov 30 23:05:55.879684 2016] [ssl:warn] [pid 3196:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 30 23:05:56.176084 2016] [core:warn] [pid 3196:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Nov 30 23:05:56.378885 2016] [ssl:warn] [pid 3196:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 30 23:05:58.330888 2016] [mpm_winnt:notice] [pid 3196:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Wed Nov 30 23:05:58.330888 2016] [mpm_winnt:notice] [pid 3196:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Wed Nov 30 23:05:58.330888 2016] [core:notice] [pid 3196:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Wed Nov 30 23:05:58.346488 2016] [mpm_winnt:notice] [pid 3196:tid 224] AH00418: Parent: Created child process 1692
[Wed Nov 30 23:05:59.079690 2016] [ssl:warn] [pid 1692:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 30 23:05:59.296491 2016] [ssl:warn] [pid 1692:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Wed Nov 30 23:05:59.343291 2016] [mpm_winnt:notice] [pid 1692:tid 236] AH00354: Child: Starting 150 worker threads.
[Thu Dec 01 16:41:42.728746 2016] [ssl:warn] [pid 5028:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Dec 01 16:41:43.038747 2016] [core:warn] [pid 5028:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Dec 01 16:41:43.238747 2016] [ssl:warn] [pid 5028:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Dec 01 16:41:49.116756 2016] [mpm_winnt:notice] [pid 5028:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Thu Dec 01 16:41:49.116756 2016] [mpm_winnt:notice] [pid 5028:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Thu Dec 01 16:41:49.116756 2016] [core:notice] [pid 5028:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Thu Dec 01 16:41:49.156756 2016] [mpm_winnt:notice] [pid 5028:tid 224] AH00418: Parent: Created child process 1500
[Thu Dec 01 16:41:49.956757 2016] [ssl:warn] [pid 1500:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Dec 01 16:41:50.198760 2016] [ssl:warn] [pid 1500:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Thu Dec 01 16:41:50.238760 2016] [mpm_winnt:notice] [pid 1500:tid 236] AH00354: Child: Starting 150 worker threads.
[Fri Dec 02 08:51:48.661652 2016] [ssl:warn] [pid 6104:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Dec 02 08:51:48.781652 2016] [core:warn] [pid 6104:tid 224] AH00098: pid file C:/xampp/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Dec 02 08:51:48.961653 2016] [ssl:warn] [pid 6104:tid 224] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Dec 02 08:51:49.021653 2016] [mpm_winnt:notice] [pid 6104:tid 224] AH00455: Apache/2.4.17 (Win32) OpenSSL/1.0.2d PHP/5.6.15 configured -- resuming normal operations
[Fri Dec 02 08:51:49.021653 2016] [mpm_winnt:notice] [pid 6104:tid 224] AH00456: Apache Lounge VC11 Server built: Oct 13 2015 10:54:13
[Fri Dec 02 08:51:49.021653 2016] [core:notice] [pid 6104:tid 224] AH00094: Command line: 'c:\\xampp\\apache\\bin\\httpd.exe -d C:/xampp/apache'
[Fri Dec 02 08:51:49.316653 2016] [mpm_winnt:notice] [pid 6104:tid 224] AH00418: Parent: Created child process 4416
[Fri Dec 02 08:51:50.030656 2016] [ssl:warn] [pid 4416:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Dec 02 08:51:50.250657 2016] [ssl:warn] [pid 4416:tid 236] AH01909: www.example.com:443:0 server certificate does NOT include an ID which matches the server name
[Fri Dec 02 08:51:50.290657 2016] [mpm_winnt:notice] [pid 4416:tid 236] AH00354: Child: Starting 150 worker threads.


Thanks for help :)
by Gharas
07. December 2016 16:48
 
Forum: XAMPP for Windows
Topic: Problem with Apache
Replies: 1
Views: 7514

Re: Problema con permalinks error 404 y tildes

Hola:
Aparentemente el módulo rewrite está activo. Te envío los archivos
.htaccess, httd.conf, httd-xampp.conf a ver si el error está en alguno de ellos.
.htaccess está cargado en el raíz.

.htaccess:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /Tutorial%20WP1030/wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /Tutorial%20WP1030/wordpress/index.php [L]
</IfModule>

# END WordPress

httd.conf:
#
# This is the main Apache HTTP server configuration file. It contains the
# configuration directives that give the server its instructions.
# See <URL:http://httpd.apache.org/docs/2.4/> for detailed information.
# In particular, see
# <URL:http://httpd.apache.org/docs/2.4/mod/directives.html>
# for a discussion of each configuration directive.
#
# Do NOT simply read the instructions in here without understanding
# what they do. They're here only as hints or reminders. If you are unsure
# consult the online docs. You have been warned.
#
# Configuration and logfile names: If the filenames you specify for many
# of the server's control files begin with "/" (or "drive:/" for Win32), the
# server will use that explicit path. If the filenames do *not* begin
# with "/", the value of ServerRoot is prepended -- so "logs/access_log"
# with ServerRoot set to "/usr/local/apache2" will be interpreted by the
# server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log"
# will be interpreted as '/logs/access_log'.
#
# NOTE: Where filenames are specified, you must use forward slashes
# instead of backslashes (e.g., "c:/apache" instead of "c:\apache").
# If a drive letter is omitted, the drive on which httpd.exe is located
# will be used by default. It is recommended that you always supply
# an explicit drive letter in absolute paths to avoid confusion.

#
# ServerRoot: The top of the directory tree under which the server's
# configuration, error, and log files are kept.
#
# Do not add a slash at the end of the directory path. If you point
# ServerRoot at a non-local disk, be sure to specify a local disk on the
# Mutex directive, if file-based mutexes are used. If you wish to share the
# same ServerRoot for multiple httpd daemons, you will need to change at
# least PidFile.
#
ServerRoot "C:/xampp/apache"

#
# Mutex: Allows you to set the mutex mechanism and mutex file directory
# for individual mutexes, or change the global defaults
#
# Uncomment and change the directory if mutexes are file-based and the default
# mutex file directory is not on a local disk or is not appropriate for some
# other reason.
#
# Mutex default:logs

#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, instead of the default. See also the <VirtualHost>
# directive.
#
# Change this to Listen on specific IP addresses as shown below to
# prevent Apache from glomming onto all bound IP addresses.
#
#Listen 12.34.56.78:80
Listen 8080

#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Statically compiled modules (those listed by `httpd -l') do not need
# to be loaded here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
LoadModule access_compat_module modules/mod_access_compat.so
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule allowmethods_module modules/mod_allowmethods.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
#LoadModule auth_digest_module modules/mod_auth_digest.so
#LoadModule auth_form_module modules/mod_auth_form.so
#LoadModule authn_anon_module modules/mod_authn_anon.so
LoadModule authn_core_module modules/mod_authn_core.so
#LoadModule authn_dbd_module modules/mod_authn_dbd.so
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule authn_file_module modules/mod_authn_file.so
#LoadModule authn_socache_module modules/mod_authn_socache.so
#LoadModule authnz_fcgi_module modules/mod_authnz_fcgi.so
#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
LoadModule authz_core_module modules/mod_authz_core.so
#LoadModule authz_dbd_module modules/mod_authz_dbd.so
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
#LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule autoindex_module modules/mod_autoindex.so
#LoadModule buffer_module modules/mod_buffer.so
#LoadModule cache_module modules/mod_cache.so
#LoadModule cache_disk_module modules/mod_cache_disk.so
#LoadModule cache_socache_module modules/mod_cache_socache.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule cgi_module modules/mod_cgi.so
#LoadModule charset_lite_module modules/mod_charset_lite.so
#LoadModule data_module modules/mod_data.so
#LoadModule dav_module modules/mod_dav.so
#LoadModule dav_fs_module modules/mod_dav_fs.so
LoadModule dav_lock_module modules/mod_dav_lock.so
#LoadModule dbd_module modules/mod_dbd.so
#LoadModule deflate_module modules/mod_deflate.so
LoadModule dir_module modules/mod_dir.so
#LoadModule dumpio_module modules/mod_dumpio.so
LoadModule env_module modules/mod_env.so
#LoadModule expires_module modules/mod_expires.so
#LoadModule ext_filter_module modules/mod_ext_filter.so
#LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule filter_module modules/mod_filter.so
#LoadModule http2_module modules/mod_http2.so
LoadModule headers_module modules/mod_headers.so
#LoadModule heartbeat_module modules/mod_heartbeat.so
#LoadModule heartmonitor_module modules/mod_heartmonitor.so
#LoadModule ident_module modules/mod_ident.so
#LoadModule imagemap_module modules/mod_imagemap.so
LoadModule include_module modules/mod_include.so
LoadModule info_module modules/mod_info.so
LoadModule isapi_module modules/mod_isapi.so
#LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so
#LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so
#LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so
#LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
#LoadModule ldap_module modules/mod_ldap.so
#LoadModule logio_module modules/mod_logio.so
LoadModule log_config_module modules/mod_log_config.so
#LoadModule log_debug_module modules/mod_log_debug.so
#LoadModule log_forensic_module modules/mod_log_forensic.so
#LoadModule lua_module modules/mod_lua.so
LoadModule cache_disk_module modules/mod_cache_disk.so
#LoadModule macro_module modules/mod_macro.so
LoadModule mime_module modules/mod_mime.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule proxy_module modules/mod_proxy.so
LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
#LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
#LoadModule proxy_connect_module modules/mod_proxy_connect.so
#LoadModule proxy_express_module modules/mod_proxy_express.so
#LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
#LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
#LoadModule proxy_html_module modules/mod_proxy_html.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
#LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
#LoadModule ratelimit_module modules/mod_ratelimit.so
#LoadModule reflector_module modules/mod_reflector.so
#LoadModule remoteip_module modules/mod_remoteip.so
#LoadModule request_module modules/mod_request.so
#LoadModule reqtimeout_module modules/mod_reqtimeout.so
LoadModule rewrite_module modules/mod_rewrite.so
#LoadModule sed_module modules/mod_sed.so
#LoadModule session_module modules/mod_session.so
#LoadModule session_cookie_module modules/mod_session_cookie.so
#LoadModule session_crypto_module modules/mod_session_crypto.so
#LoadModule session_dbd_module modules/mod_session_dbd.so
LoadModule setenvif_module modules/mod_setenvif.so
#LoadModule slotmem_plain_module modules/mod_slotmem_plain.so
#LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
#LoadModule socache_dbm_module modules/mod_socache_dbm.so
#LoadModule socache_memcache_module modules/mod_socache_memcache.so
LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
#LoadModule speling_module modules/mod_speling.so
LoadModule ssl_module modules/mod_ssl.so
LoadModule status_module modules/mod_status.so
#LoadModule substitute_module modules/mod_substitute.so
#LoadModule unique_id_module modules/mod_unique_id.so
#LoadModule userdir_module modules/mod_userdir.so
#LoadModule usertrack_module modules/mod_usertrack.so
LoadModule version_module modules/mod_version.so
#LoadModule vhost_alias_module modules/mod_vhost_alias.so
#LoadModule watchdog_module modules/mod_watchdog.so
#LoadModule xml2enc_module modules/mod_xml2enc.so

<IfModule unixd_module>
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User daemon
Group daemon

</IfModule>

# 'Main' server configuration
#
# The directives in this section set up the values used by the 'main'
# server, which responds to any requests that aren't handled by a
# <VirtualHost> definition. These values also provide defaults for
# any <VirtualHost> containers you may define later in the file.
#
# All of these directives may appear inside <VirtualHost> containers,
# in which case these default settings will be overridden for the
# virtual host being defined.
#

#
# ServerAdmin: Your address, where problems with the server should be
# e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. admin@your-domain.com
#
ServerAdmin postmaster@localhost

#
# ServerName gives the name and port that the server uses to identify itself.
# This can often be determined automatically, but we recommend you specify
# it explicitly to prevent problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
ServerName localhost:8080

#
# Deny access to the entirety of your server's filesystem. You must
# explicitly permit access to web content directories in other
# <Directory> blocks below.
#
<Directory />
AllowOverride all
Require all denied
</Directory>

#
# Note that from this point forward you must specifically allow
# particular features to be enabled - so if something's not working as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# DocumentRoot: The directory out of which you will serve your
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
DocumentRoot "C:/xampp/htdocs"
<Directory "C:/xampp/htdocs">
#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs/2.4/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks Includes ExecCGI

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# AllowOverride FileInfo AuthConfig Limit
#
AllowOverride All

#
# Controls who can get stuff from this server.
#
Require all granted
</Directory>

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
DirectoryIndex index.php index.pl index.cgi index.asp index.shtml index.html index.htm \
default.php default.pl default.cgi default.asp default.shtml default.html default.htm \
home.php home.pl home.cgi home.asp home.shtml home.html home.htm
</IfModule>

#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<Files ".ht*">
Require all denied
</Files>

#
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive within a <VirtualHost>
# container, error messages relating to that virtual host will be
# logged here. If you *do* define an error logfile for a <VirtualHost>
# container, that host's errors will be logged there and not here.
#
ErrorLog "logs/error.log"

#
# LogLevel: Control the number of messages logged to the error_log.
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
#
LogLevel warn

<IfModule log_config_module>
#
# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
#
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common

<IfModule logio_module>
# You need to enable mod_logio.c to use %I and %O
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
</IfModule>

#
# The location and format of the access logfile (Common Logfile Format).
# If you do not define any access logfiles within a <VirtualHost>
# container, they will be logged here. Contrariwise, if you *do*
# define per-<VirtualHost> access logfiles, transactions will be
# logged therein and *not* in this file.
#
#CustomLog "logs/access.log" common

#
# If you prefer a logfile with access, agent, and referer information
# (Combined Logfile Format) you can use the following directive.
#
CustomLog "logs/access.log" combined
</IfModule>

<IfModule alias_module>
#
# Redirect: Allows you to tell clients about documents that used to
# exist in your server's namespace, but do not anymore. The client
# will make a new request for the document at its new location.
# Example:
# Redirect permanent /foo http://www.example.com/bar

#
# Alias: Maps web paths into filesystem paths and is used to
# access content that does not live under the DocumentRoot.
# Example:
# Alias /webpath /full/filesystem/path
#
# If you include a trailing / on /webpath then the server will
# require it to be present in the URL. You will also likely
# need to provide a <Directory> section to allow access to
# the filesystem path.

#
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as Aliases, except that
# documents in the target directory are treated as applications and
# run by the server when requested rather than as documents sent to the
# client. The same rules about trailing "/" apply to ScriptAlias
# directives as to Alias.
#
ScriptAlias /cgi-bin/ "C:/xampp/cgi-bin/"

</IfModule>

<IfModule cgid_module>
#
# ScriptSock: On threaded servers, designate the path to the UNIX
# socket used to communicate with the CGI daemon of mod_cgid.
#
#Scriptsock cgisock
</IfModule>

#
# "C:/xampp/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory />
AllowOverride All
Require all denied
</Directory>

<IfModule mime_module>
#
# TypesConfig points to the file containing the list of mappings from
# filename extension to MIME-type.
#
TypesConfig conf/mime.types

#
# AddType allows you to add to or override the MIME configuration
# file specified in TypesConfig for specific file types.
#
#AddType application/x-gzip .tgz
#
# AddEncoding allows you to have certain browsers uncompress
# information on the fly. Note: Not all browsers support this.
#
#AddEncoding x-compress .Z
#AddEncoding x-gzip .gz .tgz
#
# If the AddEncoding directives above are commented-out, then you
# probably should define those extensions to indicate media types:
#
AddType application/x-compress .Z
AddType application/x-gzip .gz .tgz

#
# AddHandler allows you to map certain file extensions to "handlers":
# actions unrelated to filetype. These can be either built into the server
# or added with the Action directive (see below)
#
# To use CGI scripts outside of ScriptAliased directories:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
AddHandler cgi-script .cgi .pl .asp

# For type maps (negotiated resources):
#AddHandler type-map var

#
# Filters allow you to process content before it is sent to the client.
#
# To parse .shtml files for server-side includes (SSI):
# (You will also need to add "Includes" to the "Options" directive.)
#
AddType text/html .shtml
AddOutputFilter INCLUDES .shtml
</IfModule>

#
# The mod_mime_magic module allows the server to use various hints from the
# contents of the file itself to determine its type. The MIMEMagicFile
# directive tells the module where the hint definitions are located.
#
<IfModule mime_magic_module>
#
# The mod_mime_magic module allows the server to use various hints from the
# contents of the file itself to determine its type. The MIMEMagicFile
# directive tells the module where the hint definitions are located.
#
MIMEMagicFile "conf/magic"
</IfModule>


#
# Customizable error responses come in three flavors:
# 1) plain text 2) local redirects 3) external redirects
#
# Some examples:
#ErrorDocument 500 "The server made a boo boo."
#ErrorDocument 404 /missing.html
#ErrorDocument 404 "/cgi-bin/missing_handler.pl"
#ErrorDocument 402 http://www.example.com/subscription_info.html
#

#
# MaxRanges: Maximum number of Ranges in a request before
# returning the entire resource, or one of the special
# values 'default', 'none' or 'unlimited'.
# Default setting is to accept 200 Ranges.
#MaxRanges unlimited

#
# EnableMMAP and EnableSendfile: On systems that support it,
# memory-mapping or the sendfile syscall may be used to deliver
# files. This usually improves server performance, but must
# be turned off when serving from networked-mounted
# filesystems or if support for these functions is otherwise
# broken on your system.
# Defaults: EnableMMAP On, EnableSendfile Off
#
#EnableMMAP off
#EnableSendfile off

# Supplemental configuration
#
# The configuration files in the conf/extra/ directory can be
# included to add extra features or to modify the default configuration of
# the server, or you may simply copy their contents here and change as
# necessary.

# Server-pool management (MPM specific)
Include conf/extra/httpd-mpm.conf

# Multi-language error messages
Include conf/extra/httpd-multilang-errordoc.conf

# Fancy directory listings
Include conf/extra/httpd-autoindex.conf

# Language settings
Include conf/extra/httpd-languages.conf

# User home directories
Include conf/extra/httpd-userdir.conf

# Real-time info on requests and configuration
Include conf/extra/httpd-info.conf

# Virtual hosts
Include conf/extra/httpd-vhosts.conf

# Local access to the Apache HTTP Server Manual
#Include conf/extra/httpd-manual.conf

# Distributed authoring and versioning (WebDAV)
#Attention! WEB_DAV is a security risk without a new userspecific configuration for a secure authentifcation
#Include conf/extra/httpd-dav.conf

# Various default settings
#Include conf/extra/httpd-default.conf
# Implements a proxy/gateway for Apache.
Include "conf/extra/httpd-proxy.conf"
# Various default settings
Include "conf/extra/httpd-default.conf"
# XAMPP settings
Include "conf/extra/httpd-xampp.conf"

# Configure mod_proxy_html to understand HTML4/XHTML1
<IfModule proxy_html_module>
Include conf/extra/proxy-html.conf
</IfModule>

# Secure (SSL/TLS) connections
Include conf/extra/httpd-ssl.conf
#
# Note: The following must must be present to support
# starting without SSL on platforms with no /dev/random equivalent
# but a statically compiled-in mod_ssl.
#
<IfModule ssl_module>
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
</IfModule>
#
# uncomment out the below to deal with user agents that deliberately
# violate open standards by misusing DNT (DNT *must* be a specific
# end-user choice)
#
#<IfModule setenvif_module>
#BrowserMatch "MSIE 10.0;" bad_DNT
#</IfModule>
#<IfModule headers_module>
#RequestHeader unset DNT env=bad_DNT
#</IfModule>

# XAMPP: We disable operating system specific optimizations for a listening
# socket by the http protocol here. IE 64 bit make problems without this.

AcceptFilter http none
AcceptFilter https none
# AJP13 Proxy
<IfModule mod_proxy.c>
<IfModule mod_proxy_ajp.c>
Include "conf/extra/httpd-ajp.conf"
</IfModule>
</IfModule>


httd-xampp.conf:
#
# XAMPP settings
#

<IfModule env_module>
SetEnv MIBDIRS "C:/xampp/php/extras/mibs"
SetEnv MYSQL_HOME "\\xampp\\mysql\\bin"
SetEnv OPENSSL_CONF "C:/xampp/apache/bin/openssl.cnf"
SetEnv PHP_PEAR_SYSCONF_DIR "\\xampp\\php"
SetEnv PHPRC "\\xampp\\php"
SetEnv TMP "\\xampp\\tmp"
</IfModule>

#
# PHP-Module setup
#
LoadFile "C:/xampp/php/php5ts.dll"
LoadFile "C:/xampp/php/libpq.dll"
LoadModule php5_module "C:/xampp/php/php5apache2_4.dll"

<FilesMatch "\.php$">
SetHandler application/x-httpd-php
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler application/x-httpd-php-source
</FilesMatch>

#
# PHP-CGI setup
#
#<FilesMatch "\.php$">
# SetHandler application/x-httpd-php-cgi
#</FilesMatch>
#<IfModule actions_module>
# Action application/x-httpd-php-cgi "/php-cgi/php-cgi.exe"
#</IfModule>


<IfModule php5_module>
PHPINIDir "C:/xampp/php"
</IfModule>

<IfModule mime_module>
AddType text/html .php .phps
</IfModule>

ScriptAlias /php-cgi/ "C:/xampp/php/"
<Directory "C:/xampp/php">
AllowOverride None
Options None
Require all denied
<Files "php-cgi.exe">
Require all granted
</Files>
</Directory>

<Directory "C:/xampp/cgi-bin">
<FilesMatch "\.php$">
SetHandler cgi-script
</FilesMatch>
<FilesMatch "\.phps$">
SetHandler None
</FilesMatch>
</Directory>

<Directory "C:/xampp/htdocs/xampp">
<IfModule php5_module>
<Files "status.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
</Directory>

<IfModule alias_module>
Alias /licenses "C:/xampp/licenses/"
<Directory "C:/xampp/licenses">
Options +Indexes
<IfModule autoindex_color_module>
DirectoryIndexTextColor "#000000"
DirectoryIndexBGColor "#f8e8a0"
DirectoryIndexLinkColor "#bb3902"
DirectoryIndexVLinkColor "#bb3902"
DirectoryIndexALinkColor "#bb3902"
</IfModule>
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>

Alias /phpmyadmin "C:/xampp/phpMyAdmin/"
<Directory "C:/xampp/phpMyAdmin">
AllowOverride AuthConfig
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>

Alias /webalizer "C:/xampp/webalizer/"
<Directory "C:/xampp/webalizer">
<IfModule php5_module>
<Files "webalizer.php">
php_admin_flag safe_mode off
</Files>
</IfModule>
AllowOverride AuthConfig
Require local
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>
</IfModule>

Agradezco la colaboración que me puedas prestar.
by Isa2
11. November 2016 21:44
 
Forum: XAMPP for Windows
Topic: Problema con permalinks error 404 y tildes
Replies: 6
Views: 15139

Xampp Apache error on localhost WordPress

I have Xampp installed on a dedicated drive. nothing else is installed on the drive. I have 6 different WordPress sites on my localhost. I have had all of these sites set up for several years and they all worked fine until today.

Now, for some unknown reason, 2 of the sites return an error message that Apache Server has stopped working. But it hasn't stopped working. The two sites that have the problem have 5 pages that are just HTML/CSS pages and are not php/WordPress pages. WordPress is used for the blog component of the sites and not for the rest of the site pages. All the other, non-WP, site pages and navigation work just fine.

All the other sites also work just fine. Some of the other sites are the same type of primarily HTML/CSS pages with a WP blog, two of the other sites are full/all WP sites. all these WP localhost sites continue to work perfectly while at the same time the 2 sites deliver the "Apache HTTP Server has stopped working " error.

Can anyone help me with this? I have no idea why this suddenly started on just two site only and how to go about trouble shooting and fixing.

Detail error message is below

Problem signature:
Problem Event Name: APPCRASH
Application Name: httpd.exe
Application Version: 2.4.3.0
Application Timestamp: 502f70a3
Fault Module Name: php5ts.dll
Fault Module Version: 5.4.7.0
Fault Module Timestamp: 505114f8
Exception Code: c00000fd
Exception Offset: 00039fa3
OS Version: 6.1.7601.2.1.0.256.48
Locale ID: 1033
Additional Information 1: 6017
Additional Information 2: 601762da363e8e683a9c7bfdb56acaf7
Additional Information 3: 35e5
Additional Information 4: 35e54b1d73852dc83ee624c1cfaccd9c
by markf
25. August 2016 00:22
 
Forum: XAMPP for Windows
Topic: Xampp Apache error on localhost WordPress
Replies: 0
Views: 3908
Next

Return to advanced search