Mon virtual host ne fonctionne pas..

c'est vraiment kk wamp

a marqué ce sujet comme résolu.

Salut à tous,

J’ai un problème avec mon virtual host. J’ai beau avoir suivi la procédure de base pour en créer un nouveau de sorte à rendre mon projet plus accessible, à chaque fois que je tente d’y accéder via l’adresse site.dev… Firefox le considère comme une tentative d’accès à une vraie adresse mail.

Donc pour le coup, je pars du principe que WAMP n’a pas compris que je voulais en faire un host, même en utilisant son propre utilitaire de création. Génial.

Voici le contenu des fichiers en rapport:

etc/hosts

127.0.0.1   site.dev
::1     site.dev

httpd-vhosts.conf

NameVirtualHost site.dev
<VirtualHost *:80>
    ServerName site.dev
    DocumentRoot "c:/wamp64/www/site_web"
    <Directory  "c:/wamp64/www/site_web/">
        Options +Indexes +Includes +FollowSymLinks +MultiViews
        AllowOverride All
        Require local
    </Directory>
</VirtualHost>

Merci d’avance pour l’aide procurée.

PS: Au passage, il y a un moyen de rendre les liens disponibles dans l’écran d’accueil réellement fonctionnels, et ne pas les faire diriger vers https://site.dev dans mon exemple ?

Les noms de domaine en .dev existent maintenant.

J’avais justement lu (enfin… survolé) un article disant qu’il faut utiliser plutôt .local ou .test.

Peut être est-ce pour ça que Firefox n’est pas content.

FougereBle

Justement. J’arrive très bien à simuler le nom de domaine .com avec Wamp et Firefox, alors pourquoi .dev ne fonctionne t-il pas ?

Tu as le même soucis si tu prends jaimezestedesavoir.com ?

A-312

Oui, ça a fonctionné, mais sur un autre projet. Il m’a redirigé correctement vers le site.

A part : NameVirtualHost site.dev ton virtualhost ressemble à ceux que j’utilise sur mon Wamp. :/ Je n’ai pas plus de proposition que prendre un autre nom de domaine en test.

EDIT : Vérifie la présence de : IncludeOptional "${INSTALL_DIR}/vhosts/*" dans ton httpd.conf peut-être.

+0 -0

Sinon depuis Wamp tu peux créer des virtualhost très facilement depuis un formulaire, sans te prendre la tête a modifier des fichier. Je suis sur mon tel donc je n’ai plus exactement la marche a suivre, mais cest comme ça que je fait. J’essayerai de te donner la marche a suivre tout a l’heure si tu n’as pas trouvé.

+0 -0

Sinon depuis Wamp tu peux créer des virtualhost très facilement depuis un formulaire, sans te prendre la tête a modifier des fichier. Je suis sur mon tel donc je n’ai plus exactement la marche a suivre, mais cest comme ça que je fait. J’essayerai de te donner la marche a suivre tout a l’heure si tu n’as pas trouvé.

FougereBle

C’est justement la méthode que j’ai employée, et même en fouillant dans les fichiers, ça ne fonctionne pas. Vraiment gonflant pour le coup.

A part : NameVirtualHost site.dev ton virtualhost ressemble à ceux que j’utilise sur mon Wamp. :/ Je n’ai pas plus de proposition que prendre un autre nom de domaine en test.

EDIT : Vérifie la présence de : IncludeOptional "${INSTALL_DIR}/vhosts/*" dans ton httpd.conf peut-être.

A-312

Merci pour l’aide, mais bon, apparement je pense qu’il n’y a pas d’autre solution, je vais juste changer le nom de domaine.

Les noms de domaine en .dev existent maintenant.

J’avais justement lu (enfin… survolé) un article disant qu’il faut utiliser plutôt .local ou .test.

Peut être est-ce pour ça que Firefox n’est pas content.

FougereBle

Justement. J’arrive très bien à simuler le nom de domaine .com avec Wamp et Firefox, alors pourquoi .dev ne fonctionne t-il pas ?

Lebigre

Contrairement aux .com, les .dev sont prévus pour ne fonctionner que en HTTPS.
Les navigateurs ont implémenté cette vérification en dur.

+1 -0

Les noms de domaine en .dev existent maintenant.

J’avais justement lu (enfin… survolé) un article disant qu’il faut utiliser plutôt .local ou .test.

Peut être est-ce pour ça que Firefox n’est pas content.

FougereBle

Justement. J’arrive très bien à simuler le nom de domaine .com avec Wamp et Firefox, alors pourquoi .dev ne fonctionne t-il pas ?

Lebigre

Contrairement aux .com, les .dev sont prévus pour ne fonctionner que en HTTPS.
Les navigateurs ont implémenté cette vérification en dur.

sgble

Certes, c’est pour cela que j’ai changé mon nom de domaine. Me menant au nouveau problème que je cite un post plus haut.

Salut

Est-ce que tu peux nous montrer l’état actuel des fichiers ? Je m’intéresse aussi à httpd.conf. Fournis-en le code avec ceci, s’il te plaît :

[[secret|nom du fichier]]
| ```apache
| le code d'un fichier ici
| ```

Pour ma part, je ne mets pas NameVirtualHost et j’ai une dizaine d’hôtes virtuels avec WampServer, je n’ai pas trop de souci. Du peu que je me souvienne, quand je l’ai eu mis il y a longtemps, j’avais aussi eu des soucis, et il ne me semblait pas nécessaire de l’utiliser avec plusieurs hôtes virtuels, les multiples définitions poseraient problème de ce que je me souviens. Mais ça fait un bail, honnêtement, la documentation officielle serait plus pertinente.

+0 -0

Ok, de mieux en mieux. Apache refuse de se lancer maintenant. J’ai pourtant essayé de remettre les fichiers dans leur état originel, mais ça ne fonctionne pas. Quelqu’un pour soulager ma pauvre âme ?

Lebigre

Tu devrais avoir un moyen de récupérer des logs d’Apache quelque part. Tu peux nous les filer ?

+0 -0
httpd.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.
ServerSignature On
ServerTokens Full

#
# 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.
#


# Apache variable names used by Apache conf files:
# The names and contents of variables:
# APACHE24, VERSION_APACHE, INSTALL_DIR, APACHE_DIR
# should never be changed.
Define APACHE24 Apache2.4
Define VERSION_APACHE 2.4.27
Define INSTALL_DIR c:/wamp64
Define APACHE_DIR ${INSTALL_DIR}/bin/apache/apache${VERSION_APACHE}

ServerRoot "${APACHE_DIR}"


#
# 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 0.0.0.0:80
Listen [::0]:80

#
# 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 brotli_module modules/mod_brotli.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 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_hcheck_module modules/mod_proxy_hcheck.so
#LoadModule proxy_html_module modules/mod_proxy_html.so
#LoadModule proxy_http_module modules/mod_proxy_http.so
#LoadModule proxy_http2_module modules/mod_proxy_http2.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

LoadModule php5_module "${INSTALL_DIR}/bin/php/php5.6.31/php5apache2_4.dll"

<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 wampserver@wampserver.invalid

#
# 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:80

#
# 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 none
    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.
#
HostnameLookups Off

#
# 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 "${INSTALL_DIR}/www"
<Directory "${INSTALL_DIR}/www/">
    #
    # 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 +Multiviews

    #
    # 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.
    #

#   onlineoffline tag - don't remove
    Require all granted
</Directory>

#
# DirectoryIndex: sets the file that Apache will serve if a directory
# is requested.
#
<IfModule dir_module>
    DirectoryIndex index.php index.php3 index.html index.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"
ErrorLog "${INSTALL_DIR}/logs/apache_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 "${INSTALL_DIR}/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/ "${INSTALL_DIR}/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:/Apache24/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory "${INSTALL_DIR}/cgi-bin">
    AllowOverride None
    Options None
    Require all granted
</Directory>

<IfModule headers_module>
    #
    # Avoid passing HTTP_PROXY environment to CGI's on this or any proxied
    # backend servers which have lingering "httpoxy" defects.
    # 'Proxy' request header is undefined by the IETF, not listed by IANA
    #
    RequestHeader unset Proxy early
</IfModule>
<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
    AddType application/x-httpd-php .php
    AddType application/x-httpd-php .php3

    #
    # 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

    # 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.
#
#MIMEMagicFile conf/magic

#
# 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

# AcceptFilter: On Windows, none uses accept() rather than AcceptEx() and
# will not recycle sockets between connections. This is useful for network
# adapters with broken driver support, as well as some virtual network
# providers such as vpn drivers, or spam, virus or spyware filters.
AcceptFilter http none
AcceptFilter https none

# 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)
#Include conf/extra/httpd-dav.conf

# Various default settings
#Include conf/extra/httpd-default.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>

Include "${INSTALL_DIR}/alias/*"
hosts
# Copyright (c) 1993-2009 Microsoft Corp.
#
# This is a sample HOSTS file used by Microsoft TCP/IP for Windows.
#
# This file contains the mappings of IP addresses to host names. Each
# entry should be kept on an individual line. The IP address should
# be placed in the first column followed by the corresponding host name.
# The IP address and the host name should be separated by at least one
# space.
#
# Additionally, comments (such as these) may be inserted on individual
# lines or following the machine name denoted by a '#' symbol.
#
# For example:
#
#      102.54.94.97     rhino.acme.com          # source server
#       38.25.63.10     x.acme.com              # x client host

# localhost name resolution is handled within DNS itself.
#   127.0.0.1       localhost
#   ::1             localhost
127.0.0.1       localhost
::1             localhost

# unchecky_begin
# These rules were added by the Unchecky program in order to block advertising software modules
0.0.0.0 0.0.0.0 # fix for traceroute and netstat display anomaly
0.0.0.0 tracking.opencandy.com.s3.amazonaws.com
0.0.0.0 media.opencandy.com
0.0.0.0 cdn.opencandy.com
0.0.0.0 tracking.opencandy.com
0.0.0.0 api.opencandy.com
0.0.0.0 api.recommendedsw.com
0.0.0.0 installer.betterinstaller.com
0.0.0.0 installer.filebulldog.com
0.0.0.0 d3oxtn1x3b8d7i.cloudfront.net
0.0.0.0 inno.bisrv.com
0.0.0.0 nsis.bisrv.com
0.0.0.0 cdn.file2desktop.com
0.0.0.0 cdn.goateastcach.us
0.0.0.0 cdn.guttastatdk.us
0.0.0.0 cdn.inskinmedia.com
0.0.0.0 cdn.insta.oibundles2.com
0.0.0.0 cdn.insta.playbryte.com
0.0.0.0 cdn.llogetfastcach.us
0.0.0.0 cdn.montiera.com
0.0.0.0 cdn.msdwnld.com
0.0.0.0 cdn.mypcbackup.com
0.0.0.0 cdn.ppdownload.com
0.0.0.0 cdn.riceateastcach.us
0.0.0.0 cdn.shyapotato.us
0.0.0.0 cdn.solimba.com
0.0.0.0 cdn.tuto4pc.com
0.0.0.0 cdn.appround.biz
0.0.0.0 cdn.bigspeedpro.com
0.0.0.0 cdn.bispd.com
0.0.0.0 cdn.bisrv.com
0.0.0.0 cdn.cdndp.com
0.0.0.0 cdn.download.sweetpacks.com
0.0.0.0 cdn.dpdownload.com
0.0.0.0 cdn.visualbee.net
# unchecky_end

127.0.0.1   www.projet2.com
::1 www.projet2.com

77.72.3.39 nmm.nexusmods.com # legacy-api.nexusmods.com
httpd-vhosts.conf
# Virtual Hosts
#

<VirtualHost *:80>
    ServerName site.net
    ServerA1ias site.net
    DocumentRoot "c:/wamp64/www/site_web"
    <Directory  "c:/wamp64/www/site_web/">
        Options +Indexes +Includes +FollowSymLinks +MultiViews
        AllowOverride All
        Require local
    </Directory>
</VirtualHost>

<VirtualHost *:80>
    ServerName www.projet2.com
    DocumentRoot "c:/wamp64/www/projet2"
    <Directory  "c:/wamp64/www/projet2/">
        Options +Indexes +Includes +FollowSymLinks +MultiViews
        AllowOverride All
        Require local
    </Directory>
</VirtualHost>

<VirtualHost *:80>
  ServerName localhost
  ServerAlias localhost
  DocumentRoot "${INSTALL_DIR}/www"
  <Directory "${INSTALL_DIR}/www/">
    Options +Indexes +Includes +FollowSymLinks +MultiViews
    AllowOverride All
    Require local
  </Directory>
