Current Page: 1 of 1
Results 1 - 17 of 17
6 years ago
gray_b
Changing servername and serveralias has no effect. Besides, I believe its Apache convention to have ServerName www.example.com ServerAlias example.com Just a small reminder: If you do not ask questions you will never learn to become an expert, and Its no good having the knowledge and not sharing it.
Forum: WampServer English
6 years ago
gray_b
Dump of httpd-vhosts.conf <VirtualHost *:8080> ServerName localhost DocumentRoot c:/wamp64/www <Directory "c:/wamp64/www/"> Options +Indexes +Includes +FollowSymLinks +MultiViews AllowOverride All Require local </Directory> </VirtualHost> # <VirtualHost *:8080> ServerAdmin gvbale@bal&
Forum: WampServer English
6 years ago
gray_b
Hi- I have put new domain into hosts file. But it will not accept fruitnuttrees.co.uk only www.fruitnuttrees.co.uk I have also changed port from 7777 to 8080, but this does not change anything. VirtualHost configuration: Default server: localhost On port 8080 Virtual Host: localhost On port 8080 Virtual Host: www.fruitnuttrees.co.uk Still no luck in getting it running. I can ge
Forum: WampServer English
6 years ago
gray_b
Hi Riggsfolly When you say "Have you added this new domain to your hosts file?" Sorry for my ignorance, but is the Windows 10 c:\Windows\System32\Drivers\etc\hosts
Forum: WampServer English
6 years ago
gray_b
Just done that. It makes no difference. Besides in the past I have never put anything in httpd-vhosts.conf it has always been put in httpd.conf I have powered down my old computer, so nothing should be available from there. In trying to access www.fruitnuttrees.co.uk on Firefox on my new server, it waits then times out. Which means for some reason it is trying to access my old server whi
Forum: WampServer English
6 years ago
gray_b
Also as an extra to my two previous messages I have just found in httpd-vhosts.conf <VirtualHost *:7777> ServerName localhost DocumentRoot C:/wamp/www <Directory "C:/wamp/www/"> Options Indexes FollowSymLinks MultiViews AllowOverride All Require local </Directory> </VirtualHost> Does this cause me the problem??
Forum: WampServer English
6 years ago
gray_b
Also forgot to add to previous message. ***** 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 Port 80 is not found associated with TCP protocol ===== Tested by attempting to open a socket on port 80 ===== Your port 80 is not actually used.
Forum: WampServer English
6 years ago
gray_b
I think we are getting somewhere now. As I can get to come up with the WAMPSERVER page. Also I can get to show phpmyadmin and all of my databases. I can also get to display on screen some demo text. But I just cannot get into my website at (which is on this new computer). It still directs me to my old computer, even thou I have # out the virtual host for this site. I have r
Forum: WampServer English
6 years ago
gray_b
This is strange. I changed port to a random port, then back to 7777, and I get a green icon - All services running. But still localhost and website does not work. In testing port 7777 I get the following. ***** Test which uses port 7777 ***** ===== Tested by command netstat filtered on port 7777 ===== Test for TCP Your port 7777 is used by a processus with PID = 5860 The process
Forum: WampServer English
6 years ago
gray_b
Even though I have setup router Port Forwarding Rule - port 7777, protocol TCP, ip address 192.168.0.7 I get ***** Test which uses port 7777 ***** ===== Tested by command netstat filtered on port 7777 ===== Port 7777 is not found associated with TCP protocol Port 7777 is not found associated with TCP protocol ===== Tested by attempting to open a socket on port 7777 ===== Your
Forum: WampServer English
6 years ago
gray_b
problem is that there is no where that you can test port 7777. It is only capable of testing 80 and 3306. Do I have to remove all references to port 80 in httpd.conf ?? Localhost seems to work fine.
Forum: WampServer English
6 years ago
gray_b
Found it - just right click windows 10 tray icon and a tools menu comes up.
Forum: WampServer English
6 years ago
gray_b
Just upgraded to Apache 2.4.18 Mysql 5.6.29 php 7.0.3 wampserver 3.0.9 phpmyadmin 4.1.14 windows 10 Problem - I now cannot see where you can wampmanager -> Apache -> Use port other than 80
Forum: WampServer English
6 years ago
gray_b
Just installed Wampserver 3.0.3 I now see where you can wampmanager -> Apache -> Use port other than 80 I will have to do that tomorrow, as I off to bed.
Forum: WampServer English
6 years ago
gray_b
I assigned port number manually, as I cannot find any where to do it using wampmanager. All I can do is to test port 80 ? Apache 2.4.9 Mysql 5.6.17 php 5.5.12 wampserver 2.5 windows 10 vhosts is part of httpd.conf (extract as below) - Please note that www.abc.co.uk is a fictitious address NameVirtualHost *.7777 <VirtualHost *:7777> ServerAdmin gvba&#
Forum: WampServer English
6 years ago
gray_b
That went nice and smooth. Onto the next problem. My old WAMP is running on port 80. Router is setup for port forwarding 192.168.0.3 to port 80 TCP protocol. Everything works fine. httpd.conf is setup for port 80 etc with a virtualhost. However new PC with new WAMP on it does not work. Port selected is 7777. Router is setup for port forwarding 192.168.0.7 port 7777 TCP protocol. httpd.conf
Forum: WampServer English
6 years ago
gray_b
I have an old version of WAMP that is running fine at the moment, on an old machine behind a router. I want to leave that running, whilst I develop a new website on a new machine, connected to the same router, using a new version of WAMP. Does anybody have a set by step solution.
Forum: WampServer English
Current Page: 1 of 1