domain not online?
Posted by: sTimulated (---.plus.com)
Date: August 08, 2020 03:40PM

icon is green,services running,httpd.conf and vhost edited correctly
localhost shows domain site
port 80 forwarded
ping domain translates to my wan IP but all time out

Options: ReplyQuote
Re: domain not online?
Posted by: RiggsFolly (Moderator)
Date: August 08, 2020 03:46PM

Words in short sentences
meaning is not conveyed.

If you want help then by all means ask. BUT WE ARE NOT CLAIRVOYANT!!!!!

If you cannot be bothered to explain your problem well and in full, we are DEFINITELY not going to start a game of 20 Questions with you.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-



Edited 1 time(s). Last edit at 08/08/2020 04:56PM by RiggsFolly.

Options: ReplyQuote
Re: domain not online?
Posted by: sTimulated (---.plus.com)
Date: August 08, 2020 04:50PM

RiggsFolly Wrote:
-------------------------------------------------------
> Words in short sentences
> meaning is not conveyed.
>
> If you want help then by all means ask. BUT WE ARE
> NOT CLAIRVOYANT!!!!!
>
> If you cannot be bohered to explain your problem
> well and in full, we are DEFINITELY not going to
> start a game of 20 Questions with you.


hahha ye sorry bout that,forgot to add that bit before I clicked send,was retracing my steps.

So,my domain was directed to a different server,I changed that redirect to my own static IP.
started wamp,installed apache/sql service,icon goes red,amber,green.
all vhost/httpd edits were done by you yrs ago,I just updated one to a live domain instead of a dead one.
pinging my domain name comes up with my WAN IP but times out.
typing localhost in the browser shows the website/domain.
port 80 and 3306 opened

All my php,sql etc will be way out of date but it's needed to run the old games/stats etc

Somewhere it has fallen down though............

Thanks

Options: ReplyQuote
Re: domain not online?
Posted by: RiggsFolly (Moderator)
Date: August 08, 2020 04:59PM

Did you Port Forward your Router?

By default, the normal operation of a router is to reject any incoming connection that dos not have a corresponding outgoing request for data from that IP.

Its called the NAT Firewall

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: domain not online?
Posted by: sTimulated (---.plus.com)
Date: August 08, 2020 06:01PM

RiggsFolly Wrote:
-------------------------------------------------------
> Did you Port Forward your Router?
>
> By default, the normal operation of a router is to
> reject any incoming connection that dos not have a
> corresponding outgoing request for data from that
> IP.
>
> Its called the NAT Firewall


ye,forwarded to correct IP/pc

Options: ReplyQuote
Re: domain not online?
Posted by: RiggsFolly (Moderator)
Date: August 09, 2020 11:47AM

Ok, can we know the domain, and then see your VHOST definitions please.

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: domain not online?
Posted by: sTimulated (---.plus.com)
Date: August 10, 2020 07:49PM

RiggsFolly Wrote:
-------------------------------------------------------
> Ok, can we know the domain, and then see your
> VHOST definitions please.


It's nigh on 10yrs since you and steve fixed my install,so I'll try n get ya up to speed.
Needed php4 to keep running some older software so I have 2 apache's,2.0.63 and 2.2.22,one with php4
also 2 php's,5.3.4 and 5.4.3
mysql is 5.5.24

New domain name is teamagoo.uk

So my vhost looks like this although I don't think it's used as it's in 2.2.22 and 2.0.63 is active.
Plus it wasn't changed when I was running it last time,only just changed it now.

NameVirtualHost *:80

<VirtualHost *:80>
ServerName www.teamagoo.uk
ServerAlias teamagoo.uk
DocumentRoot C:/wamp/www/teamagoo
ErrorLog C:/wamp/www/teamagoo/logs/error.log
CustomLog C:/wamp/www/teamagoo/logs/access.log common
</VirtualHost>

