I've been trying to get into the phpmyadmin on my pc for a while and no matter what I put into the login page nothing works plz help me.
↧
How do I log on as admin in phpmyadmin (2 replies)
↧
wamp server 3.1.7 with wordpress 5.0, how to use webite created to access by LAN connected computers (1 reply)
wamp server 3.1.7 with wordpress 5.0, how to use webite created to access by LAN connected computers
↧
↧
443 not a Listen Port (1 reply)
I'm running Win Server 2016,
Wamp 3.1.6
Apache 2.4.37
PHP 7.3
MYSQL 8.013
I am unable to use port 443 for ssl in a virtual host even though it is open on the firewall for SSL to allow incoming requests. I am UNABLE to ADD an additional Listen Port through the WAMP interface and it gives the error message below. Below is both the error message from WAMP and the virtual host settings from the VHOSTs file. Seems like a common basic problem but I'm surely stumped. Thanks
ERROR MSG:
"In the httpd-vhost.conf file: The Port used (443) for the VirtualHost dailymarkettrends.com:443 is not a Listen port"
VHOSTs Config:
Listen 443
<VirtualHost 23.98.128.174:443>
DocumentRoot "${INSTALL_DIR}/www/dailymarkettrends"
ServerName dailymarkettrends.com
ServerAlias www.dailymarkettrends.com
ServerAdmin support@baysidesoftware.com
ErrorLog "${INSTALL_DIR}/www/dailymarkettrends/ssllogs/error.log"
SSLEngine on
SSLCertificateFile "${INSTALL_DIR}/DMT_bin/Wamp64/Certs/www_dailymarkettrends_com.crt"
SSLCertificateKeyFile "${INSTALL_DIR}/DMT_bin/Wamp64/Certs/www_dailymarkettrends_com.key"
SSLCertificateChainFile "${INSTALL_DIR}/DMT_bin/Wamp64/Certs/DigiCertCA.crt"
<Directory "${INSTALL_DIR}/www/dailymarkettrends/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
Wamp 3.1.6
Apache 2.4.37
PHP 7.3
MYSQL 8.013
I am unable to use port 443 for ssl in a virtual host even though it is open on the firewall for SSL to allow incoming requests. I am UNABLE to ADD an additional Listen Port through the WAMP interface and it gives the error message below. Below is both the error message from WAMP and the virtual host settings from the VHOSTs file. Seems like a common basic problem but I'm surely stumped. Thanks
ERROR MSG:
"In the httpd-vhost.conf file: The Port used (443) for the VirtualHost dailymarkettrends.com:443 is not a Listen port"
VHOSTs Config:
Listen 443
<VirtualHost 23.98.128.174:443>
DocumentRoot "${INSTALL_DIR}/www/dailymarkettrends"
ServerName dailymarkettrends.com
ServerAlias www.dailymarkettrends.com
ServerAdmin support@baysidesoftware.com
ErrorLog "${INSTALL_DIR}/www/dailymarkettrends/ssllogs/error.log"
SSLEngine on
SSLCertificateFile "${INSTALL_DIR}/DMT_bin/Wamp64/Certs/www_dailymarkettrends_com.crt"
SSLCertificateKeyFile "${INSTALL_DIR}/DMT_bin/Wamp64/Certs/www_dailymarkettrends_com.key"
SSLCertificateChainFile "${INSTALL_DIR}/DMT_bin/Wamp64/Certs/DigiCertCA.crt"
<Directory "${INSTALL_DIR}/www/dailymarkettrends/">
Options +Indexes +Includes +FollowSymLinks +MultiViews
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
↧
PECL http extension (no replies)
I´m trying to install that extension for windows but the PEAR site it´s offline so i cant get go-pear.phar... And cant find the .DLL also on pear site...
Any suggestion ?
Thanks.
Any suggestion ?
Thanks.
↧
Cant access my projects on wan (no replies)
So here is situation.
i have setup that i can access wamp server from any device in my home.
I can access wamp64/www forder.
And when i select project folder: [prntscr.com]
Devices cannot access it. It says its not awailable and did you look for localhost.com
Any Ideas??
i have setup that i can access wamp server from any device in my home.
I can access wamp64/www forder.
And when i select project folder: [prntscr.com]
Devices cannot access it. It says its not awailable and did you look for localhost.com
Any Ideas??
↧
↧
Help creating a wiki for LAN - Forbiden you don't have permission (1 reply)
Good morning to all!
I'm new on wamp server and i need to create a wiki for my company, that will be shared only on my LAN.
I found a tutorial on the internet and follow it, but i can access my wiki only on the "local" machine. I've tried on another 3 LAN machines an i have the message: "
"Not Found. The requested URL / was not found on this server.
Apache/2.4.37 (Win64) PHP/7.2.14 Server at wikimultilogica Port 80"
The tutorial tells me that on the other machines on the LAN i only have to go to system32/drivers/etc folder, open the "hosts" file, add the ip of my machine (server) and the name of my wiki after that.
My apache httpd-vhosts.conf file:
#
# Virtual Hosts
#
<Directory C:\wamp64\www>
Order Deny,Allow
Allow from all
</Directory>
<VirtualHost *:80>
DocumentRoot "C:\wamp64\www\wiki"
ServerName wikimultilogica
</VirtualHost>
My local host file on system32/drivers/etc folder:
#
127.0.0.1 localhost
::1 localhost
127.0.0.1 wikimultilogica
::1 wikimultilogica
Wamp server icon is green. And on my machine i only see the wiki page when a type http ://localhost /wiki /index.php on browser.
Anyone can help me?
I'm new on wamp server and i need to create a wiki for my company, that will be shared only on my LAN.
I found a tutorial on the internet and follow it, but i can access my wiki only on the "local" machine. I've tried on another 3 LAN machines an i have the message: "
"Not Found. The requested URL / was not found on this server.
Apache/2.4.37 (Win64) PHP/7.2.14 Server at wikimultilogica Port 80"
The tutorial tells me that on the other machines on the LAN i only have to go to system32/drivers/etc folder, open the "hosts" file, add the ip of my machine (server) and the name of my wiki after that.
My apache httpd-vhosts.conf file:
#
# Virtual Hosts
#
<Directory C:\wamp64\www>
Order Deny,Allow
Allow from all
</Directory>
<VirtualHost *:80>
DocumentRoot "C:\wamp64\www\wiki"
ServerName wikimultilogica
</VirtualHost>
My local host file on system32/drivers/etc folder:
#
127.0.0.1 localhost
::1 localhost
127.0.0.1 wikimultilogica
::1 wikimultilogica
Wamp server icon is green. And on my machine i only see the wiki page when a type http ://localhost /wiki /index.php on browser.
Anyone can help me?
↧
Wamp 3 does not show me the second pages (1 reply)
Hi,
i am also having the same problem.
Did you get the solution ??
Thanks
i am also having the same problem.
Did you get the solution ??
Thanks
↧
Win 10 - Cant access local files from online website (Twine editor), Win 7 Works. (no replies)
* 1. Windows 10 1809 64Bit
* 2. Wamp Version 3.1.7 - 64bit
* 3. Apache Version: 2.4.37
* 4. PHP Version: 7.2.14
* 5. MySQL Version: 5.7.24
* 6. MariaDB Version: 10.3.12
* 7. Icon is Green.
* 8. I have access to localhost.
* 9. I have access to phpMyAdmin
? 10. Apache test por 80 shows at the bottom "Error number: 10060 - Error string: A connection attempt failed because the connected party did not properly respond..." - Screenshot = [firebasestorage.googleapis.com]
* 11. Standard Windows 10 Defender + Malwarebytes, Both Disabled
* 12. D:\wamp64\
* 13. No other virtual hosts.
Local images (Ie. h ttp://127.0.0.1/resources/mod00/images/ui/fix.png)
from a wamp server showing are up as blank/missing pictures' icon with an address of about:blank#blocked.
I'm using Twine 2's online editor to create a html-based game and none of the images from my local desktop are loading.
Works fine on my Windows 7 machine both online & local file,
Works fine on Win 10 when running the html file from my desktop,
But not on a Windows 10 rig while accessing the file via a website. (https://twinery.org/)
Does someone know what I'm missing or doing wrong?
Or how to unblock images or allow websites access to local files in Windows 10?
Edge showing blank,
Chrome showing missing image icon with "about:blank#blocked."
Just installed Windows 10, only security software is standard Win10 AV & Malware bytes, both off atm,
Firewall is Off
Icon is green
I did install:
--- Microsoft Visual C/C++ Redistributable 2008 (VC9),
--- Microsoft Visual C/C++ Redistributable 2010 (VC10),
--- Microsoft Visual C/C++ Redistributable 2012 (VC11),
--- Microsoft Visual C/C++ Redistributable 2013 (VC13),
--- Microsoft Visual C/C++ Redistributable 2015 (VC14),
--- Microsoft Visual C/C++ Redistributable 2017 (VC15)
Screenshots:
BLANK - [firebasestorage.googleapis.com]
WORKING - [firebasestorage.googleapis.com]
* 2. Wamp Version 3.1.7 - 64bit
* 3. Apache Version: 2.4.37
* 4. PHP Version: 7.2.14
* 5. MySQL Version: 5.7.24
* 6. MariaDB Version: 10.3.12
* 7. Icon is Green.
* 8. I have access to localhost.
* 9. I have access to phpMyAdmin
? 10. Apache test por 80 shows at the bottom "Error number: 10060 - Error string: A connection attempt failed because the connected party did not properly respond..." - Screenshot = [firebasestorage.googleapis.com]
* 11. Standard Windows 10 Defender + Malwarebytes, Both Disabled
* 12. D:\wamp64\
* 13. No other virtual hosts.
Local images (Ie. h ttp://127.0.0.1/resources/mod00/images/ui/fix.png)
from a wamp server showing are up as blank/missing pictures' icon with an address of about:blank#blocked.
I'm using Twine 2's online editor to create a html-based game and none of the images from my local desktop are loading.
Works fine on my Windows 7 machine both online & local file,
Works fine on Win 10 when running the html file from my desktop,
But not on a Windows 10 rig while accessing the file via a website. (https://twinery.org/)
Does someone know what I'm missing or doing wrong?
Or how to unblock images or allow websites access to local files in Windows 10?
Edge showing blank,
Chrome showing missing image icon with "about:blank#blocked."
Just installed Windows 10, only security software is standard Win10 AV & Malware bytes, both off atm,
Firewall is Off
Icon is green
I did install:
--- Microsoft Visual C/C++ Redistributable 2008 (VC9),
--- Microsoft Visual C/C++ Redistributable 2010 (VC10),
--- Microsoft Visual C/C++ Redistributable 2012 (VC11),
--- Microsoft Visual C/C++ Redistributable 2013 (VC13),
--- Microsoft Visual C/C++ Redistributable 2015 (VC14),
--- Microsoft Visual C/C++ Redistributable 2017 (VC15)
Screenshots:
BLANK - [firebasestorage.googleapis.com]
WORKING - [firebasestorage.googleapis.com]
↧
I want to host a social media site myself (no replies)
I got a basic handal on wamp I'm trying to find social media sites that i can experiment with in it but I can't find any social media sites source code I can download that actually work in wamp the only thing I got working was WordPress help me by sending the link to a social media site source code I can download
↧
↧
Not showing www directory (no replies)
Hi, this is Vikash . While working on a project I deleted my whole www directory folder mistakenly. Now I am unable to get that back and find my project. Is there any way to recover that folder. It is showing error
" Could not execute menu item (internal error) [Exception] Could not execute shellexecute action: The system
cannot find the file specified".
" Could not execute menu item (internal error) [Exception] Could not execute shellexecute action: The system
cannot find the file specified".
↧
Not showing www directory (no replies)
Hi, this is Vikash . While working on a project I deleted my whole www directory folder mistakenly. Now I am unable to get that back and find my project. Is there any way to recover that folder. It is showing error
" Could not execute menu item (internal error) [Exception] Could not execute shellexecute action: The system
cannot find the file specified".
" Could not execute menu item (internal error) [Exception] Could not execute shellexecute action: The system
cannot find the file specified".
↧
recovery wamp old date (1 reply)
hi.
I have wamp backup date file(old windows).
now I install new wamp.how use this backup?
when I copy old backup driver\wamp64\bin\mysql\mysql5.7.9\data
to c:\wamp64\bin\mysql\mysql5.7.9\data
wampserver not running
how do it?
I have wamp backup date file(old windows).
now I install new wamp.how use this backup?
when I copy old backup driver\wamp64\bin\mysql\mysql5.7.9\data
to c:\wamp64\bin\mysql\mysql5.7.9\data
wampserver not running
how do it?
↧
php 5.6 (5.5?) ssh2_connect unavailable (1 reply)
Hi,
I tried installing the ssh2 extension with PHP 5.6 but it is failing.
[04-Feb-2019 16:18:04 UTC] PHP Warning: PHP Startup: ssh2: Unable to initialize module
Module compiled with module API=20121212
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
The version I downloaded was for php 5.5 on this page: [pecl.php.net]
because there was no php 5.6 version.
If this is the reason why it is not working, then how can I get php 5.5 on wamp or find a ssh2 version that works with php 5.6.35
I'm on WAMP 3.1.3
Thanks for responding.
I tried installing the ssh2 extension with PHP 5.6 but it is failing.
[04-Feb-2019 16:18:04 UTC] PHP Warning: PHP Startup: ssh2: Unable to initialize module
Module compiled with module API=20121212
PHP compiled with module API=20131226
These options need to match
in Unknown on line 0
The version I downloaded was for php 5.5 on this page: [pecl.php.net]
because there was no php 5.6 version.
If this is the reason why it is not working, then how can I get php 5.5 on wamp or find a ssh2 version that works with php 5.6.35
I'm on WAMP 3.1.3
Thanks for responding.
↧
↧
Full Access Remote Database Connection (1 reply)
Hello,
I am running a very small local web-based / browser-based customer sign up platform. At the moment it is running on Wamp.
I am trying to connect to a database on Sever A on a local network running wampserver 3.1.4. I want to connect to the database on server A to populate a list of data on Server B. I want Sever B to have full access to the DB on Sever A.
From what I have researched I need to enable "Remote MySql" and allow the IP of Server B. However, this exact method is not possible with Wamp (it seems) as it seems to be a cPanel thing.
I understand how to write PHP script to connect to the DB remotely. I just don't understand how to allow access from a remote machine running its own instance of Wamp. If I allow the IP of the Sever B in my vhosts.conf script is that enough to allow it access to the Server A database?
Can anyone explain to me how to configure full access the DB on Sever A from Server B or lead me to an online resource?
Thanks for any help.
I am running a very small local web-based / browser-based customer sign up platform. At the moment it is running on Wamp.
I am trying to connect to a database on Sever A on a local network running wampserver 3.1.4. I want to connect to the database on server A to populate a list of data on Server B. I want Sever B to have full access to the DB on Sever A.
From what I have researched I need to enable "Remote MySql" and allow the IP of Server B. However, this exact method is not possible with Wamp (it seems) as it seems to be a cPanel thing.
I understand how to write PHP script to connect to the DB remotely. I just don't understand how to allow access from a remote machine running its own instance of Wamp. If I allow the IP of the Sever B in my vhosts.conf script is that enough to allow it access to the Server A database?
Can anyone explain to me how to configure full access the DB on Sever A from Server B or lead me to an online resource?
Thanks for any help.
↧
Looking for this topic... (4 replies)
Hello All,
I have been looking for a topic - upgrading WAMP from 3.1x (or 3.x) to latest version.. in this case 3.17 at the time of this post... I don't seem to find anythying specifically that, but instead upgrade instructions where it is indicated that those instructions are specific to upgrading WAMP 2 to WAMP 3.
Still searching, but if there is such info posted, could you post a link pls?
I have been looking for a topic - upgrading WAMP from 3.1x (or 3.x) to latest version.. in this case 3.17 at the time of this post... I don't seem to find anythying specifically that, but instead upgrade instructions where it is indicated that those instructions are specific to upgrading WAMP 2 to WAMP 3.
Still searching, but if there is such info posted, could you post a link pls?
↧
Apache Service Not Starting (no replies)
I've been trying to get this to work for the better part of 2 hours.
I read the TROUBLESHOOTING TIPS thread (among a few others), as well as followed the installation instructions to the letter.
It appears that somewhere along the way port 80 is blocked or already being used, but I cannot figure out how.
I do not have Skype. Below are the 13 answers you require for posting a help thread.
1 - Win 10 Pro 64bit
2 - WampServer Version 3.1.7 64bit
3 - Apache 2.4.37 Port 80- PHP 7.2.14
4 - PHP 5.6.40 for CLI (Command-Line Interface)
5 - MySQL 5.7.24 Port 3306
5a - MariaDB 10.3.12 Port 3307
6 - Icon Color is Orange
When all goes well it should be green, but it may be red or orange.
If the WampServer icon is NOT GREEN please ensure you have looked at these files :-
a - Apache error log
-- ( wampmanager -> Apache -> Apache error log )
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80
AH00451: no listening sockets available, shutting down
[Thu Feb 07 04:26:05.844062 2019] [:emerg] [pid 8528:tid 664] AH00019: Unable to open logs, exiting
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80
AH00451: no listening sockets available, shutting down
[Fri Feb 08 05:54:22.301735 2019] [:emerg] [pid 6180:tid 544] AH00019: Unable to open logs, exiting
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80
AH00451: no listening sockets available, shutting down
[Fri Feb 08 06:09:04.949520 2019] [:emerg] [pid 1448:tid 620] AH00019: Unable to open logs, exiting
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80
AH00451: no listening sockets available, shutting down
[Fri Feb 08 06:18:36.663507 2019] [:emerg] [pid 1852:tid 600] AH00019: Unable to open logs, exiting
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80
AH00451: no listening sockets available, shutting down
[Fri Feb 08 06:24:44.081479 2019] [:emerg] [pid 5100:tid 624] AH00019: Unable to open logs, exiting
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80
AH00451: no listening sockets available, shutting down
[Fri Feb 08 06:25:07.613761 2019] [:emerg] [pid 9472:tid 692] AH00019: Unable to open logs, exiting
-- ( wampmanager -> Apache -> Apache access log )
[EMPTY]
b - MySQL error log ( wampmanager -> MySQL -> MySQL log )
[N/A - Service started]
b1 - MariaDB error log ( wampmanager -> MariaDB -> Mariadb log )
[N/A - Service started]
c - PHP error log ( wampmanager -> PHP -> PHP error log )
[N/A - Service started]
Depending on the error, one or all of the above may be empty so also look at
d - The windows event viewer
If you find any errors that you cannot fix for yourself please post the COMPLETE EXACT error message in your question.
The Apache service named reported the following error:
>>> (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80 .
The Apache service named reported the following error:
>>> (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80 .
[This is strange because when I test port 80 in WAMP is says]
***** Test which uses port 80 *****
===== Tested by command netstat filtered on port 80 =====
Test for TCP
Port 80 is not found associated with TCP protocol
Test for TCPv6
Your port 80 is used by a processus with PID = 4
The processus of PID 4 is 'System' Session: Services
The service of PID 4 for 'System' is 'N/A'
*** ERROR *** This service IS NOT from Wampserver - Should be: 'wampapache64'
===== Tested by attempting to open a socket on port 80 =====
Your port 80 seems not actually used.
Unable to initiate a socket connection
Error number: 10061 - Error string: No connection could be made because the target machine actively refused it.
7 - In the file c:\Windows\System32\drivers\etc\hosts, what are the active lines?
* Active means no # at the beginning of the line.
127.0.0.1 localhost
::1 localhost
If the WampServer icon is green:
8 - Do you have access to localhost (Homepage WampServer)?
Nope
8a - If so, is there an error message at the bottom of the page?
9 - Do you have access to phpMyAdmin?
Not sure yet... can't get Apache to start.
10 - If you refer to an error message, please include the EXACT wording of the error in your post
11 - If you use an Antivirus and / or Firewall, please include the names of these
Just Windows Defender and Firewall. It doesn't appear to have port 80 blocked anywhere but I would love some ideas
12 - What is the full path to the installation of WampServer
C:\wamp
13 - If you have one or more Virtual Hosts defined, please show their definition(s)
No VHs
I read the TROUBLESHOOTING TIPS thread (among a few others), as well as followed the installation instructions to the letter.
It appears that somewhere along the way port 80 is blocked or already being used, but I cannot figure out how.
I do not have Skype. Below are the 13 answers you require for posting a help thread.
1 - Win 10 Pro 64bit
2 - WampServer Version 3.1.7 64bit
3 - Apache 2.4.37 Port 80- PHP 7.2.14
4 - PHP 5.6.40 for CLI (Command-Line Interface)
5 - MySQL 5.7.24 Port 3306
5a - MariaDB 10.3.12 Port 3307
6 - Icon Color is Orange
When all goes well it should be green, but it may be red or orange.
If the WampServer icon is NOT GREEN please ensure you have looked at these files :-
a - Apache error log
-- ( wampmanager -> Apache -> Apache error log )
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80
AH00451: no listening sockets available, shutting down
[Thu Feb 07 04:26:05.844062 2019] [:emerg] [pid 8528:tid 664] AH00019: Unable to open logs, exiting
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80
AH00451: no listening sockets available, shutting down
[Fri Feb 08 05:54:22.301735 2019] [:emerg] [pid 6180:tid 544] AH00019: Unable to open logs, exiting
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80
AH00451: no listening sockets available, shutting down
[Fri Feb 08 06:09:04.949520 2019] [:emerg] [pid 1448:tid 620] AH00019: Unable to open logs, exiting
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80
AH00451: no listening sockets available, shutting down
[Fri Feb 08 06:18:36.663507 2019] [:emerg] [pid 1852:tid 600] AH00019: Unable to open logs, exiting
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80
AH00451: no listening sockets available, shutting down
[Fri Feb 08 06:24:44.081479 2019] [:emerg] [pid 5100:tid 624] AH00019: Unable to open logs, exiting
(OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80
AH00451: no listening sockets available, shutting down
[Fri Feb 08 06:25:07.613761 2019] [:emerg] [pid 9472:tid 692] AH00019: Unable to open logs, exiting
-- ( wampmanager -> Apache -> Apache access log )
[EMPTY]
b - MySQL error log ( wampmanager -> MySQL -> MySQL log )
[N/A - Service started]
b1 - MariaDB error log ( wampmanager -> MariaDB -> Mariadb log )
[N/A - Service started]
c - PHP error log ( wampmanager -> PHP -> PHP error log )
[N/A - Service started]
Depending on the error, one or all of the above may be empty so also look at
d - The windows event viewer
If you find any errors that you cannot fix for yourself please post the COMPLETE EXACT error message in your question.
The Apache service named reported the following error:
>>> (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80 .
The Apache service named reported the following error:
>>> (OS 10048)Only one usage of each socket address (protocol/network address/port) is normally permitted. : AH00072: make_sock: could not bind to address [::]:80 .
[This is strange because when I test port 80 in WAMP is says]
***** Test which uses port 80 *****
===== Tested by command netstat filtered on port 80 =====
Test for TCP
Port 80 is not found associated with TCP protocol
Test for TCPv6
Your port 80 is used by a processus with PID = 4
The processus of PID 4 is 'System' Session: Services
The service of PID 4 for 'System' is 'N/A'
*** ERROR *** This service IS NOT from Wampserver - Should be: 'wampapache64'
===== Tested by attempting to open a socket on port 80 =====
Your port 80 seems not actually used.
Unable to initiate a socket connection
Error number: 10061 - Error string: No connection could be made because the target machine actively refused it.
7 - In the file c:\Windows\System32\drivers\etc\hosts, what are the active lines?
* Active means no # at the beginning of the line.
127.0.0.1 localhost
::1 localhost
If the WampServer icon is green:
8 - Do you have access to localhost (Homepage WampServer)?
Nope
8a - If so, is there an error message at the bottom of the page?
9 - Do you have access to phpMyAdmin?
Not sure yet... can't get Apache to start.
10 - If you refer to an error message, please include the EXACT wording of the error in your post
11 - If you use an Antivirus and / or Firewall, please include the names of these
Just Windows Defender and Firewall. It doesn't appear to have port 80 blocked anywhere but I would love some ideas
12 - What is the full path to the installation of WampServer
C:\wamp
13 - If you have one or more Virtual Hosts defined, please show their definition(s)
No VHs
↧
How Do I Change Skype Port? (no replies)
please do you know how to change skype port on windows 10, my skpe version different from old one interface.
↧
↧
Fresh install, all green - havent seen this error before (3 replies)
I have installed WAMP 3.1.7, and updated all the addons to latest versions
Apache : 2.4.38
PHP : 7.3.2
MySQL : 5.7.25
MariaDB : 10.3.12
All is green. No virtual hosts yet.
When I try to add a new Virtual Host, I get this error on the top of the screen:
Notice: Undefined index : passadd in E:\wamp_3x_64\www\add_vhost.php on line 312
Apache : 2.4.38
PHP : 7.3.2
MySQL : 5.7.25
MariaDB : 10.3.12
All is green. No virtual hosts yet.
When I try to add a new Virtual Host, I get this error on the top of the screen:
Notice: Undefined index : passadd in E:\wamp_3x_64\www\add_vhost.php on line 312
↧
Why is WAMP server asking me to remove Windows PHP PATH if I need it to use CLI interface ? (1 reply)
Hello,
I don't understand why WAMP is asking me to remove Windows PATH to any PHP version if I need it to use a CLI.
For example I need sometime to run the command php artisan, but if I disabled the PATH variable I can't issue this command anymore.
Maybe I am missing something, can someone explain me ?
Thanks !
I don't understand why WAMP is asking me to remove Windows PATH to any PHP version if I need it to use a CLI.
For example I need sometime to run the command php artisan, but if I disabled the PATH variable I can't issue this command anymore.
Maybe I am missing something, can someone explain me ?
Thanks !
↧
Wamp shows green icon but server is Offline (All Services Working) (3 replies)
Hi guys!
Need urgent help. Just installed correctly Wamp on Windows 10, but it shows the green icon and Server Offline, while All Services Working.
How can I solve this issue?
I have seen Skype could give problems regarding the door 80, but I am disconnected from Skype.
Thanks in advance for helping.
Cheers,
Nicola
Need urgent help. Just installed correctly Wamp on Windows 10, but it shows the green icon and Server Offline, while All Services Working.
How can I solve this issue?
I have seen Skype could give problems regarding the door 80, but I am disconnected from Skype.
Thanks in advance for helping.
Cheers,
Nicola
↧