Bonjour,
Désolé d'aborder un sujet largement traité.
Je suis chargé de modifications sur un site Dreamweaver cs6 développé il y a près de 10 ans. J'utilise W10. J'ai donc installé wampserver 3.2.1 et suivi toutes les indications pour le paramétrage. Je n'utilise pas de base de données sous Dreamweaver.
Lorsque j'exécute Localhost et que je sélectionne le Virtualhost "monsite" Google chrome m'indique : "Ce site est inaccessible, monsite n'autorise pas la connexion."
J'obtiens une erreur identique avec Dreamweacer sur mon serveur local et mon serveur d'évaluation configuré :
site : monsite
dossier local du site : C:\wamp64\www\monsite\
serveur : monsite
dossier du serveur :C:\wamp64\www\monsite\
url web : [monsite]
conserver les erreurs de synchronisation cohé
modèle de serveur : PHPMySQL
Quelqu'un pourrait-il m'aider ?
Cordialement
Rapport de configuration :
==========================================
1588152674
------ Wampserver configuration report
Wed, 29 Apr 2020 09:31:14 +0000
- Windows NT 10.0 build 18363 (Windows 10)
- Windows Charset: Windows-1252
- Wampserver version 3.2.1 - 64bit
- Wampserver install version 3.2.0
- Install directory: c:/wamp64
- Default browser: C:/Program Files (x86)/Google/Chrome/Application/chrome.exe
- Default text editor: C:/WINDOWS/system32/notepad.exe
- Default log viewer: C:/WINDOWS/system32/notepad.exe
- Apache 2.4.41 - Port 80
- Additional Apache listening ports:
- PHP 7.4.0
--- No DBMS (nor MySQL, nor MariaDB)
- PHP 5.6.40 for CLI (Internal Wampserver PHP scripts)
- PhpMyAdmin 4.9.2 - Adminer 4.7.5
------ Wampserver configuration ------
AliasSubmenu = off - NotCheckVirtualHost = off
NotCheckDuplicate = off - VirtualHostSubMenu = on
HomepageAtStartup = off - VhostAllLocalIp = off
SupportMySQL = off - SupportMariaDB = off
ShowphmyadMenu = on - ShowadminerMenu = on
NotVerifyPATH = off - HostsLinesLimit = 5000
NotVerifyHosts = off - NotVerifyTLD = off
AutoCleanLogs = on - AutoCleanLogsMax = 1000
AutoCleanLogsMin = 50 - AutoCleanTmp = on
AutoCleanTmpMax = 1000 - CreateSymlink = symlink
BackupHosts = off - TraceProcess = off
------ C:/WINDOWS/system32/drivers/etc/hosts file contents ------
------ Limited to the first 30 lines ------
127.0.0.1 localhost
127.0.0.1 monsite
::1 localhost
::1 monsite
----------------------------------------------
-- c:/wamp64/bin/apache/apache2.4.41/conf/extra/httpd-vhosts.conf file contents --
------ Limited to the first 40 lines ------
<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>
<VirtualHost *:80>
ServerName monsite
DocumentRoot C:/wamp64/www/monsite
<Directory "C:/wamp64/www/monsite/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require local
</Directory>
</VirtualHost>
----------------------------------------------
--------- wampmanager.ini (Last 4 lines) --------
[Options]
AeTrayMode=64 Bits
AeTrayOldMode=64bit
AeTrayVersion=3.2.2.9
--------------------------------------------------
State of services:
The service 'wampapache64' is started
Service Session : LocalSystem
all services are started - it is OK
all services BINARY_PATH_NAME are OK
--------------------------------------------------
*** Checking the DNS search order ***
Values of registry keys for
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider
are in correct order
--------------------------------------------------
Wampmanager (Aestan Tray Menu) 3.2.2.9 - 64bit
Compiler Visual C++ versions used:
PHP 5.6.40 Compiler => MSVC11 (Visual C++ 2012)
Architecture => x64
is compatible with Apache 2.4.41
PHP 7.3.12 Compiler => MSVC15 (Visual C++ 2017)
Architecture => x64
is compatible with Apache 2.4.41
PHP 7.4.0 Compiler => Visual C++ 2017
Architecture => x64
is compatible with Apache 2.4.41
MySQL Ver 8.0.18 for Win64 on x86_64 (MySQL Community Server - GPL)
MariaDB Ver 10.4.10-MariaDB for Win64 on AMD64 (mariadb.org binary distribution)
Apache 2.4.41 Apache Lounge VS16 Server built: Aug 9 2019 16:46:32
Architecture: 64-bit
--------------------------------------------------
VirtualHost configuration:
Default server: localhost
Virtual Host: localhost
Virtual Host: monsite
--------------------------------------------------
***** Check symbolic links *****
All symbolic links are OK
--------------------------------------------------
***** Test which uses port 80 *****
===== Tested by command netstat filtered on port 80 =====
Test for TCP
Your port 80 is used by a processus with PID = 10156
The processus of PID 10156 is 'httpd.exe' Session: Services
The service of PID 10156 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 80 is used by a processus with PID = 10156
The processus of PID 10156 is 'httpd.exe' Session: Services
The service of PID 10156 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
===== Tested by attempting to open a socket on port 80 =====
Your port 80 is actually used by :
Server: Apache/2.4.41 (Win64) PHP/7.4.0
--------------------------------------------------
-------- Apache error log (Last 30 lines) --------
[Wed Apr 29 11:30:46.718168 2020] [mpm_winnt:notice] [pid 18492:tid 776] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Apr 29 11:30:48.728832 2020] [mpm_winnt:notice] [pid 18500:tid 724] AH00364: Child: All worker threads have exited.
[Wed Apr 29 11:30:49.837918 2020] [mpm_winnt:notice] [pid 18492:tid 776] AH00430: Parent: Child process 18500 exited successfully.
[Wed Apr 29 11:30:50.540908 2020] [mpm_winnt:notice] [pid 10156:tid 776] AH00455: Apache/2.4.41 (Win64) PHP/7.4.0 configured -- resuming normal operations
[Wed Apr 29 11:30:50.540908 2020] [mpm_winnt:notice] [pid 10156:tid 776] AH00456: Apache Lounge VS16 Server built: Aug 9 2019 16:46:32
[Wed Apr 29 11:30:50.540908 2020] [core:notice] [pid 10156:tid 776] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.41\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.41'
[Wed Apr 29 11:30:50.540908 2020] [mpm_winnt:notice] [pid 10156:tid 776] AH00418: Parent: Created child process 6108
[Wed Apr 29 11:30:50.868927 2020] [mpm_winnt:notice] [pid 6108:tid 724] AH00354: Child: Starting 64 worker threads.
--------------------------------------------------
-------- Apache access log (Last 30 lines) --------
127.0.0.1 - - [29/Apr/2020:11:31:03 +0200] "GET / HTTP/1.1" 200 5438
127.0.0.1 - - [29/Apr/2020:11:31:14 +0200] "GET / HTTP/1.1" 200 5438
--------------------------------------------------
-------- PHP error log (Last 30 lines) --------
[29-Apr-2020 09:30:50 UTC] PHP Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
[29-Apr-2020 09:30:50 UTC] PHP Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
==============================================================
Désolé d'aborder un sujet largement traité.
Je suis chargé de modifications sur un site Dreamweaver cs6 développé il y a près de 10 ans. J'utilise W10. J'ai donc installé wampserver 3.2.1 et suivi toutes les indications pour le paramétrage. Je n'utilise pas de base de données sous Dreamweaver.
Lorsque j'exécute Localhost et que je sélectionne le Virtualhost "monsite" Google chrome m'indique : "Ce site est inaccessible, monsite n'autorise pas la connexion."
J'obtiens une erreur identique avec Dreamweacer sur mon serveur local et mon serveur d'évaluation configuré :
site : monsite
dossier local du site : C:\wamp64\www\monsite\
serveur : monsite
dossier du serveur :C:\wamp64\www\monsite\
url web : [monsite]
conserver les erreurs de synchronisation cohé
modèle de serveur : PHPMySQL
Quelqu'un pourrait-il m'aider ?
Cordialement
Rapport de configuration :
==========================================
1588152674
------ Wampserver configuration report
Wed, 29 Apr 2020 09:31:14 +0000
- Windows NT 10.0 build 18363 (Windows 10)
- Windows Charset: Windows-1252
- Wampserver version 3.2.1 - 64bit
- Wampserver install version 3.2.0
- Install directory: c:/wamp64
- Default browser: C:/Program Files (x86)/Google/Chrome/Application/chrome.exe
- Default text editor: C:/WINDOWS/system32/notepad.exe
- Default log viewer: C:/WINDOWS/system32/notepad.exe
- Apache 2.4.41 - Port 80
- Additional Apache listening ports:
- PHP 7.4.0
--- No DBMS (nor MySQL, nor MariaDB)
- PHP 5.6.40 for CLI (Internal Wampserver PHP scripts)
- PhpMyAdmin 4.9.2 - Adminer 4.7.5
------ Wampserver configuration ------
AliasSubmenu = off - NotCheckVirtualHost = off
NotCheckDuplicate = off - VirtualHostSubMenu = on
HomepageAtStartup = off - VhostAllLocalIp = off
SupportMySQL = off - SupportMariaDB = off
ShowphmyadMenu = on - ShowadminerMenu = on
NotVerifyPATH = off - HostsLinesLimit = 5000
NotVerifyHosts = off - NotVerifyTLD = off
AutoCleanLogs = on - AutoCleanLogsMax = 1000
AutoCleanLogsMin = 50 - AutoCleanTmp = on
AutoCleanTmpMax = 1000 - CreateSymlink = symlink
BackupHosts = off - TraceProcess = off
------ C:/WINDOWS/system32/drivers/etc/hosts file contents ------
------ Limited to the first 30 lines ------
127.0.0.1 localhost
127.0.0.1 monsite
::1 localhost
::1 monsite
----------------------------------------------
-- c:/wamp64/bin/apache/apache2.4.41/conf/extra/httpd-vhosts.conf file contents --
------ Limited to the first 40 lines ------
<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>
<VirtualHost *:80>
ServerName monsite
DocumentRoot C:/wamp64/www/monsite
<Directory "C:/wamp64/www/monsite/">
Options Indexes FollowSymLinks MultiViews
AllowOverride all
Require local
</Directory>
</VirtualHost>
----------------------------------------------
--------- wampmanager.ini (Last 4 lines) --------
[Options]
AeTrayMode=64 Bits
AeTrayOldMode=64bit
AeTrayVersion=3.2.2.9
--------------------------------------------------
State of services:
The service 'wampapache64' is started
Service Session : LocalSystem
all services are started - it is OK
all services BINARY_PATH_NAME are OK
--------------------------------------------------
*** Checking the DNS search order ***
Values of registry keys for
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider
are in correct order
--------------------------------------------------
Wampmanager (Aestan Tray Menu) 3.2.2.9 - 64bit
Compiler Visual C++ versions used:
PHP 5.6.40 Compiler => MSVC11 (Visual C++ 2012)
Architecture => x64
is compatible with Apache 2.4.41
PHP 7.3.12 Compiler => MSVC15 (Visual C++ 2017)
Architecture => x64
is compatible with Apache 2.4.41
PHP 7.4.0 Compiler => Visual C++ 2017
Architecture => x64
is compatible with Apache 2.4.41
MySQL Ver 8.0.18 for Win64 on x86_64 (MySQL Community Server - GPL)
MariaDB Ver 10.4.10-MariaDB for Win64 on AMD64 (mariadb.org binary distribution)
Apache 2.4.41 Apache Lounge VS16 Server built: Aug 9 2019 16:46:32
Architecture: 64-bit
--------------------------------------------------
VirtualHost configuration:
Default server: localhost
Virtual Host: localhost
Virtual Host: monsite
--------------------------------------------------
***** Check symbolic links *****
All symbolic links are OK
--------------------------------------------------
***** Test which uses port 80 *****
===== Tested by command netstat filtered on port 80 =====
Test for TCP
Your port 80 is used by a processus with PID = 10156
The processus of PID 10156 is 'httpd.exe' Session: Services
The service of PID 10156 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
Test for TCPv6
Your port 80 is used by a processus with PID = 10156
The processus of PID 10156 is 'httpd.exe' Session: Services
The service of PID 10156 for 'httpd.exe' is 'wampapache64'
This service is from Wampserver - It is correct
===== Tested by attempting to open a socket on port 80 =====
Your port 80 is actually used by :
Server: Apache/2.4.41 (Win64) PHP/7.4.0
--------------------------------------------------
-------- Apache error log (Last 30 lines) --------
[Wed Apr 29 11:30:46.718168 2020] [mpm_winnt:notice] [pid 18492:tid 776] AH00422: Parent: Received shutdown signal -- Shutting down the server.
[Wed Apr 29 11:30:48.728832 2020] [mpm_winnt:notice] [pid 18500:tid 724] AH00364: Child: All worker threads have exited.
[Wed Apr 29 11:30:49.837918 2020] [mpm_winnt:notice] [pid 18492:tid 776] AH00430: Parent: Child process 18500 exited successfully.
[Wed Apr 29 11:30:50.540908 2020] [mpm_winnt:notice] [pid 10156:tid 776] AH00455: Apache/2.4.41 (Win64) PHP/7.4.0 configured -- resuming normal operations
[Wed Apr 29 11:30:50.540908 2020] [mpm_winnt:notice] [pid 10156:tid 776] AH00456: Apache Lounge VS16 Server built: Aug 9 2019 16:46:32
[Wed Apr 29 11:30:50.540908 2020] [core:notice] [pid 10156:tid 776] AH00094: Command line: 'c:\\wamp64\\bin\\apache\\apache2.4.41\\bin\\httpd.exe -d C:/wamp64/bin/apache/apache2.4.41'
[Wed Apr 29 11:30:50.540908 2020] [mpm_winnt:notice] [pid 10156:tid 776] AH00418: Parent: Created child process 6108
[Wed Apr 29 11:30:50.868927 2020] [mpm_winnt:notice] [pid 6108:tid 724] AH00354: Child: Starting 64 worker threads.
--------------------------------------------------
-------- Apache access log (Last 30 lines) --------
127.0.0.1 - - [29/Apr/2020:11:31:03 +0200] "GET / HTTP/1.1" 200 5438
127.0.0.1 - - [29/Apr/2020:11:31:14 +0200] "GET / HTTP/1.1" 200 5438
--------------------------------------------------
-------- PHP error log (Last 30 lines) --------
[29-Apr-2020 09:30:50 UTC] PHP Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
[29-Apr-2020 09:30:50 UTC] PHP Deprecated: Directive 'allow_url_include' is deprecated in Unknown on line 0
==============================================================