<VirtualHost *:80>
ServerName localhost
DocumentRoot C:/wamp/www
ErrorLog C:/wamp/www/logs/error.log
CustomLog C:/wamp/www/logs/access.log common
</VirtualHost>

This is the old one,I only used to run the 1 website but then needed the php4 stuff.
Steve made magic again and stuffed it all in one place,made files cross reference or something etc

NameVirtualHost *:80

<VirtualHost *:80>
ServerName www.stimulatedgaming.com
ServerAlias stimulatedgaming.com
DocumentRoot C:/wamp/www/stimulatedgaming
ErrorLog C:/wamp/www/stimulatedgaming/logs/error.log
CustomLog C:/wamp/www/stimulatedgaming/logs/access.log common
</VirtualHost>


<VirtualHost *:80>
ServerName stimulatedgaming.com/Forum
ServerAlias Forum
DocumentRoot C:/wamp/www/stimulatedgaming/Forum
ErrorLog C:/wamp/www/logs/error.log
CustomLog C:/wamp/www/logs/access.log common
</VirtualHost>


<VirtualHost *:80>
ServerName localhost
DocumentRoot C:/wamp/www
ErrorLog C:/wamp/www/logs/error.log
CustomLog C:/wamp/www/logs/access.log common
</VirtualHost>



my httpd looks like this and is in the active 2.0.63,mostly because that's how you said it should be back then smiling smiley
Gaming stuff I had back then and are starting back up now needed to 'think' it was in the root directory www folder.
I think the 1st lines are your magicery to make that work but it all worked back then.

This is basically the same wamp folder from back then....


this is original from back then,I just deleted dead domains and changed one to my new one.
Essentially I'm resurrecting stg2142.com but now its called teamagoo.uk

<VirtualHost *:80>
DocumentRoot "c:/wamp/www"
ServerName localhost
ErrorLog C:/wamp/www/logs/error.log
CustomLog C:/wamp/www/logs/access.log common
<Directory "c:/wamp/www">
AllowOverride All
Order Allow,Deny
Allow from 127.0.0.1 localhost
</Directory>
</VirtualHost>

<VirtualHost *:80>
DocumentRoot "c:/wamp/www/stimulatedgaming"
ServerName www.stimulatedgaming.com
ServerAlias stimulatedgaming.com *.stimulatedgaming.com
ErrorLog C:/wamp/www/stimulatedgaming/logs/sTG_error.log
CustomLog C:/wamp/www/stimulatedgaming/logs/sTG_access.log common
<Directory "c:/wamp/www/stimulatedgaming">
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>

<VirtualHost *:80>
DocumentRoot "c:/wamp/www/stimulatedgaming/Forum"
ServerName www.stimulatedgaming.com/Forum
ServerAlias stimulatedgaming.com/Forum *.stimulatedgaming.com/Forum
ErrorLog C:/wamp/www/stimulatedgaming/Forum/logs/sTG_Forum_error.log
CustomLog C:/wamp/www/stimulatedgaming/Forum/logs/sTG_Forum_access.log common
<Directory "c:/wamp/www/stimulatedgaming/Forum">
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>

<VirtualHost *:80>
DocumentRoot "c:/wamp/www/stg2142"
ServerName www.stg2142.com
ServerAlias stg2142.com *.stg2142.com
ErrorLog C:/wamp/www/stg2142/logs/stg2142_error.log
CustomLog C:/wamp/www/stg2142/logs/stg2142_access.log common
<Directory "c:/wamp/www/stg2142">
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>

<VirtualHost *:80>
DocumentRoot "c:/wamp/www/raob-grasmere"
ServerName www.raob-grasmere.org.uk
ServerAlias raob-grasmere.org.uk *.raob-grasmere.org.uk
ErrorLog C:/wamp/www/raob-grasmere/logs/raob-grasmere_error.log
CustomLog C:/wamp/www/raob-grasmere/logs/raob-grasmere_access.log common
<Directory "c:/wamp/www/raob-grasmere">
AllowOverride All
Order Allow,Deny
Allow from all
</Directory>
</VirtualHost>