</VirtualHost>
|Apache logs
[Sat Oct 21 23:33:37.865059 2017] [mpm_winnt:notice] [pid 5864:tid 564] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sat Oct 21 23:33:37.866058 2017] [mpm_winnt:notice] [pid 5864:tid 564] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sat Oct 21 23:33:37.867064 2017] [core:notice] [pid 5864:tid 564] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sat Oct 21 23:33:37.886062 2017] [mpm_winnt:notice] [pid 5864:tid 564] AH00418: Parent: Created child process 3536
[Sat Oct 21 23:33:39.831298 2017] [mpm_winnt:notice] [pid 3536:tid 460] AH00354: Child: Starting 64 worker threads.
[Sat Oct 21 23:54:53.898301 2017] [mpm_winnt:notice] [pid 5864:tid 564] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Oct 21 23:54:55.900370 2017] [mpm_winnt:notice] [pid 3536:tid 460] AH00364: Child: All worker threads have exited.
[Sat Oct 21 23:54:56.025412 2017] [mpm_winnt:notice] [pid 5864:tid 564] AH00430: Parent: Child process 3536 exited successfully.
[Sat Oct 21 23:55:00.762789 2017] [mpm_winnt:notice] [pid 7872:tid 532] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sat Oct 21 23:55:00.762789 2017] [mpm_winnt:notice] [pid 7872:tid 532] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sat Oct 21 23:55:00.762789 2017] [core:notice] [pid 7872:tid 532] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sat Oct 21 23:55:00.770791 2017] [mpm_winnt:notice] [pid 7872:tid 532] AH00418: Parent: Created child process 7460
[Sat Oct 21 23:55:02.033195 2017] [mpm_winnt:notice] [pid 7460:tid 468] AH00354: Child: Starting 64 worker threads.
[Sat Oct 21 23:55:32.564423 2017] [mpm_winnt:notice] [pid 7872:tid 532] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Oct 21 23:55:34.565999 2017] [mpm_winnt:notice] [pid 7460:tid 468] AH00364: Child: All worker threads have exited.
[Sat Oct 21 23:55:34.597008 2017] [mpm_winnt:notice] [pid 7872:tid 532] AH00430: Parent: Child process 7460 exited successfully.
[Sat Oct 21 23:55:42.326785 2017] [mpm_winnt:notice] [pid 6636:tid 552] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sat Oct 21 23:55:42.327786 2017] [mpm_winnt:notice] [pid 6636:tid 552] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sat Oct 21 23:55:42.327786 2017] [core:notice] [pid 6636:tid 552] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sat Oct 21 23:55:42.334786 2017] [mpm_winnt:notice] [pid 6636:tid 552] AH00418: Parent: Created child process 7172
[Sat Oct 21 23:55:43.650281 2017] [mpm_winnt:notice] [pid 7172:tid 468] AH00354: Child: Starting 64 worker threads.
[Sat Oct 21 23:56:53.345294 2017] [:error] [pid 7172:tid 980] [client ::1:55833] script 'C:/wamp64/www/projet2/parties.php' not found or unable to stat, referer: http://www.projet2.com/
[Sat Oct 21 23:56:56.394015 2017] [:error] [pid 7172:tid 980] [client ::1:55833] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/
[Sat Oct 21 23:59:34.441226 2017] [:error] [pid 7172:tid 980] [client ::1:55850] script 'C:/wamp64/www/projet2/parties.php' not found or unable to stat, referer: http://www.projet2.com/connexion.php
[Sat Oct 21 23:59:40.847013 2017] [:error] [pid 7172:tid 980] [client ::1:55853] script 'C:/wamp64/www/projet2/crrer_partie.php' not found or unable to stat
[Mon Oct 23 11:01:19.669974 2017] [core:warn] [pid 2348:tid 416] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Oct 23 11:01:19.941065 2017] [mpm_winnt:notice] [pid 2348:tid 416] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Oct 23 11:01:19.941065 2017] [mpm_winnt:notice] [pid 2348:tid 416] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Oct 23 11:01:19.941065 2017] [core:notice] [pid 2348:tid 416] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Oct 23 11:01:19.948069 2017] [mpm_winnt:notice] [pid 2348:tid 416] AH00418: Parent: Created child process 1840
[Mon Oct 23 11:01:21.584164 2017] [mpm_winnt:notice] [pid 1840:tid 376] AH00354: Child: Starting 64 worker threads.
[Wed Nov 01 10:54:34.250042 2017] [mpm_winnt:notice] [pid 2348:tid 416] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Nov 01 10:54:36.411865 2017] [mpm_winnt:notice] [pid 1840:tid 376] AH00364: Child: All worker threads have exited.
[Wed Nov 01 10:54:40.105046 2017] [mpm_winnt:notice] [pid 2348:tid 416] AH00430: Parent: Child process 1840 exited successfully.
[Wed Nov 01 10:54:51.569101 2017] [mpm_winnt:notice] [pid 2616:tid 516] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Wed Nov 01 10:54:51.569101 2017] [mpm_winnt:notice] [pid 2616:tid 516] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Wed Nov 01 10:54:51.569101 2017] [core:notice] [pid 2616:tid 516] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Wed Nov 01 10:54:51.576104 2017] [mpm_winnt:notice] [pid 2616:tid 516] AH00418: Parent: Created child process 5980
[Wed Nov 01 10:54:52.881222 2017] [mpm_winnt:notice] [pid 5980:tid 460] AH00354: Child: Starting 64 worker threads.
[Wed Nov 01 12:38:03.551176 2017] [:error] [pid 5980:tid 964] [client ::1:53369] script 'C:/wamp64/www/projet2/parties.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Wed Nov 01 12:38:08.763004 2017] [:error] [pid 5980:tid 964] [client ::1:53376] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Thu Nov 02 11:50:53.356596 2017] [:error] [pid 5980:tid 932] [client ::1:52367] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/inscription.php
[Thu Nov 02 11:51:52.921229 2017] [:error] [pid 5980:tid 952] [client ::1:52397] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Thu Nov 02 12:04:22.780300 2017] [:error] [pid 5980:tid 936] [client ::1:52752] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Thu Nov 02 14:15:09.328249 2017] [:error] [pid 5980:tid 936] [client ::1:56697] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Thu Nov 02 14:38:49.394968 2017] [:error] [pid 5980:tid 972] [client ::1:57292] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Thu Nov 02 14:38:52.365829 2017] [:error] [pid 5980:tid 972] [client ::1:57292] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Thu Nov 02 14:55:16.825391 2017] [:error] [pid 5980:tid 972] [client ::1:57655] script 'C:/wamp64/www/projet2/forum.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Thu Nov 02 15:10:51.431661 2017] [:error] [pid 5980:tid 964] [client ::1:58106] script 'C:/wamp64/www/projet2/mdp_perdu.php' not found or unable to stat, referer: http://www.projet2.com/connexion.php
[Thu Nov 02 15:11:53.627762 2017] [:error] [pid 5980:tid 964] [client ::1:58131] script 'C:/wamp64/www/projet2/mdp_perdu.php' not found or unable to stat, referer: http://www.projet2.com/connexion.php
[Thu Nov 02 18:20:33.426750 2017] [:error] [pid 5980:tid 952] [client ::1:61759] script 'C:/wamp64/www/projet2/forum.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Thu Nov 02 18:25:14.490338 2017] [:error] [pid 5980:tid 940] [client ::1:61784] script 'C:/wamp64/www/aohexagone/about.php' not found or unable to stat, referer: http://localhost/aohexagone/articles.php
[Sat Nov 04 18:57:41.277042 2017] [:error] [pid 5980:tid 964] [client ::1:54517] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Fri Nov 10 16:10:29.172957 2017] [core:warn] [pid 6436:tid 464] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Nov 10 16:10:33.048193 2017] [mpm_winnt:notice] [pid 6436:tid 464] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Fri Nov 10 16:10:33.048193 2017] [mpm_winnt:notice] [pid 6436:tid 464] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Fri Nov 10 16:10:33.048193 2017] [core:notice] [pid 6436:tid 464] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Fri Nov 10 16:10:33.048193 2017] [mpm_winnt:notice] [pid 6436:tid 464] AH00418: Parent: Created child process 5892
[Fri Nov 10 16:10:35.329569 2017] [mpm_winnt:notice] [pid 5892:tid 460] AH00354: Child: Starting 64 worker threads.
[Fri Nov 10 23:13:47.128618 2017] [mpm_winnt:notice] [pid 6436:tid 464] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Fri Nov 10 23:13:49.160192 2017] [mpm_winnt:notice] [pid 5892:tid 460] AH00364: Child: All worker threads have exited.
[Fri Nov 10 23:13:49.441628 2017] [mpm_winnt:notice] [pid 6436:tid 464] AH00430: Parent: Child process 5892 exited successfully.
[Sun Nov 12 22:21:15.303305 2017] [mpm_winnt:notice] [pid 5516:tid 524] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sun Nov 12 22:21:15.345325 2017] [mpm_winnt:notice] [pid 5516:tid 524] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sun Nov 12 22:21:15.345325 2017] [core:notice] [pid 5516:tid 524] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sun Nov 12 22:21:15.353329 2017] [mpm_winnt:notice] [pid 5516:tid 524] AH00418: Parent: Created child process 2820
[Sun Nov 12 22:21:17.333949 2017] [mpm_winnt:notice] [pid 2820:tid 476] AH00354: Child: Starting 64 worker threads.
[Mon Nov 13 00:04:51.936693 2017] [mpm_winnt:notice] [pid 5516:tid 524] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Nov 13 00:04:54.018353 2017] [mpm_winnt:notice] [pid 2820:tid 476] AH00364: Child: All worker threads have exited.
[Mon Nov 13 00:04:54.844615 2017] [mpm_winnt:notice] [pid 5516:tid 524] AH00430: Parent: Child process 2820 exited successfully.
[Mon Nov 13 00:05:02.334987 2017] [mpm_winnt:notice] [pid 7388:tid 520] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Nov 13 00:05:02.335985 2017] [mpm_winnt:notice] [pid 7388:tid 520] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Nov 13 00:05:02.335985 2017] [core:notice] [pid 7388:tid 520] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Nov 13 00:05:02.374998 2017] [mpm_winnt:notice] [pid 7388:tid 520] AH00418: Parent: Created child process 6000
[Mon Nov 13 00:05:04.722742 2017] [mpm_winnt:notice] [pid 6000:tid 464] AH00354: Child: Starting 64 worker threads.
[Mon Nov 13 00:06:04.777058 2017] [:error] [pid 6000:tid 980] [client ::1:60064] script 'C:/wamp64/www/aohexagone/about.php' not found or unable to stat, referer: http://localhost/aohexagone/index.php
[Mon Nov 13 11:50:33.019250 2017] [mpm_winnt:notice] [pid 7388:tid 520] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Nov 13 11:50:35.040404 2017] [mpm_winnt:notice] [pid 6000:tid 464] AH00364: Child: All worker threads have exited.
[Mon Nov 13 11:50:36.343033 2017] [mpm_winnt:notice] [pid 7388:tid 520] AH00430: Parent: Child process 6000 exited successfully.
[Mon Nov 13 14:46:05.444830 2017] [mpm_winnt:notice] [pid 5944:tid 516] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Nov 13 14:46:05.444830 2017] [mpm_winnt:notice] [pid 5944:tid 516] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Nov 13 14:46:05.444830 2017] [core:notice] [pid 5944:tid 516] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Nov 13 14:46:05.444830 2017] [mpm_winnt:notice] [pid 5944:tid 516] AH00418: Parent: Created child process 6744
[Mon Nov 13 14:46:06.663491 2017] [mpm_winnt:notice] [pid 6744:tid 468] AH00354: Child: Starting 64 worker threads.
[Mon Nov 13 22:21:46.751805 2017] [:error] [pid 6744:tid 976] [client ::1:60175] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Mon Nov 13 22:21:49.892604 2017] [:error] [pid 6744:tid 976] [client ::1:60175] script 'C:/wamp64/www/projet2/forum.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Mon Nov 13 22:21:52.173981 2017] [:error] [pid 6744:tid 976] [client ::1:60175] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Mon Nov 20 00:46:32.126363 2017] [mpm_winnt:notice] [pid 5944:tid 516] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Nov 20 00:46:45.361472 2017] [mpm_winnt:notice] [pid 6744:tid 468] AH00364: Child: All worker threads have exited.
[Mon Nov 20 00:47:04.253143 2017] [mpm_winnt:notice] [pid 5944:tid 516] AH00431: Parent: Forcing termination of child process 6744
[Tue Nov 21 14:50:26.585654 2017] [mpm_winnt:notice] [pid 2468:tid 516] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Tue Nov 21 14:50:26.585654 2017] [mpm_winnt:notice] [pid 2468:tid 516] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Tue Nov 21 14:50:26.585654 2017] [core:notice] [pid 2468:tid 516] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Tue Nov 21 14:50:26.592657 2017] [mpm_winnt:notice] [pid 2468:tid 516] AH00418: Parent: Created child process 5564
[Tue Nov 21 14:50:27.926525 2017] [mpm_winnt:notice] [pid 5564:tid 480] AH00354: Child: Starting 64 worker threads.
[Tue Nov 21 23:49:50.493061 2017] [mpm_winnt:notice] [pid 2468:tid 516] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Tue Nov 21 23:49:57.711793 2017] [mpm_winnt:notice] [pid 5564:tid 480] AH00364: Child: All worker threads have exited.
[Tue Nov 21 23:50:01.910970 2017] [mpm_winnt:notice] [pid 2468:tid 516] AH00430: Parent: Child process 5564 exited successfully.
[Sat Nov 25 18:50:26.880357 2017] [mpm_winnt:notice] [pid 7708:tid 520] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sat Nov 25 18:50:26.880357 2017] [mpm_winnt:notice] [pid 7708:tid 520] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sat Nov 25 18:50:26.880357 2017] [core:notice] [pid 7708:tid 520] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sat Nov 25 18:50:26.918307 2017] [mpm_winnt:notice] [pid 7708:tid 520] AH00418: Parent: Created child process 7256
[Sat Nov 25 18:50:29.211161 2017] [mpm_winnt:notice] [pid 7256:tid 492] AH00354: Child: Starting 64 worker threads.
[Sun Nov 26 08:27:40.095197 2017] [:error] [pid 7256:tid 552] [client ::1:63796] script 'C:/wamp64/www/aohexagone/communautes.php' not found or unable to stat, referer: http://www.aoehexagone.fr/grenier.php
[Sun Nov 26 09:15:21.424478 2017] [:error] [pid 7256:tid 560] [client ::1:64085] script 'C:/wamp64/www/aohexagone/communautes.php' not found or unable to stat, referer: http://www.aoehexagone.fr/grenier.php
[Mon Nov 27 13:39:57.870048 2017] [core:warn] [pid 3740:tid 420] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Nov 27 13:39:57.994961 2017] [mpm_winnt:notice] [pid 3740:tid 420] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Nov 27 13:39:57.994961 2017] [mpm_winnt:notice] [pid 3740:tid 420] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Nov 27 13:39:57.994961 2017] [core:notice] [pid 3740:tid 420] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Nov 27 13:39:58.057466 2017] [mpm_winnt:notice] [pid 3740:tid 420] AH00418: Parent: Created child process 4580
[Mon Nov 27 13:40:00.182593 2017] [mpm_winnt:notice] [pid 4580:tid 460] AH00354: Child: Starting 64 worker threads.
[Wed Nov 29 11:43:42.905097 2017] [:error] [pid 4580:tid 960] [client ::1:59691] script 'C:/wamp64/www/projet2/forum.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Wed Nov 29 11:43:46.780191 2017] [:error] [pid 4580:tid 960] [client ::1:59691] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Thu Nov 30 14:03:28.596685 2017] [:error] [pid 4580:tid 864] [client ::1:60128] script 'C:/wamp64/www/projet2/forum.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Thu Nov 30 14:09:29.889130 2017] [:error] [pid 4580:tid 864] [client ::1:60155] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Thu Nov 30 14:09:32.514285 2017] [:error] [pid 4580:tid 864] [client ::1:60155] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Thu Nov 30 14:33:58.178571 2017] [:error] [pid 4580:tid 876] [client ::1:60352] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Thu Nov 30 14:44:23.866425 2017] [core:error] [pid 4580:tid 876] (20024)The given path is misformatted or contained invalid characters: [client ::1:60393] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/premium.php
[Thu Nov 30 14:44:28.132856 2017] [core:error] [pid 4580:tid 876] (20024)The given path is misformatted or contained invalid characters: [client ::1:60393] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/premium.php
[Thu Nov 30 15:48:19.374288 2017] [core:error] [pid 4580:tid 876] (20024)The given path is misformatted or contained invalid characters: [client ::1:60415] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/index.php
[Thu Nov 30 15:49:18.103785 2017] [core:error] [pid 4580:tid 848] (20024)The given path is misformatted or contained invalid characters: [client ::1:60432] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/index.php
[Thu Nov 30 15:49:31.838973 2017] [core:error] [pid 4580:tid 892] (20024)The given path is misformatted or contained invalid characters: [client ::1:60449] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/voir_news.php?id=1
[Thu Nov 30 15:49:33.885972 2017] [core:error] [pid 4580:tid 892] (20024)The given path is misformatted or contained invalid characters: [client ::1:60449] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/index.php
[Thu Nov 30 15:49:35.261049 2017] [core:error] [pid 4580:tid 892] (20024)The given path is misformatted or contained invalid characters: [client ::1:60449] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/voir_news.php?id=2
[Thu Nov 30 15:49:38.323731 2017] [core:error] [pid 4580:tid 892] (20024)The given path is misformatted or contained invalid characters: [client ::1:60449] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/index.php
[Thu Nov 30 21:16:05.470184 2017] [core:error] [pid 4580:tid 892] (20024)The given path is misformatted or contained invalid characters: [client ::1:61456] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/premium.php
[Thu Nov 30 21:16:10.376726 2017] [core:error] [pid 4580:tid 892] (20024)The given path is misformatted or contained invalid characters: [client ::1:61456] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/index.php
[Thu Nov 30 21:16:12.986249 2017] [core:error] [pid 4580:tid 892] (20024)The given path is misformatted or contained invalid characters: [client ::1:61456] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/voir_news.php?id=2
[Thu Nov 30 21:16:14.173825 2017] [core:error] [pid 4580:tid 892] (20024)The given path is misformatted or contained invalid characters: [client ::1:61456] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/index.php
[Thu Nov 30 21:16:17.955302 2017] [core:error] [pid 4580:tid 892] (20024)The given path is misformatted or contained invalid characters: [client ::1:61456] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/profil.php?action=modifier
[Thu Nov 30 21:16:21.439875 2017] [core:error] [pid 4580:tid 892] (20024)The given path is misformatted or contained invalid characters: [client ::1:61456] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/profil.php?action=modifier
[Thu Nov 30 21:16:27.002707 2017] [core:error] [pid 4580:tid 892] (20024)The given path is misformatted or contained invalid characters: [client ::1:61472] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/profil.php?id=0
[Thu Nov 30 21:16:34.480260 2017] [core:error] [pid 4580:tid 892] (20024)The given path is misformatted or contained invalid characters: [client ::1:61475] AH00127: Cannot map GET /%22img/avatars//%22/ HTTP/1.1 to file, referer: http://www.projet2.com/profil.php
[Fri Dec 01 16:49:26.930214 2017] [:error] [pid 4580:tid 884] [client ::1:54862] script 'C:/wamp64/www/aohexagone/voir_contenu.php' not found or unable to stat, referer: http://www.aoehexagone.fr/index.php
[Fri Dec 01 19:29:01.582997 2017] [:error] [pid 4580:tid 884] [client ::1:58138] script 'C:/wamp64/www/aohexagone/voir_contenu.php' not found or unable to stat, referer: http://www.aoehexagone.fr/index.php
[Wed Mar 21 13:03:48.168204 2018] [core:warn] [pid 7940:tid 404] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Mar 21 13:03:48.881996 2018] [mpm_winnt:notice] [pid 7940:tid 404] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Wed Mar 21 13:03:48.881996 2018] [mpm_winnt:notice] [pid 7940:tid 404] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Wed Mar 21 13:03:48.881996 2018] [core:notice] [pid 7940:tid 404] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Wed Mar 21 13:03:48.926986 2018] [mpm_winnt:notice] [pid 7940:tid 404] AH00418: Parent: Created child process 6232
[Wed Mar 21 13:03:50.990301 2018] [mpm_winnt:notice] [pid 6232:tid 460] AH00354: Child: Starting 64 worker threads.
[Wed Mar 21 14:05:12.831712 2018] [:error] [pid 6232:tid 984] [client ::1:49189] script 'C:/wamp64/www/aohexagone/voir_contenu.php' not found or unable to stat, referer: http://www.aoehexagone.fr/
[Wed Mar 21 14:05:14.597337 2018] [:error] [pid 6232:tid 984] [client ::1:49189] script 'C:/wamp64/www/aohexagone/voir_contenu.php' not found or unable to stat, referer: http://www.aoehexagone.fr/
[Wed Mar 21 18:54:01.731547 2018] [:error] [pid 6232:tid 988] [client ::1:49770] script 'C:/wamp64/www/aohexagone/voir_contenu.php' not found or unable to stat, referer: http://www.aoehexagone.fr/index.php
[Mon Apr 09 19:29:06.925366 2018] [core:warn] [pid 12820:tid 280] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Apr 09 19:29:07.581391 2018] [mpm_winnt:notice] [pid 12820:tid 280] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Apr 09 19:29:07.581391 2018] [mpm_winnt:notice] [pid 12820:tid 280] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Apr 09 19:29:07.581391 2018] [core:notice] [pid 12820:tid 280] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Apr 09 19:29:07.616296 2018] [mpm_winnt:notice] [pid 12820:tid 280] AH00418: Parent: Created child process 9312
[Mon Apr 09 19:29:09.671960 2018] [mpm_winnt:notice] [pid 9312:tid 508] AH00354: Child: Starting 64 worker threads.
[Mon Apr 09 19:52:43.919145 2018] [:error] [pid 9312:tid 980] [client ::1:55261] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Mon Apr 09 19:52:50.849247 2018] [:error] [pid 9312:tid 980] [client ::1:55261] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/premium.php
[Mon Apr 09 19:52:54.533086 2018] [:error] [pid 9312:tid 980] [client ::1:55261] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/premium.php
[Mon Apr 09 19:53:01.749607 2018] [:error] [pid 9312:tid 980] [client ::1:55261] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Tue Apr 10 17:00:15.896869 2018] [:error] [pid 9312:tid 968] [client ::1:57350] script 'C:/wamp64/www/projet2/forum.php' not found or unable to stat, referer: http://www.projet2.com/premium.php
[Tue Apr 10 19:27:42.918712 2018] [:error] [pid 9312:tid 972] [client ::1:61218] script 'C:/wamp64/www/aohexagone/voir_contenu.php' not found or unable to stat, referer: http://www.aoehexagone.fr/index.php
[Tue Apr 10 21:13:08.618923 2018] [:error] [pid 9312:tid 980] [client ::1:62202] script 'C:/wamp64/www/aohexagone/contact.php' not found or unable to stat, referer: http://www.aoehexagone.fr/index.php
[Tue Apr 10 21:19:37.350934 2018] [:error] [pid 9312:tid 980] [client ::1:62314] script 'C:/wamp64/www/aohexagone/encyclopedia/index.php' not found or unable to stat, referer: http://www.aoehexagone.fr/index.php
[Tue Apr 10 21:23:23.260189 2018] [:error] [pid 9312:tid 936] [client ::1:62388] script 'C:/wamp64/www/aohexagone/encyclopedia/index.php' not found or unable to stat, referer: http://www.aoehexagone.fr/grenier.php
[Tue Apr 10 21:29:57.430273 2018] [:error] [pid 9312:tid 928] [client ::1:62451] script 'C:/wamp64/www/aohexagone/encyclopedia/index.php' not found or unable to stat, referer: http://www.aoehexagone.fr/articles.php
[Tue Apr 10 21:30:05.696020 2018] [:error] [pid 9312:tid 928] [client ::1:62460] script 'C:/wamp64/www/aohexagone/bepatient..php' not found or unable to stat
[Tue Apr 10 22:59:11.086587 2018] [:error] [pid 9312:tid 916] [client ::1:62730] script 'C:/wamp64/www/aohexagone/creer_article.php' not found or unable to stat, referer: http://www.aoehexagone.fr/articles.php
[Wed Apr 11 10:31:46.418737 2018] [:error] [pid 9312:tid 952] [client ::1:62955] script 'C:/wamp64/www/aohexagone/creer_article.php' not found or unable to stat, referer: http://www.aoehexagone.fr/grenier.php
[Wed Apr 11 13:10:07.089536 2018] [mpm_winnt:notice] [pid 12820:tid 280] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Apr 11 13:10:13.230098 2018] [mpm_winnt:notice] [pid 9312:tid 508] AH00364: Child: All worker threads have exited.
[Wed Apr 11 13:10:23.324491 2018] [mpm_winnt:notice] [pid 12820:tid 280] AH00430: Parent: Child process 9312 exited successfully.
[Wed Apr 11 13:17:37.614290 2018] [mpm_winnt:notice] [pid 2084:tid 516] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Wed Apr 11 13:17:37.799285 2018] [mpm_winnt:notice] [pid 2084:tid 516] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Wed Apr 11 13:17:37.799285 2018] [core:notice] [pid 2084:tid 516] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Wed Apr 11 13:17:37.809278 2018] [mpm_winnt:notice] [pid 2084:tid 516] AH00418: Parent: Created child process 5076
[Wed Apr 11 13:17:40.764596 2018] [mpm_winnt:notice] [pid 5076:tid 492] AH00354: Child: Starting 64 worker threads.
[Wed May 09 20:36:03.168885 2018] [core:warn] [pid 8488:tid 440] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed May 09 20:36:03.697917 2018] [mpm_winnt:notice] [pid 8488:tid 440] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Wed May 09 20:36:03.697917 2018] [mpm_winnt:notice] [pid 8488:tid 440] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Wed May 09 20:36:03.697917 2018] [core:notice] [pid 8488:tid 440] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Wed May 09 20:36:03.705917 2018] [mpm_winnt:notice] [pid 8488:tid 440] AH00418: Parent: Created child process 9552
[Wed May 09 20:36:05.792042 2018] [mpm_winnt:notice] [pid 9552:tid 464] AH00354: Child: Starting 64 worker threads.
[Wed May 09 21:08:20.655373 2018] [:error] [pid 9552:tid 988] [client ::1:50096] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Wed May 09 21:08:37.875365 2018] [:error] [pid 9552:tid 988] [client ::1:50103] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Wed May 09 21:08:41.104557 2018] [:error] [pid 9552:tid 988] [client ::1:50103] script 'C:/wamp64/www/projet2/forum.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Wed May 09 21:08:46.881891 2018] [:error] [pid 9552:tid 988] [client ::1:50103] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/premium.php
[Wed May 09 21:47:52.631066 2018] [:error] [pid 9552:tid 992] [client ::1:51000] script 'C:/wamp64/www/aohexagone/regarder_news.php' not found or unable to stat
[Wed May 09 23:43:14.060267 2018] [:error] [pid 9552:tid 984] [client ::1:53679] script 'C:/wamp64/www/aohexagone/regarder_news.php' not found or unable to stat, referer: http://www.aoehexagone.fr/
[Sun May 13 12:54:26.103102 2018] [core:warn] [pid 1756:tid 440] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun May 13 12:54:26.574327 2018] [mpm_winnt:notice] [pid 1756:tid 440] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sun May 13 12:54:26.574327 2018] [mpm_winnt:notice] [pid 1756:tid 440] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sun May 13 12:54:26.574327 2018] [core:notice] [pid 1756:tid 440] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sun May 13 12:54:26.582329 2018] [mpm_winnt:notice] [pid 1756:tid 440] AH00418: Parent: Created child process 7904
[Sun May 13 12:54:28.813456 2018] [mpm_winnt:notice] [pid 7904:tid 456] AH00354: Child: Starting 64 worker threads.
[Thu May 24 10:49:53.430068 2018] [core:warn] [pid 11560:tid 432] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu May 24 10:49:54.164366 2018] [mpm_winnt:notice] [pid 11560:tid 432] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Thu May 24 10:49:54.164366 2018] [mpm_winnt:notice] [pid 11560:tid 432] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Thu May 24 10:49:54.164366 2018] [core:notice] [pid 11560:tid 432] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Thu May 24 10:49:54.211243 2018] [mpm_winnt:notice] [pid 11560:tid 432] AH00418: Parent: Created child process 11500
[Thu May 24 10:49:56.617668 2018] [mpm_winnt:notice] [pid 11500:tid 468] AH00354: Child: Starting 64 worker threads.
[Thu May 24 12:03:43.223042 2018] [:error] [pid 11500:tid 976] [client ::1:50018] script 'C:/wamp64/www/aohexagone/regarder_news.php' not found or unable to stat, referer: http://www.aoehexagone.fr/
[Thu May 24 12:03:49.883058 2018] [:error] [pid 11500:tid 976] [client ::1:50019] script 'C:/wamp64/www/aohexagone/voir_contenu.php' not found or unable to stat, referer: http://www.aoehexagone.fr/
[Thu May 24 12:04:15.818009 2018] [:error] [pid 11500:tid 968] [client ::1:50024] script 'C:/wamp64/www/aohexagone/encyclopedia/index.php' not found or unable to stat, referer: http://www.aoehexagone.fr/articles.php
[Mon Jun 18 10:51:05.343255 2018] [core:warn] [pid 10608:tid 428] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jun 18 10:51:06.358820 2018] [mpm_winnt:notice] [pid 10608:tid 428] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Jun 18 10:51:06.358820 2018] [mpm_winnt:notice] [pid 10608:tid 428] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Jun 18 10:51:06.358820 2018] [core:notice] [pid 10608:tid 428] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Jun 18 10:51:06.390063 2018] [mpm_winnt:notice] [pid 10608:tid 428] AH00418: Parent: Created child process 9048
[Mon Jun 18 10:51:09.218295 2018] [mpm_winnt:notice] [pid 9048:tid 460] AH00354: Child: Starting 64 worker threads.
[Mon Jun 18 14:18:38.309113 2018] [:error] [pid 9048:tid 976] [client ::1:57119] script 'C:/wamp64/www/aohexagone/encyclopedia/index.php' not found or unable to stat, referer: http://www.aoehexagone.fr/articles.php
[Mon Jun 25 23:42:30.925952 2018] [core:warn] [pid 11692:tid 424] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jun 25 23:42:31.924513 2018] [mpm_winnt:notice] [pid 11692:tid 424] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Jun 25 23:42:31.924513 2018] [mpm_winnt:notice] [pid 11692:tid 424] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Jun 25 23:42:31.924513 2018] [core:notice] [pid 11692:tid 424] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Jun 25 23:42:31.944549 2018] [mpm_winnt:notice] [pid 11692:tid 424] AH00418: Parent: Created child process 6072
[Mon Jun 25 23:42:35.965199 2018] [mpm_winnt:notice] [pid 6072:tid 460] AH00354: Child: Starting 64 worker threads.
[Tue Jun 26 15:38:36.141730 2018] [:error] [pid 6072:tid 980] [client ::1:49208] script 'C:/wamp64/www/site_web/work.php' not found or unable to stat, referer: http://localhost/site_web/who.php
[Thu Jun 28 10:29:38.207287 2018] [core:warn] [pid 7004:tid 408] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Jun 28 10:29:39.326351 2018] [mpm_winnt:notice] [pid 7004:tid 408] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Thu Jun 28 10:29:39.370760 2018] [mpm_winnt:notice] [pid 7004:tid 408] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Thu Jun 28 10:29:39.370760 2018] [core:notice] [pid 7004:tid 408] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Thu Jun 28 10:29:39.391772 2018] [mpm_winnt:notice] [pid 7004:tid 408] AH00418: Parent: Created child process 6876
[Thu Jun 28 10:29:42.804705 2018] [mpm_winnt:notice] [pid 6876:tid 476] AH00354: Child: Starting 64 worker threads.
[Thu Jun 28 10:33:35.627659 2018] [mpm_winnt:notice] [pid 7004:tid 408] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Thu Jun 28 10:33:37.643556 2018] [mpm_winnt:notice] [pid 6876:tid 476] AH00364: Child: All worker threads have exited.
[Thu Jun 28 10:33:37.777567 2018] [mpm_winnt:notice] [pid 7004:tid 408] AH00430: Parent: Child process 6876 exited successfully.
[Thu Jun 28 10:34:09.575246 2018] [mpm_winnt:notice] [pid 7708:tid 584] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Thu Jun 28 10:34:09.575246 2018] [mpm_winnt:notice] [pid 7708:tid 584] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Thu Jun 28 10:34:09.575246 2018] [core:notice] [pid 7708:tid 584] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Thu Jun 28 10:34:09.582245 2018] [mpm_winnt:notice] [pid 7708:tid 584] AH00418: Parent: Created child process 8216
[Thu Jun 28 10:34:11.701433 2018] [mpm_winnt:notice] [pid 8216:tid 456] AH00354: Child: Starting 64 worker threads.
[Sun Jul 01 17:00:31.405199 2018] [mpm_winnt:notice] [pid 7708:tid 584] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sun Jul 01 17:00:53.077545 2018] [mpm_winnt:notice] [pid 8216:tid 456] AH00364: Child: All worker threads have exited.
[Sun Jul 01 17:01:06.125139 2018] [mpm_winnt:notice] [pid 7708:tid 584] AH00431: Parent: Forcing termination of child process 8216
[Thu Jul 05 09:43:59.607015 2018] [mpm_winnt:notice] [pid 7896:tid 508] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Thu Jul 05 09:43:59.627012 2018] [mpm_winnt:notice] [pid 7896:tid 508] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Thu Jul 05 09:43:59.627012 2018] [core:notice] [pid 7896:tid 508] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Thu Jul 05 09:44:00.786916 2018] [mpm_winnt:notice] [pid 7896:tid 508] AH00418: Parent: Created child process 10040
[Thu Jul 05 09:44:02.306922 2018] [mpm_winnt:notice] [pid 10040:tid 488] AH00354: Child: Starting 64 worker threads.
[Sun Jul 08 00:04:56.497328 2018] [mpm_winnt:notice] [pid 7896:tid 508] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sun Jul 08 00:05:22.294458 2018] [mpm_winnt:notice] [pid 10040:tid 488] AH00364: Child: All worker threads have exited.
[Sun Jul 08 00:05:31.810041 2018] [mpm_winnt:notice] [pid 7896:tid 508] AH00431: Parent: Forcing termination of child process 10040
[Mon Jul 16 13:27:06.306373 2018] [mpm_winnt:notice] [pid 608:tid 516] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Jul 16 13:27:06.306373 2018] [mpm_winnt:notice] [pid 608:tid 516] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Jul 16 13:27:06.306373 2018] [core:notice] [pid 608:tid 516] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Jul 16 13:27:06.384429 2018] [mpm_winnt:notice] [pid 608:tid 516] AH00418: Parent: Created child process 4900
[Mon Jul 16 13:27:10.493847 2018] [mpm_winnt:notice] [pid 4900:tid 460] AH00354: Child: Starting 64 worker threads.
[Mon Jul 30 17:42:01.481608 2018] [core:warn] [pid 3780:tid 404] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jul 30 17:42:02.211653 2018] [mpm_winnt:notice] [pid 3780:tid 404] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Jul 30 17:42:02.211653 2018] [mpm_winnt:notice] [pid 3780:tid 404] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Jul 30 17:42:02.211653 2018] [core:notice] [pid 3780:tid 404] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Jul 30 17:42:02.307662 2018] [mpm_winnt:notice] [pid 3780:tid 404] AH00418: Parent: Created child process 1392
[Mon Jul 30 17:42:04.622793 2018] [mpm_winnt:notice] [pid 1392:tid 368] AH00354: Child: Starting 64 worker threads.
[Wed Aug 15 16:56:00.569034 2018] [core:warn] [pid 5448:tid 376] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Aug 15 16:56:01.238072 2018] [mpm_winnt:notice] [pid 5448:tid 376] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Wed Aug 15 16:56:01.238072 2018] [mpm_winnt:notice] [pid 5448:tid 376] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Wed Aug 15 16:56:01.238072 2018] [core:notice] [pid 5448:tid 376] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Wed Aug 15 16:56:01.318076 2018] [mpm_winnt:notice] [pid 5448:tid 376] AH00418: Parent: Created child process 11460
[Wed Aug 15 16:56:03.256187 2018] [mpm_winnt:notice] [pid 11460:tid 300] AH00354: Child: Starting 64 worker threads.
[Wed Aug 15 17:05:55.126286 2018] [:error] [pid 11460:tid 976] [client ::1:56978] script 'C:/wamp64/www/projet2/forum.php' not found or unable to stat, referer: http://www.projet2.com/connexion.php
[Wed Aug 15 17:05:59.060520 2018] [:error] [pid 11460:tid 976] [client ::1:56978] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/connexion.php
[Wed Aug 15 17:06:05.782921 2018] [:error] [pid 11460:tid 976] [client ::1:56978] script 'C:/wamp64/www/projet2/forum.php' not found or unable to stat, referer: http://www.projet2.com/connexion.php
[Wed Aug 15 17:06:09.946166 2018] [:error] [pid 11460:tid 976] [client ::1:56978] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/connexion.php
[Wed Aug 15 17:50:27.640289 2018] [:error] [pid 11460:tid 976] [client ::1:57084] script 'C:/wamp64/www/aohexagone/regarder_news.php' not found or unable to stat, referer: http://localhost/aohexagone/
[Wed Aug 15 17:56:43.733608 2018] [:error] [pid 11460:tid 944] [client ::1:57092] script 'C:/wamp64/www/aohexagone/encyclopedia/index.php' not found or unable to stat, referer: http://localhost/aohexagone/articles.php
[Thu Aug 16 00:56:25.945668 2018] [mpm_winnt:notice] [pid 5448:tid 376] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Thu Aug 16 00:57:07.805038 2018] [mpm_winnt:notice] [pid 11460:tid 300] AH00364: Child: All worker threads have exited.
[Thu Aug 16 00:57:23.459853 2018] [mpm_winnt:notice] [pid 5448:tid 376] AH00431: Parent: Forcing termination of child process 11460
[Sun Aug 26 12:08:12.491496 2018] [mpm_winnt:notice] [pid 4536:tid 544] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sun Aug 26 12:08:12.508495 2018] [mpm_winnt:notice] [pid 4536:tid 544] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sun Aug 26 12:08:12.508495 2018] [core:notice] [pid 4536:tid 544] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sun Aug 26 12:08:13.164544 2018] [mpm_winnt:notice] [pid 4536:tid 544] AH00418: Parent: Created child process 10924
[Sun Aug 26 12:08:15.320665 2018] [mpm_winnt:notice] [pid 10924:tid 376] AH00354: Child: Starting 64 worker threads.
[Tue Aug 28 14:09:55.792656 2018] [core:warn] [pid 6696:tid 440] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Aug 28 14:09:56.575544 2018] [mpm_winnt:notice] [pid 6696:tid 440] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Tue Aug 28 14:09:56.586538 2018] [mpm_winnt:notice] [pid 6696:tid 440] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Tue Aug 28 14:09:56.586538 2018] [core:notice] [pid 6696:tid 440] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Tue Aug 28 14:09:56.627651 2018] [mpm_winnt:notice] [pid 6696:tid 440] AH00418: Parent: Created child process 6364
[Tue Aug 28 14:09:58.380850 2018] [mpm_winnt:notice] [pid 6364:tid 468] AH00354: Child: Starting 64 worker threads.
[Mon Sep 03 17:01:23.048419 2018] [core:warn] [pid 6384:tid 432] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Sep 03 17:01:23.953696 2018] [mpm_winnt:notice] [pid 6384:tid 432] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Sep 03 17:01:23.953696 2018] [mpm_winnt:notice] [pid 6384:tid 432] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Sep 03 17:01:23.953696 2018] [core:notice] [pid 6384:tid 432] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Sep 03 17:01:23.979704 2018] [mpm_winnt:notice] [pid 6384:tid 432] AH00418: Parent: Created child process 3292
[Mon Sep 03 17:01:26.849526 2018] [mpm_winnt:notice] [pid 3292:tid 476] AH00354: Child: Starting 64 worker threads.
[Mon Sep 03 20:13:58.892060 2018] [:error] [pid 3292:tid 968] [client ::1:62467] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Mon Sep 03 20:14:03.143077 2018] [:error] [pid 3292:tid 968] [client ::1:62467] script 'C:/wamp64/www/projet2/forum.php' not found or unable to stat, referer: http://www.projet2.com/creer_partie.php
[Mon Sep 03 20:14:30.938243 2018] [:error] [pid 3292:tid 968] [client ::1:62483] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Tue Sep 18 08:12:12.473966 2018] [core:warn] [pid 3068:tid 428] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Sep 18 08:12:13.848850 2018] [mpm_winnt:notice] [pid 3068:tid 428] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Tue Sep 18 08:12:13.848850 2018] [mpm_winnt:notice] [pid 3068:tid 428] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Tue Sep 18 08:12:13.848850 2018] [core:notice] [pid 3068:tid 428] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Tue Sep 18 08:12:13.927081 2018] [mpm_winnt:notice] [pid 3068:tid 428] AH00418: Parent: Created child process 2644
[Tue Sep 18 08:12:17.614578 2018] [mpm_winnt:notice] [pid 2644:tid 460] AH00354: Child: Starting 64 worker threads.
[Fri Sep 21 09:48:12.725871 2018] [:error] [pid 2644:tid 976] [client ::1:49605] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Fri Sep 21 18:28:24.105140 2018] [mpm_winnt:crit] [pid 2644:tid 460] AH02538: Child: Parent process exited abruptly. Child process is ending
[Fri Sep 21 18:28:29.410142 2018] [mpm_winnt:notice] [pid 2644:tid 460] AH00364: Child: All worker threads have exited.
[Fri Sep 21 18:29:55.191796 2018] [core:warn] [pid 13336:tid 452] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Sep 21 18:29:59.225028 2018] [mpm_winnt:notice] [pid 13336:tid 452] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Fri Sep 21 18:29:59.225028 2018] [mpm_winnt:notice] [pid 13336:tid 452] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Fri Sep 21 18:29:59.225028 2018] [core:notice] [pid 13336:tid 452] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Fri Sep 21 18:29:59.340035 2018] [mpm_winnt:notice] [pid 13336:tid 452] AH00418: Parent: Created child process 3308
[Fri Sep 21 18:30:01.154133 2018] [mpm_winnt:notice] [pid 3308:tid 484] AH00354: Child: Starting 64 worker threads.
[Mon Sep 24 18:19:29.903406 2018] [:error] [pid 3308:tid 968] [client ::1:54619] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Mon Sep 24 18:42:15.228727 2018] [:error] [pid 3308:tid 936] [client ::1:55123] script 'C:/wamp64/www/aohexagone/voir_contenu.php' not found or unable to stat, referer: http://www.aoehexagone.fr/
[Mon Sep 24 18:42:24.394699 2018] [:error] [pid 3308:tid 936] [client ::1:55123] script 'C:/wamp64/www/aohexagone/encyclopedia/index.php' not found or unable to stat, referer: http://www.aoehexagone.fr/articles.php
[Thu Sep 27 16:31:37.454338 2018] [:error] [pid 3308:tid 944] [client ::1:59786] script 'C:/wamp64/www/projet2/deconnexion.php' not found or unable to stat, referer: http://www.projet2.com/deconnexion.php
[Thu Sep 27 17:08:58.993911 2018] [:error] [pid 3308:tid 964] [client ::1:60914] script 'C:/wamp64/www/projet2/voir_news.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Thu Sep 27 17:09:42.313124 2018] [:error] [pid 3308:tid 964] [client ::1:60935] script 'C:/wamp64/www/projet2/voir_news.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Thu Sep 27 18:55:39.964831 2018] [:error] [pid 3308:tid 968] [client ::1:63579] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Thu Sep 27 19:18:59.937077 2018] [:error] [pid 3308:tid 968] [client ::1:64675] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Thu Sep 27 19:19:10.940955 2018] [:error] [pid 3308:tid 968] [client ::1:64678] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Thu Sep 27 19:19:18.316662 2018] [:error] [pid 3308:tid 968] [client ::1:64678] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Thu Sep 27 20:15:59.440415 2018] [:error] [pid 3308:tid 964] [client ::1:49610] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Thu Sep 27 20:16:10.328480 2018] [:error] [pid 3308:tid 964] [client ::1:49626] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Fri Sep 28 19:35:23.784214 2018] [:error] [pid 3308:tid 976] [client ::1:52317] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Fri Oct 05 21:50:44.051040 2018] [core:warn] [pid 9644:tid 292] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Oct 05 21:50:44.897342 2018] [mpm_winnt:notice] [pid 9644:tid 292] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Fri Oct 05 21:50:44.953350 2018] [mpm_winnt:notice] [pid 9644:tid 292] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Fri Oct 05 21:50:44.953350 2018] [core:notice] [pid 9644:tid 292] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Fri Oct 05 21:50:44.983351 2018] [mpm_winnt:notice] [pid 9644:tid 292] AH00418: Parent: Created child process 984
[Fri Oct 05 21:50:47.276883 2018] [mpm_winnt:notice] [pid 984:tid 468] AH00354: Child: Starting 64 worker threads.
[Fri Oct 05 22:21:31.762143 2018] [:error] [pid 984:tid 980] [client ::1:55383] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/premium.php
[Fri Oct 05 22:48:46.659362 2018] [:error] [pid 984:tid 980] [client ::1:55971] script 'C:/wamp64/www/projet2/voir_profil.php' not found or unable to stat
[Sun Oct 14 20:53:12.154096 2018] [core:warn] [pid 5812:tid 432] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Oct 14 20:53:13.120221 2018] [mpm_winnt:notice] [pid 5812:tid 432] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sun Oct 14 20:53:13.120221 2018] [mpm_winnt:notice] [pid 5812:tid 432] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sun Oct 14 20:53:13.120221 2018] [core:notice] [pid 5812:tid 432] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sun Oct 14 20:53:13.410229 2018] [mpm_winnt:notice] [pid 5812:tid 432] AH00418: Parent: Created child process 7212
[Sun Oct 14 20:53:15.853464 2018] [mpm_winnt:notice] [pid 7212:tid 352] AH00354: Child: Starting 64 worker threads.
[Mon Oct 15 00:26:37.017028 2018] [mpm_winnt:notice] [pid 5812:tid 432] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Oct 15 00:26:56.173384 2018] [mpm_winnt:notice] [pid 7212:tid 352] AH00364: Child: All worker threads have exited.
[Mon Oct 15 00:27:09.501499 2018] [mpm_winnt:notice] [pid 5812:tid 432] AH00431: Parent: Forcing termination of child process 7212
[Tue Oct 16 16:19:44.726997 2018] [mpm_winnt:notice] [pid 4072:tid 524] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Tue Oct 16 16:19:44.781197 2018] [mpm_winnt:notice] [pid 4072:tid 524] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Tue Oct 16 16:19:44.781197 2018] [core:notice] [pid 4072:tid 524] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Tue Oct 16 16:19:44.864208 2018] [mpm_winnt:notice] [pid 4072:tid 524] AH00418: Parent: Created child process 7132
[Tue Oct 16 16:19:48.167303 2018] [mpm_winnt:notice] [pid 7132:tid 472] AH00354: Child: Starting 64 worker threads.
[Mon Oct 29 21:53:59.625834 2018] [mpm_winnt:notice] [pid 4072:tid 524] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Oct 29 21:54:30.954108 2018] [mpm_winnt:notice] [pid 7132:tid 472] AH00364: Child: All worker threads have exited.
[Mon Oct 29 21:54:34.344658 2018] [mpm_winnt:notice] [pid 4072:tid 524] AH00431: Parent: Forcing termination of child process 7132
[Tue Oct 30 16:13:55.883284 2018] [mpm_winnt:notice] [pid 5764:tid 496] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Tue Oct 30 16:13:55.896292 2018] [mpm_winnt:notice] [pid 5764:tid 496] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Tue Oct 30 16:13:55.897295 2018] [core:notice] [pid 5764:tid 496] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Tue Oct 30 16:13:56.027790 2018] [mpm_winnt:notice] [pid 5764:tid 496] AH00418: Parent: Created child process 3384
[Tue Oct 30 16:13:59.029343 2018] [mpm_winnt:notice] [pid 3384:tid 460] AH00354: Child: Starting 64 worker threads.
[Mon Nov 05 01:01:33.281708 2018] [mpm_winnt:notice] [pid 5764:tid 496] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Nov 05 01:02:04.187933 2018] [mpm_winnt:notice] [pid 3384:tid 460] AH00364: Child: All worker threads have exited.
[Mon Nov 05 01:02:10.250434 2018] [mpm_winnt:notice] [pid 5764:tid 496] AH00431: Parent: Forcing termination of child process 3384
[Tue Nov 13 21:23:04.831256 2018] [mpm_winnt:notice] [pid 13752:tid 512] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Tue Nov 13 21:23:04.859250 2018] [mpm_winnt:notice] [pid 13752:tid 512] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Tue Nov 13 21:23:04.859250 2018] [core:notice] [pid 13752:tid 512] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Tue Nov 13 21:23:05.573247 2018] [mpm_winnt:notice] [pid 13752:tid 512] AH00418: Parent: Created child process 13612
[Tue Nov 13 21:23:08.285698 2018] [mpm_winnt:notice] [pid 13612:tid 468] AH00354: Child: Starting 64 worker threads.
[Tue Nov 13 21:26:09.137448 2018] [:error] [pid 13612:tid 976] [client ::1:49238] script 'C:/wamp64/www/projet2/forum.php' not found or unable to stat, referer: http://www.projet2.com/
[Thu Nov 15 17:55:57.122423 2018] [:error] [pid 13612:tid 968] [client ::1:50261] script 'C:/wamp64/www/projet2/innscription.php' not found or unable to stat
[Thu Nov 15 17:57:00.948576 2018] [:error] [pid 13612:tid 968] [client ::1:50329] script 'C:/wamp64/www/projet2/about.php' not found or unable to stat, referer: http://www.projet2.com/premium.php
[Thu Nov 15 17:57:08.827852 2018] [:error] [pid 13612:tid 968] [client ::1:50329] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/forum.php
[Mon Nov 19 00:26:14.384409 2018] [mpm_winnt:notice] [pid 13752:tid 512] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Nov 19 00:26:33.900081 2018] [mpm_winnt:notice] [pid 13612:tid 468] AH00364: Child: All worker threads have exited.
[Mon Nov 19 00:26:48.790746 2018] [mpm_winnt:notice] [pid 13752:tid 512] AH00431: Parent: Forcing termination of child process 13612
[Mon Nov 19 18:11:14.700677 2018] [mpm_winnt:notice] [pid 8924:tid 516] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Nov 19 18:11:14.700677 2018] [mpm_winnt:notice] [pid 8924:tid 516] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Nov 19 18:11:14.700677 2018] [core:notice] [pid 8924:tid 516] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Nov 19 18:11:14.747554 2018] [mpm_winnt:notice] [pid 8924:tid 516] AH00418: Parent: Created child process 7360
[Mon Nov 19 18:11:16.919435 2018] [mpm_winnt:notice] [pid 7360:tid 468] AH00354: Child: Starting 64 worker threads.
[Mon Nov 19 18:40:50.571141 2018] [mpm_winnt:notice] [pid 8924:tid 516] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Nov 19 18:40:52.622256 2018] [mpm_winnt:notice] [pid 7360:tid 468] AH00364: Child: All worker threads have exited.
[Mon Nov 19 18:40:52.717259 2018] [mpm_winnt:notice] [pid 8924:tid 516] AH00430: Parent: Child process 7360 exited successfully.
[Mon Nov 19 19:27:53.941783 2018] [mpm_winnt:notice] [pid 9460:tid 516] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Nov 19 19:27:53.969782 2018] [mpm_winnt:notice] [pid 9460:tid 516] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Nov 19 19:27:53.969782 2018] [core:notice] [pid 9460:tid 516] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Nov 19 19:27:54.377812 2018] [mpm_winnt:notice] [pid 9460:tid 516] AH00418: Parent: Created child process 10972
[Mon Nov 19 19:27:56.221914 2018] [mpm_winnt:notice] [pid 10972:tid 460] AH00354: Child: Starting 64 worker threads.
[Mon Nov 19 19:28:12.060854 2018] [mpm_winnt:notice] [pid 9460:tid 516] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Nov 19 19:28:14.066969 2018] [mpm_winnt:notice] [pid 10972:tid 460] AH00364: Child: All worker threads have exited.
[Mon Nov 19 19:28:14.312986 2018] [mpm_winnt:notice] [pid 9460:tid 516] AH00430: Parent: Child process 10972 exited successfully.
[Mon Nov 19 19:28:49.751686 2018] [mpm_winnt:notice] [pid 9680:tid 528] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Nov 19 19:28:49.751686 2018] [mpm_winnt:notice] [pid 9680:tid 528] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Nov 19 19:28:49.751686 2018] [core:notice] [pid 9680:tid 528] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Nov 19 19:28:49.873692 2018] [mpm_winnt:notice] [pid 9680:tid 528] AH00418: Parent: Created child process 11064
[Mon Nov 19 19:28:51.535795 2018] [mpm_winnt:notice] [pid 11064:tid 460] AH00354: Child: Starting 64 worker threads.
[Wed Nov 21 22:28:29.701894 2018] [mpm_winnt:notice] [pid 9680:tid 528] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Nov 21 22:28:47.061432 2018] [mpm_winnt:notice] [pid 11064:tid 460] AH00364: Child: All worker threads have exited.
[Wed Nov 21 22:29:01.670865 2018] [mpm_winnt:notice] [pid 9680:tid 528] AH00431: Parent: Forcing termination of child process 11064
[Thu Nov 22 16:09:37.701794 2018] [mpm_winnt:notice] [pid 4752:tid 516] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Thu Nov 22 16:09:37.717445 2018] [mpm_winnt:notice] [pid 4752:tid 516] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Thu Nov 22 16:09:37.717445 2018] [core:notice] [pid 4752:tid 516] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Thu Nov 22 16:09:37.967309 2018] [mpm_winnt:notice] [pid 4752:tid 516] AH00418: Parent: Created child process 3596
[Thu Nov 22 16:09:40.998570 2018] [mpm_winnt:notice] [pid 3596:tid 460] AH00354: Child: Starting 64 worker threads.
[Thu Dec 06 18:50:50.715353 2018] [core:warn] [pid 10756:tid 464] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Dec 06 18:50:51.476541 2018] [mpm_winnt:notice] [pid 10756:tid 464] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Thu Dec 06 18:50:51.476541 2018] [mpm_winnt:notice] [pid 10756:tid 464] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Thu Dec 06 18:50:51.476541 2018] [core:notice] [pid 10756:tid 464] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Thu Dec 06 18:50:51.593642 2018] [mpm_winnt:notice] [pid 10756:tid 464] AH00418: Parent: Created child process 12136
[Thu Dec 06 18:50:54.764797 2018] [mpm_winnt:notice] [pid 12136:tid 560] AH00354: Child: Starting 64 worker threads.
[Thu Dec 06 22:54:00.420389 2018] [mpm_winnt:notice] [pid 10756:tid 464] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Thu Dec 06 22:54:11.389182 2018] [mpm_winnt:notice] [pid 12136:tid 560] AH00364: Child: All worker threads have exited.
[Thu Dec 06 22:54:35.274599 2018] [mpm_winnt:notice] [pid 10756:tid 464] AH00431: Parent: Forcing termination of child process 12136
[Tue Dec 11 21:46:04.608541 2018] [mpm_winnt:notice] [pid 2200:tid 560] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Tue Dec 11 21:46:04.624544 2018] [mpm_winnt:notice] [pid 2200:tid 560] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Tue Dec 11 21:46:04.624544 2018] [core:notice] [pid 2200:tid 560] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Tue Dec 11 21:46:04.727550 2018] [mpm_winnt:notice] [pid 2200:tid 560] AH00418: Parent: Created child process 9936
[Tue Dec 11 21:46:07.770980 2018] [mpm_winnt:notice] [pid 9936:tid 372] AH00354: Child: Starting 64 worker threads.
[Wed Dec 12 01:09:57.002638 2018] [mpm_winnt:notice] [pid 2200:tid 560] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Dec 12 01:10:15.283958 2018] [mpm_winnt:notice] [pid 9936:tid 372] AH00364: Child: All worker threads have exited.
[Wed Dec 12 01:10:29.721464 2018] [mpm_winnt:notice] [pid 2200:tid 560] AH00431: Parent: Forcing termination of child process 9936
[Thu Dec 13 14:02:03.563330 2018] [mpm_winnt:notice] [pid 80:tid 476] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Thu Dec 13 14:02:03.592333 2018] [mpm_winnt:notice] [pid 80:tid 476] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Thu Dec 13 14:02:03.592333 2018] [core:notice] [pid 80:tid 476] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Thu Dec 13 14:02:03.795605 2018] [mpm_winnt:notice] [pid 80:tid 476] AH00418: Parent: Created child process 2636
[Thu Dec 13 14:02:06.226588 2018] [mpm_winnt:notice] [pid 2636:tid 472] AH00354: Child: Starting 64 worker threads.
[Fri Dec 14 23:41:46.281742 2018] [mpm_winnt:notice] [pid 80:tid 476] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Fri Dec 14 23:41:52.766078 2018] [mpm_winnt:notice] [pid 2636:tid 472] AH00364: Child: All worker threads have exited.
[Fri Dec 14 23:42:18.969313 2018] [mpm_winnt:notice] [pid 80:tid 476] AH00431: Parent: Forcing termination of child process 2636
[Wed Jan 16 19:43:16.855481 2019] [mpm_winnt:notice] [pid 9992:tid 528] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Wed Jan 16 19:43:16.894490 2019] [mpm_winnt:notice] [pid 9992:tid 528] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Wed Jan 16 19:43:16.894490 2019] [core:notice] [pid 9992:tid 528] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Wed Jan 16 19:43:16.975491 2019] [mpm_winnt:notice] [pid 9992:tid 528] AH00418: Parent: Created child process 4164
[Wed Jan 16 19:43:20.972947 2019] [mpm_winnt:notice] [pid 4164:tid 468] AH00354: Child: Starting 64 worker threads.
[Mon Jan 21 19:57:06.542118 2019] [core:warn] [pid 7300:tid 416] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jan 21 19:57:07.386573 2019] [mpm_winnt:notice] [pid 7300:tid 416] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Jan 21 19:57:07.386573 2019] [mpm_winnt:notice] [pid 7300:tid 416] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Jan 21 19:57:07.386573 2019] [core:notice] [pid 7300:tid 416] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Jan 21 19:57:07.516465 2019] [mpm_winnt:notice] [pid 7300:tid 416] AH00418: Parent: Created child process 4756
[Mon Jan 21 19:57:10.827139 2019] [mpm_winnt:notice] [pid 4756:tid 244] AH00354: Child: Starting 64 worker threads.
[Thu Jan 24 09:08:24.125279 2019] [core:warn] [pid 6744:tid 440] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Jan 24 09:08:24.594029 2019] [mpm_winnt:notice] [pid 6744:tid 440] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Thu Jan 24 09:08:24.594029 2019] [mpm_winnt:notice] [pid 6744:tid 440] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Thu Jan 24 09:08:24.594029 2019] [core:notice] [pid 6744:tid 440] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Thu Jan 24 09:08:24.656534 2019] [mpm_winnt:notice] [pid 6744:tid 440] AH00418: Parent: Created child process 6736
[Thu Jan 24 09:08:27.922265 2019] [mpm_winnt:notice] [pid 6736:tid 468] AH00354: Child: Starting 64 worker threads.
[Mon Jan 28 13:09:37.369195 2019] [core:warn] [pid 7960:tid 424] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jan 28 13:09:38.587527 2019] [mpm_winnt:notice] [pid 7960:tid 424] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Jan 28 13:09:38.588522 2019] [mpm_winnt:notice] [pid 7960:tid 424] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Jan 28 13:09:38.588522 2019] [core:notice] [pid 7960:tid 424] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Jan 28 13:09:38.736531 2019] [mpm_winnt:notice] [pid 7960:tid 424] AH00418: Parent: Created child process 7668
[Mon Jan 28 13:09:42.712264 2019] [mpm_winnt:notice] [pid 7668:tid 480] AH00354: Child: Starting 64 worker threads.
[Wed Jan 30 12:13:46.003286 2019] [:error] [pid 7668:tid 960] [client ::1:50897] script 'C:/wamp64/www/projet2/host_a_game..php' not found or unable to stat
[Wed Jan 30 12:13:49.426260 2019] [:error] [pid 7668:tid 960] [client ::1:50897] script 'C:/wamp64/www/projet2/host_a_game..php' not found or unable to stat
[Wed Jan 30 13:43:48.592927 2019] [mpm_winnt:notice] [pid 7960:tid 424] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Jan 30 13:43:50.813057 2019] [mpm_winnt:notice] [pid 7668:tid 480] AH00364: Child: All worker threads have exited.
[Wed Jan 30 13:43:58.970522 2019] [mpm_winnt:notice] [pid 7960:tid 424] AH00430: Parent: Child process 7668 exited successfully.
[Wed Jan 30 13:44:27.546358 2019] [mpm_winnt:notice] [pid 18332:tid 556] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Wed Jan 30 13:44:27.546358 2019] [mpm_winnt:notice] [pid 18332:tid 556] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Wed Jan 30 13:44:27.547358 2019] [core:notice] [pid 18332:tid 556] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Wed Jan 30 13:44:27.617370 2019] [mpm_winnt:notice] [pid 18332:tid 556] AH00418: Parent: Created child process 17628
[Wed Jan 30 13:44:30.069504 2019] [mpm_winnt:notice] [pid 17628:tid 476] AH00354: Child: Starting 64 worker threads.
[Wed Jan 30 16:08:26.802567 2019] [:error] [pid 17628:tid 940] [client ::1:51618] script 'C:/wamp64/www/projet2/creer_partie.php' not found or unable to stat, referer: http://www.projet2.com/index.php
[Wed Jan 30 16:33:11.898663 2019] [:error] [pid 17628:tid 940] [client ::1:51765] script 'C:/wamp64/www/projet2/creer_partie.php' not found or unable to stat, referer: http://www.projet2.com/inscription.php
[Wed Jan 30 16:33:18.683009 2019] [:error] [pid 17628:tid 940] [client ::1:51766] script 'C:/wamp64/www/projet2/host_a_gamee.php' not found or unable to stat
[Wed Jan 30 16:46:37.718976 2019] [:error] [pid 17628:tid 952] [client ::1:52004] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/host_a_game.php?lang=en
[Wed Jan 30 21:03:17.408012 2019] [:error] [pid 17628:tid 952] [client ::1:52128] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/host_a_game.php?lang=fr
[Fri Feb 15 12:29:21.937106 2019] [core:warn] [pid 104:tid 400] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Fri Feb 15 12:29:22.772008 2019] [mpm_winnt:notice] [pid 104:tid 400] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Fri Feb 15 12:29:22.772008 2019] [mpm_winnt:notice] [pid 104:tid 400] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Fri Feb 15 12:29:22.772008 2019] [core:notice] [pid 104:tid 400] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Fri Feb 15 12:29:22.882002 2019] [mpm_winnt:notice] [pid 104:tid 400] AH00418: Parent: Created child process 10524
[Fri Feb 15 12:29:26.142865 2019] [mpm_winnt:notice] [pid 10524:tid 460] AH00354: Child: Starting 64 worker threads.
[Mon Feb 18 00:56:17.627817 2019] [mpm_winnt:notice] [pid 104:tid 400] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Feb 18 00:57:29.410677 2019] [mpm_winnt:notice] [pid 10524:tid 460] AH00364: Child: All worker threads have exited.
[Mon Feb 18 00:57:37.723183 2019] [mpm_winnt:notice] [pid 104:tid 400] AH00431: Parent: Forcing termination of child process 10524
[Mon Feb 18 09:39:58.404274 2019] [mpm_winnt:notice] [pid 5400:tid 520] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Feb 18 09:39:58.451148 2019] [mpm_winnt:notice] [pid 5400:tid 520] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Feb 18 09:39:58.451148 2019] [core:notice] [pid 5400:tid 520] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Feb 18 09:39:58.935534 2019] [mpm_winnt:notice] [pid 5400:tid 520] AH00418: Parent: Created child process 4332
[Mon Feb 18 09:40:02.998031 2019] [mpm_winnt:notice] [pid 4332:tid 484] AH00354: Child: Starting 64 worker threads.
[Tue Feb 26 12:24:24.743194 2019] [core:warn] [pid 4208:tid 420] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Feb 26 12:24:25.899443 2019] [mpm_winnt:notice] [pid 4208:tid 420] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Tue Feb 26 12:24:25.899443 2019] [mpm_winnt:notice] [pid 4208:tid 420] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Tue Feb 26 12:24:25.899443 2019] [core:notice] [pid 4208:tid 420] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Tue Feb 26 12:24:26.211945 2019] [mpm_winnt:notice] [pid 4208:tid 420] AH00418: Parent: Created child process 1732
[Tue Feb 26 12:24:28.477578 2019] [mpm_winnt:notice] [pid 1732:tid 460] AH00354: Child: Starting 64 worker threads.
[Tue Feb 26 23:06:36.200980 2019] [:error] [pid 1732:tid 972] [client ::1:49254] script 'C:/wamp64/www/projet2/api/owned.php' not found or unable to stat
[Tue Mar 12 14:45:09.604721 2019] [core:warn] [pid 9400:tid 428] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Mar 12 14:45:11.082259 2019] [mpm_winnt:notice] [pid 9400:tid 428] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Tue Mar 12 14:45:11.082259 2019] [mpm_winnt:notice] [pid 9400:tid 428] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Tue Mar 12 14:45:11.082259 2019] [core:notice] [pid 9400:tid 428] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Tue Mar 12 14:45:11.766191 2019] [mpm_winnt:notice] [pid 9400:tid 428] AH00418: Parent: Created child process 9104
[Tue Mar 12 14:45:14.736562 2019] [mpm_winnt:notice] [pid 9104:tid 468] AH00354: Child: Starting 64 worker threads.
[Thu Mar 14 23:02:23.714029 2019] [mpm_winnt:notice] [pid 9400:tid 428] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Thu Mar 14 23:02:55.330237 2019] [mpm_winnt:notice] [pid 9400:tid 428] AH00431: Parent: Forcing termination of child process 9104
[Fri Mar 15 15:28:35.050629 2019] [mpm_winnt:notice] [pid 6424:tid 536] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Fri Mar 15 15:28:35.092631 2019] [mpm_winnt:notice] [pid 6424:tid 536] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Fri Mar 15 15:28:35.092631 2019] [core:notice] [pid 6424:tid 536] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Fri Mar 15 15:28:35.241418 2019] [mpm_winnt:notice] [pid 6424:tid 536] AH00418: Parent: Created child process 4232
[Fri Mar 15 15:28:37.461895 2019] [mpm_winnt:notice] [pid 4232:tid 468] AH00354: Child: Starting 64 worker threads.
[Tue Apr 02 20:36:30.544129 2019] [core:warn] [pid 5604:tid 420] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Apr 02 20:36:31.282846 2019] [mpm_winnt:notice] [pid 5604:tid 420] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Tue Apr 02 20:36:31.282846 2019] [mpm_winnt:notice] [pid 5604:tid 420] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Tue Apr 02 20:36:31.282846 2019] [core:notice] [pid 5604:tid 420] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Tue Apr 02 20:36:31.625072 2019] [mpm_winnt:notice] [pid 5604:tid 420] AH00418: Parent: Created child process 7060
[Tue Apr 02 20:36:34.129314 2019] [mpm_winnt:notice] [pid 7060:tid 468] AH00354: Child: Starting 64 worker threads.
[Sun Apr 21 16:31:00.072966 2019] [core:warn] [pid 7472:tid 456] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Apr 21 16:31:01.712065 2019] [mpm_winnt:notice] [pid 7472:tid 456] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sun Apr 21 16:31:01.854070 2019] [mpm_winnt:notice] [pid 7472:tid 456] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sun Apr 21 16:31:01.854070 2019] [core:notice] [pid 7472:tid 456] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sun Apr 21 16:31:02.042086 2019] [mpm_winnt:notice] [pid 7472:tid 456] AH00418: Parent: Created child process 2984
[Sun Apr 21 16:31:05.062082 2019] [mpm_winnt:notice] [pid 2984:tid 364] AH00354: Child: Starting 64 worker threads.
[Mon Apr 22 22:34:03.733160 2019] [mpm_winnt:notice] [pid 7472:tid 456] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Mon Apr 22 22:34:30.749575 2019] [mpm_winnt:notice] [pid 2984:tid 364] AH00364: Child: All worker threads have exited.
[Mon Apr 22 22:34:45.703111 2019] [mpm_winnt:notice] [pid 7472:tid 456] AH00431: Parent: Forcing termination of child process 2984
[Mon May 27 19:13:24.725485 2019] [mpm_winnt:notice] [pid 6788:tid 524] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon May 27 19:13:24.785807 2019] [mpm_winnt:notice] [pid 6788:tid 524] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon May 27 19:13:24.785807 2019] [core:notice] [pid 6788:tid 524] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon May 27 19:13:25.105670 2019] [mpm_winnt:notice] [pid 6788:tid 524] AH00418: Parent: Created child process 7936
[Mon May 27 19:13:28.002375 2019] [mpm_winnt:notice] [pid 7936:tid 464] AH00354: Child: Starting 64 worker threads.
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Wed May 29 12:17:35.215733 2019] [core:warn] [pid 5528:tid 420] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed May 29 12:17:36.465811 2019] [mpm_winnt:notice] [pid 5528:tid 420] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Wed May 29 12:17:36.497062 2019] [mpm_winnt:notice] [pid 5528:tid 420] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Wed May 29 12:17:36.497062 2019] [core:notice] [pid 5528:tid 420] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Wed May 29 12:17:36.606462 2019] [mpm_winnt:notice] [pid 5528:tid 420] AH00418: Parent: Created child process 5348
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Wed May 29 12:17:39.356506 2019] [mpm_winnt:notice] [pid 5348:tid 460] AH00354: Child: Starting 64 worker threads.
[Wed May 29 13:11:13.818373 2019] [:error] [pid 5348:tid 984] [client ::1:49240] script 'C:/wamp64/www/projet2/api/games/capture.php' not found or unable to stat
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Wed Jun 05 21:52:49.765078 2019] [core:warn] [pid 9692:tid 36] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Wed Jun 05 21:52:50.341378 2019] [mpm_winnt:notice] [pid 9692:tid 36] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Wed Jun 05 21:52:50.341378 2019] [mpm_winnt:notice] [pid 9692:tid 36] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Wed Jun 05 21:52:50.341378 2019] [core:notice] [pid 9692:tid 36] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Wed Jun 05 21:52:50.605727 2019] [mpm_winnt:notice] [pid 9692:tid 36] AH00418: Parent: Created child process 11468
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Wed Jun 05 21:52:53.774537 2019] [mpm_winnt:notice] [pid 11468:tid 472] AH00354: Child: Starting 64 worker threads.
[Wed Jun 05 22:20:48.113697 2019] [mpm_winnt:notice] [pid 9692:tid 36] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Jun 05 22:20:50.734259 2019] [mpm_winnt:notice] [pid 11468:tid 472] AH00364: Child: All worker threads have exited.
[Wed Jun 05 22:20:51.609144 2019] [mpm_winnt:notice] [pid 9692:tid 36] AH00430: Parent: Child process 11468 exited successfully.
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Sat Jun 15 06:42:11.625653 2019] [mpm_winnt:notice] [pid 5780:tid 516] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sat Jun 15 06:42:11.625653 2019] [mpm_winnt:notice] [pid 5780:tid 516] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sat Jun 15 06:42:11.625653 2019] [core:notice] [pid 5780:tid 516] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sat Jun 15 06:42:11.669654 2019] [mpm_winnt:notice] [pid 5780:tid 516] AH00418: Parent: Created child process 6064
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Sat Jun 15 06:42:14.631822 2019] [mpm_winnt:notice] [pid 6064:tid 464] AH00354: Child: Starting 64 worker threads.
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Mon Jun 17 21:02:03.961529 2019] [core:warn] [pid 10340:tid 420] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Jun 17 21:02:04.763218 2019] [mpm_winnt:notice] [pid 10340:tid 420] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Jun 17 21:02:04.763218 2019] [mpm_winnt:notice] [pid 10340:tid 420] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Jun 17 21:02:04.763218 2019] [core:notice] [pid 10340:tid 420] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Jun 17 21:02:04.997612 2019] [mpm_winnt:notice] [pid 10340:tid 420] AH00418: Parent: Created child process 1456
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Mon Jun 17 21:02:07.568311 2019] [mpm_winnt:notice] [pid 1456:tid 296] AH00354: Child: Starting 64 worker threads.
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Tue Jun 25 07:57:07.226256 2019] [core:warn] [pid 9804:tid 420] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Jun 25 07:57:08.007510 2019] [mpm_winnt:notice] [pid 9804:tid 420] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Tue Jun 25 07:57:08.007510 2019] [mpm_winnt:notice] [pid 9804:tid 420] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Tue Jun 25 07:57:08.007510 2019] [core:notice] [pid 9804:tid 420] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Tue Jun 25 07:57:08.398066 2019] [mpm_winnt:notice] [pid 9804:tid 420] AH00418: Parent: Created child process 872
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Tue Jun 25 07:57:10.741926 2019] [mpm_winnt:notice] [pid 872:tid 464] AH00354: Child: Starting 64 worker threads.
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Thu Sep 26 11:00:19.897435 2019] [core:warn] [pid 7492:tid 388] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Sep 26 11:00:20.682634 2019] [mpm_winnt:notice] [pid 7492:tid 388] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Thu Sep 26 11:00:20.682634 2019] [mpm_winnt:notice] [pid 7492:tid 388] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Thu Sep 26 11:00:20.682634 2019] [core:notice] [pid 7492:tid 388] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Thu Sep 26 11:00:20.742645 2019] [mpm_winnt:notice] [pid 7492:tid 388] AH00418: Parent: Created child process 6120
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Thu Sep 26 11:00:23.290240 2019] [mpm_winnt:notice] [pid 6120:tid 460] AH00354: Child: Starting 64 worker threads.
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Sun Sep 29 10:30:34.048045 2019] [core:warn] [pid 5180:tid 432] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sun Sep 29 10:30:34.581077 2019] [mpm_winnt:notice] [pid 5180:tid 432] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sun Sep 29 10:30:34.581077 2019] [mpm_winnt:notice] [pid 5180:tid 432] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sun Sep 29 10:30:34.581077 2019] [core:notice] [pid 5180:tid 432] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sun Sep 29 10:30:34.614084 2019] [mpm_winnt:notice] [pid 5180:tid 432] AH00418: Parent: Created child process 5196
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Sun Sep 29 10:30:37.228244 2019] [mpm_winnt:notice] [pid 5196:tid 480] AH00354: Child: Starting 64 worker threads.
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Thu Dec 05 11:31:57.009876 2019] [core:warn] [pid 8968:tid 380] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Dec 05 11:31:58.148941 2019] [mpm_winnt:notice] [pid 8968:tid 380] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Thu Dec 05 11:31:58.148941 2019] [mpm_winnt:notice] [pid 8968:tid 380] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Thu Dec 05 11:31:58.148941 2019] [core:notice] [pid 8968:tid 380] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Thu Dec 05 11:31:58.646036 2019] [mpm_winnt:notice] [pid 8968:tid 380] AH00418: Parent: Created child process 6176
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Thu Dec 05 11:32:01.350676 2019] [mpm_winnt:notice] [pid 6176:tid 460] AH00354: Child: Starting 64 worker threads.
[Thu Dec 05 16:27:41.723450 2019] [:error] [pid 6176:tid 980] [client ::1:62643] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/index.php?lang=fr
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Sat Dec 07 10:35:45.808290 2019] [core:warn] [pid 5012:tid 428] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Sat Dec 07 10:35:46.221309 2019] [mpm_winnt:notice] [pid 5012:tid 428] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sat Dec 07 10:35:46.221309 2019] [mpm_winnt:notice] [pid 5012:tid 428] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sat Dec 07 10:35:46.221309 2019] [core:notice] [pid 5012:tid 428] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sat Dec 07 10:35:46.782542 2019] [mpm_winnt:notice] [pid 5012:tid 428] AH00418: Parent: Created child process 6028
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Sat Dec 07 10:35:49.512176 2019] [mpm_winnt:notice] [pid 6028:tid 460] AH00354: Child: Starting 64 worker threads.
[Sat Dec 07 10:41:48.956882 2019] [:error] [pid 6028:tid 948] [client ::1:49235] script 'C:/wamp64/www/projet2/cartes.php' not found or unable to stat, referer: http://www.projet2.com/host_game.php?lang=fr
[Sat Dec 07 10:42:21.759595 2019] [:error] [pid 6028:tid 936] [client ::1:49248] script 'C:/wamp64/www/projet2/preimium.php' not found or unable to stat
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Mon Dec 16 15:46:54.069584 2019] [core:warn] [pid 12120:tid 424] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Mon Dec 16 15:46:54.563614 2019] [mpm_winnt:notice] [pid 12120:tid 424] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Mon Dec 16 15:46:54.563614 2019] [mpm_winnt:notice] [pid 12120:tid 424] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Mon Dec 16 15:46:54.563614 2019] [core:notice] [pid 12120:tid 424] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Mon Dec 16 15:46:55.212650 2019] [mpm_winnt:notice] [pid 12120:tid 424] AH00418: Parent: Created child process 12524
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Mon Dec 16 15:46:57.801075 2019] [mpm_winnt:notice] [pid 12524:tid 244] AH00354: Child: Starting 64 worker threads.
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Tue Dec 31 22:07:57.615154 2019] [core:warn] [pid 11088:tid 436] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Dec 31 22:07:58.608215 2019] [mpm_winnt:notice] [pid 11088:tid 436] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Tue Dec 31 22:07:58.608215 2019] [mpm_winnt:notice] [pid 11088:tid 436] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Tue Dec 31 22:07:58.608215 2019] [core:notice] [pid 11088:tid 436] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Tue Dec 31 22:07:58.906235 2019] [mpm_winnt:notice] [pid 11088:tid 436] AH00418: Parent: Created child process 1008
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Tue Dec 31 22:08:02.091413 2019] [mpm_winnt:notice] [pid 1008:tid 496] AH00354: Child: Starting 64 worker threads.
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Thu Jan 02 10:35:55.972765 2020] [core:warn] [pid 8044:tid 544] AH00098: pid file C:/wamp64/bin/apache/apache2.4.27/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Thu Jan 02 10:35:57.451879 2020] [mpm_winnt:notice] [pid 8044:tid 544] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Thu Jan 02 10:35:57.451879 2020] [mpm_winnt:notice] [pid 8044:tid 544] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Thu Jan 02 10:35:57.451879 2020] [core:notice] [pid 8044:tid 544] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Thu Jan 02 10:35:57.606891 2020] [mpm_winnt:notice] [pid 8044:tid 544] AH00418: Parent: Created child process 8120
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Thu Jan 02 10:35:59.641998 2020] [mpm_winnt:notice] [pid 8120:tid 344] AH00354: Child: Starting 64 worker threads.
[Fri Jan 03 14:02:40.481743 2020] [:error] [pid 8120:tid 968] [client ::1:52471] script 'C:/wamp64/www/site_web/contact.php' not found or unable to stat, referer: http://localhost/site_web/index.php
[Sat Jan 04 12:42:59.412061 2020] [mpm_winnt:notice] [pid 8044:tid 544] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Jan 04 12:43:03.655293 2020] [mpm_winnt:notice] [pid 8120:tid 344] AH00364: Child: All worker threads have exited.
[Sat Jan 04 12:43:14.546919 2020] [mpm_winnt:notice] [pid 8044:tid 544] AH00430: Parent: Child process 8120 exited successfully.
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Sat Jan 04 12:43:45.647345 2020] [mpm_winnt:notice] [pid 7904:tid 548] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sat Jan 04 12:43:45.648339 2020] [mpm_winnt:notice] [pid 7904:tid 548] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sat Jan 04 12:43:45.648339 2020] [core:notice] [pid 7904:tid 548] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sat Jan 04 12:43:45.729347 2020] [mpm_winnt:notice] [pid 7904:tid 548] AH00418: Parent: Created child process 9888
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/aohexagone] does not exist
AH00112: Warning: DocumentRoot [C:/wamp64/www/hackotopia] does not exist
[Sat Jan 04 12:43:47.379432 2020] [mpm_winnt:notice] [pid 9888:tid 468] AH00354: Child: Starting 64 worker threads.
[Sat Jan 04 12:52:08.587257 2020] [mpm_winnt:notice] [pid 7904:tid 548] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Jan 04 12:52:10.591366 2020] [mpm_winnt:notice] [pid 9888:tid 468] AH00364: Child: All worker threads have exited.
[Sat Jan 04 12:52:10.652374 2020] [mpm_winnt:notice] [pid 7904:tid 548] AH00430: Parent: Child process 9888 exited successfully.
[Sat Jan 04 12:52:23.070589 2020] [mpm_winnt:notice] [pid 592:tid 540] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sat Jan 04 12:52:23.071592 2020] [mpm_winnt:notice] [pid 592:tid 540] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sat Jan 04 12:52:23.071592 2020] [core:notice] [pid 592:tid 540] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sat Jan 04 12:52:23.195865 2020] [mpm_winnt:notice] [pid 592:tid 540] AH00418: Parent: Created child process 7424
[Sat Jan 04 12:52:24.666981 2020] [mpm_winnt:notice] [pid 7424:tid 468] AH00354: Child: Starting 64 worker threads.
[Sat Jan 04 12:57:05.100736 2020] [mpm_winnt:notice] [pid 592:tid 540] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Jan 04 12:57:07.104842 2020] [mpm_winnt:notice] [pid 7424:tid 468] AH00364: Child: All worker threads have exited.
[Sat Jan 04 12:57:07.143843 2020] [mpm_winnt:notice] [pid 592:tid 540] AH00430: Parent: Child process 7424 exited successfully.
[Sat Jan 04 12:57:15.908192 2020] [mpm_winnt:notice] [pid 5708:tid 576] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sat Jan 04 12:57:15.908192 2020] [mpm_winnt:notice] [pid 5708:tid 576] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sat Jan 04 12:57:15.908192 2020] [core:notice] [pid 5708:tid 576] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sat Jan 04 12:57:15.953201 2020] [mpm_winnt:notice] [pid 5708:tid 576] AH00418: Parent: Created child process 10512
[Sat Jan 04 12:57:17.624293 2020] [mpm_winnt:notice] [pid 10512:tid 460] AH00354: Child: Starting 64 worker threads.
[Sat Jan 04 13:06:07.028981 2020] [mpm_winnt:notice] [pid 5708:tid 576] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Jan 04 13:06:09.032075 2020] [mpm_winnt:notice] [pid 10512:tid 460] AH00364: Child: All worker threads have exited.
[Sat Jan 04 13:06:09.092083 2020] [mpm_winnt:notice] [pid 5708:tid 576] AH00430: Parent: Child process 10512 exited successfully.
[Sat Jan 04 13:06:37.298460 2020] [mpm_winnt:notice] [pid 11916:tid 564] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sat Jan 04 13:06:37.299467 2020] [mpm_winnt:notice] [pid 11916:tid 564] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sat Jan 04 13:06:37.299467 2020] [core:notice] [pid 11916:tid 564] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sat Jan 04 13:06:37.347468 2020] [mpm_winnt:notice] [pid 11916:tid 564] AH00418: Parent: Created child process 11256
[Sat Jan 04 13:06:39.126569 2020] [mpm_winnt:notice] [pid 11256:tid 464] AH00354: Child: Starting 64 worker threads.
[Sat Jan 04 13:13:20.316551 2020] [mpm_winnt:notice] [pid 11916:tid 564] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Jan 04 13:13:22.321025 2020] [mpm_winnt:notice] [pid 11256:tid 464] AH00364: Child: All worker threads have exited.
[Sat Jan 04 13:13:22.428032 2020] [mpm_winnt:notice] [pid 11916:tid 564] AH00430: Parent: Child process 11256 exited successfully.
[Sat Jan 04 13:13:33.320499 2020] [mpm_winnt:notice] [pid 5188:tid 536] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sat Jan 04 13:13:33.320499 2020] [mpm_winnt:notice] [pid 5188:tid 536] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sat Jan 04 13:13:33.320499 2020] [core:notice] [pid 5188:tid 536] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sat Jan 04 13:13:33.381594 2020] [mpm_winnt:notice] [pid 5188:tid 536] AH00418: Parent: Created child process 10676
AH00548: NameVirtualHost has no effect and will be removed in the next release C:/wamp64/bin/apache/apache2.4.27/conf/extra/httpd-vhosts.conf:13
[Sat Jan 04 13:13:35.057808 2020] [mpm_winnt:notice] [pid 10676:tid 476] AH00354: Child: Starting 64 worker threads.
[Sat Jan 04 13:16:40.014943 2020] [mpm_winnt:notice] [pid 5188:tid 536] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Sat Jan 04 13:16:42.018047 2020] [mpm_winnt:notice] [pid 10676:tid 476] AH00364: Child: All worker threads have exited.
[Sat Jan 04 13:16:42.056046 2020] [mpm_winnt:notice] [pid 5188:tid 536] AH00430: Parent: Child process 10676 exited successfully.
[Sat Jan 04 13:16:46.112937 2020] [mpm_winnt:notice] [pid 7564:tid 524] AH00455: Apache/2.4.27 (Win64) PHP/5.6.31 configured -- resuming normal operations
[Sat Jan 04 13:16:46.112937 2020] [mpm_winnt:notice] [pid 7564:tid 524] AH00456: Apache Lounge VC15 Server built: Jul  7 2017 12:46:00
[Sat Jan 04 13:16:46.112937 2020] [core:notice] [pid 7564:tid 524] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.27\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.27'
[Sat Jan 04 13:16:46.176944 2020] [mpm_winnt:notice] [pid 7564:tid 524] AH00418: Parent: Created child process 12068
AH00548: NameVirtualHost has no effect and will be removed in the next release C:/wamp64/bin/apache/apache2.4.27/conf/extra/httpd-vhosts.conf:13
[Sat Jan 04 13:16:47.677033 2020] [mpm_winnt:notice] [pid 12068:tid 500] AH00354: Child: Starting 64 worker threads.

Maintenant excusez-moi, Morphée m’attend.

Connectez-vous pour pouvoir poster un message.
Connexion

Pas encore membre ?

Créez un compte en une minute pour profiter pleinement de toutes les fonctionnalités de Zeste de Savoir. Ici, tout est gratuit et sans publicité.
Créer un compte