Bonjour,
- Déjà, pourquoi le port 8080 ?
- Ensuite, si vous autorisez tout le monde à localhost, il est tout-à-fait normal que vous accédiez à la page d'accueil Wampserver depuis l'extérieur. localhost doit rester en Require local
Si, depuis l'extérieur vous ne précisez pas le port 8080, il est peut-être normal que ça ne fonctionne pas !
Il faut sans doute router le port 80 vers le 80 Forum: WampServer Francais
Bonjour,
> Quelqu'un peut m'aider s'il vous plaît pour éviter de réinstaller à chaque fois que ça plante.
Déjà, si votre ordinateur « plante », c'est qu'il y a une problème de l'ordinateur et c'est ce problème qu'il faut régler : test mémoire, sfc /scanow en ligne de commande, etc.
- Quel est le résultat de :
-- Clic-Droit -> Outils -> Vérifier l'état des services
-- Clic-Droit Forum: WampServer Francais
Hi,
1 - No functional difference, that's the advantage of VirtualHost
2 - There is only the httpd-vhosts.conf file to modify and of course, as you wrote, restart the DNS so that it is taken into account by Apache. Forum: WampServer English
Hi,
> Just the "data" that was made to the Wordpress site I created.
Restoring a three-month-old image will restore your WordPress site to the way it was three months ago; any data you may have added to it since then is irretrievably lost.
> I think I am correct that creating a Wordpress site would not affect the computer's registry.
Yes Forum: WampServer English
Hi,
I discover this problem of generation of *.cgrind files which I had not paid attention before!
If:
xdebug.mode = off
there is no creation of *.cgrind
but if
xdebug.mode = develop
which is the default value, it has creation of these files whereas the Xdebug documentation for the profile mode specifies that these files are generated only if
xdebug.mode = profile
See Xdebug profi Forum: WampServer English
Hi,
> url: localhost/mywebsite/mypost
Local sites MUST be in VirtualHost!
See:
The need for Virtual Host
and
Wampserver 3 - Create or add a VirtualHost
and the VirtualHost MUST exist BEFORE the installation of a CMS or a web application like WordPress.
See:
Why to create a VirtualHost BEFORE installing a CMS Forum: WampServer English
Hi,
Check that there is no path to a PHP version or to the old Xampp installation in the Windows environment variables. If there is, delete them and restart the machine.
It is also possible that there are traces of Xampp in the registry that have not been removed by the uninstallation, do a search on xampp and remove the traces. It would be better to make a backup of the registry before! Forum: WampServer English
By copying the complete wamp64 folder, there will be no information in the registry and the updates and additions of versions will be impossible.
You have to install Wampserver in the exact same path as before the crash and eventually add the Apache, PHP, MySQL and MariaDB versions that were used before the crash.
And only then restore the VirtualHost folders of wamp64/www/, the httpd-vhost Forum: WampServer English
> What OS is the web server using?
You came to register on the Wampserver forum and answer and you don't know that Wampserver works only on Windows !
WAMP = Windows Apache MySQL PHP
Why did you register ? Forum: WampServer English
Qu'ai-je écrit précédemment ?
« Mais, pour l'utilisation du réseau, le service Apache wampapache64 ne doit pas être en Connexion de type système local mais sur le compte de session avec mot de passe »
Donc, Démarrer, Exécuter -> services.msc -> wampapache64
Onglet Connexion cocher Ce compte puis remplir les champs avec le compte voulu (Parcourir) et le mot de passe.
Appliquer puis Forum: WampServer Francais
Les VirtualHost peuvent être en dehors de l'arborescence c:\wamp64 :
Voir:
Le BESOIN DE VIRTUALHOST
et
Wampserver 3 - Créer ou ajouter un VirtualHost
et même sur le réseau, sur un NAS par exemple, déclaré avec un chemin UNC :
<VirtualHost *:80>
ServerName monsit-nas
DocumentRoot "//DS218/mesphotos"
<Directory "//DS218/mesphotos/">
Options +I Forum: WampServer Francais
Bonjour,
Explication nébuleuse !
Que voulez-vous faire exactement ? Que veut dire « joindre le serveur via l'interface web » ? Forum: WampServer Francais
Hi,
- Apache 2.4.56
Important: Before installing Apache 2.4.56, the Wampserver 3.3.1 update is necessary. It is also essential to have previously installed the Visual C ++ Redistributable Packages VC 2015-2022 (VS17) 14.34.31938 or more. See the bottom of this page for download links.
Integrates the Apache fcgi_module which allows to change the PHP version of each VirtualHost in order to o Forum: WampServer English
Bonjour,
- Apache 2.4.56 32 & 64bit
Important : Avant d'installer Apache 2.4.56., la mise à jour Wampserver 3.3.1 ou plus est nécessaire. Il est également indispensable d'avoir préalablement installé les Visual C++ Redistribuable Packages VC 2015-2022 (VS17) 14.34.31938 ou plus.
Intègre le module Apache fcgi_module qui permet de changer la version PHP de chaque VirtualHost afin d'obten Forum: WampServer Francais
The "Modify VirtualHost" form only allows you to add or remove the FCGI mode and/or the PHP version used by the FCGI mode.
If you want to modify the path of a VirtualHost, you have to do it directly in the httpd-vhosts.conf file without forgetting to do Right-Click -> Restart from zero so that it is taken into account. Forum: WampServer English
Bonjour,
Voir item - 4 - Démarrer les services dans un compte standard (Non administrateur) de Wampserver 3 - Quelques explications Forum: WampServer Francais
Hi,
By rereading all your messages, there is still something that challenges me!
'http://localhost/' => access denied
'http://localhost/phpmyadmin/' => OK
Then, you wrote :
<Directory "c:/wamp/www/">
and
12 - What is the full path to the installation of WampServer (eg D:\wamp\) i:\wamp
If Wamp is well installed in i:/wamp, it should be <Directory "i:/w Forum: WampServer English
Hi,
> What is the connection between the virtual host in httpd-vhosts and in httpd-ssl?
httpd-vhost.conf -> VirtualHost port 80
httpd-ssl.conf -> VirtualHost port 443 (Without localhost)
I previously gave you a link: How to activate https SSL in Wampserver everything is explained and works perfectly.
To be adapted according to your certificate. Forum: WampServer English
You have deleted the localhost VirtualHost, which you should not have done!
For your information, there is a backup of the httpd.conf and httpd-vhost.conf files that are functional right after installation in the wamp(64)\bin\apache2.4.xx\conf\original\wampserver\ folder Forum: WampServer English
Hi,
In httpd.conf there must be only :
# 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
and in httpd-ssl.conf there must be only:
#
# This is the Apache server configuration file providing SSL support.
# When we also provide SSL we have to listen Forum: WampServer English