Include "c:/wamp/alias/*"


I did try xampp just before and it worked,just would rather use wamp as more familiar with it.
my wamp is v 2.2



Edited 4 time(s). Last edit at 08/10/2020 07:55PM by sTimulated.

Options: ReplyQuote
Re: domain not online?
Posted by: RiggsFolly (Moderator)
Date: August 11, 2020 01:35PM

Well I did ask for a full explanation didn't I smiling smiley

Ok, which site is it that is causing you problems. I tried pinging all of them and they do not all go to the same IP Address, which I think is a little odd


C:\Users\chris>ping -n 1 www.raob-grasmere.org.uk
Ping request could not find host www.raob-grasmere.org.uk. Please check the name and try again.

C:\Users\chris>ping -n 1 raob-grasmere.org.uk
Ping request could not find host raob-grasmere.org.uk. Please check the name and try again.

C:\Users\chris>ping -n 1 teamagoo.uk

Pinging teamagoo.uk [80.229.1.86] with 32 bytes of data:
Request timed out.

Ping statistics for 80.229.1.86:
    Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),

C:\Users\chris>ping -n 1 stimulatedgaming.com

Pinging stimulatedgaming.com [3.216.121.17] with 32 bytes of data:
Request timed out.

Ping statistics for 3.216.121.17:
    Packets: Sent = 1, Received = 0, Lost = 1 (100% loss),

C:\Users\chris>ping -n 1 www.stimulatedgaming.com

Pinging static-landers-df718b211b09a50c.elb.us-east-1.amazonaws.com [54.85.65.140] with 32 bytes of data:
Request timed out.

Ping statistics for 54.85.65.140:
    Packets: Sent = 1, Received = 0, Lost = 1 (100% loss)

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: domain not online?
Posted by: sTimulated (---.plus.com)
Date: August 12, 2020 06:54PM

All of them except teamagoo.uk are not mine any more,I used to have them but no more.
I will remove from files.

I'm not running 24/7,will only be at weekends....and ping isn't 'allowed' so wont get a reply anyway.



Edited 1 time(s). Last edit at 08/12/2020 07:07PM by sTimulated.

Options: ReplyQuote
Re: domain not online?
Posted by: sTimulated (---.plus.com)
Date: August 13, 2020 01:19AM

Just changed to a modem to router combo instead of all in one.
now my domain goes to my router login page and thats without even wamp running?

Options: ReplyQuote
Re: domain not online?
Posted by: RiggsFolly (Moderator)
Date: August 13, 2020 01:11PM

Thats becase you have not port forwarded the port (probably 80) you are using to access your web server

---------------------------------------------------------------------------------------------
(Windows 10 Pro 64bit) (Wampserver 3.3.4 64bit) Aestan Tray Menu 3.2.5.4
<Apache versions MULTIPE> <PHP versions MULTIPLE> <MySQL Versions MULTIPLE>
<MariaDB versions MULTIPLE> <phpMyAdmin versions MULTIPLE> <MySQL Workbench 8.0.23>

Read The Manuals Apache -- MySQL -- PHP -- phpMyAdmin
Get your Apache/MySQL/mariaDB/PHP ADDONs here from the WAMPServer alternate Repo
-X-X-X- Backup your databases regularly Here is How dont regret it later! Yes even when developing -X-X-X-

Options: ReplyQuote
Re: domain not online?
Posted by: sTimulated (---.plus.com)
Date: August 15, 2020 09:31AM

RiggsFolly Wrote:
-------------------------------------------------------
> Thats becase you have not port forwarded the port
> (probably 80) you are using to access your web
> server


Was also a NAT filter setting in the router,up n running now.

Thanks Riggs

Options: ReplyQuote


Sorry, only registered users may post in this forum.