• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

AAC Account Maker issue

axewound

New Member
Joined
Aug 7, 2011
Messages
20
Reaction score
0
I can see the website, I have it setup, But other people can't.
The real issue here is that port (80) Is blocked by my isp.
So You go to the next step of using another port that's not in use,
The problem is no ports are open until a program request The ports use.
I have done all i can to figure out how to get xaamp to connect to a dif port..
And it is changed, but people can't get on the page..
I also have no -ip redirect it for port 80 to whatever port i choose with still, no luck.

Hopefully someone can shine some light on this issue.
 
It's not xampp who runs on that port, it's Apache (the webserver, which runs your website - this is included in xampp) which runs on that port.

I'm not entirely sure where the config file for Apache is within the Xampp bundle, but it's probably called httpd.conf. I recommend switching to Uniserver, which is better imo for windows.
If you use Uniserver it's located at \usr\local\apache2\conf\http.conf

Find & replace at:
Listen 80
Change 80 to your desired port.

Find & replace at:
NameVirtualHost *:80

Find & replace at:
<VirtualHost _default_:80>

Then restart Apache(2).
 
It's not xampp who runs on that port, it's Apache (the webserver, which runs your website - this is included in xampp) which runs on that port.

I'm not entirely sure where the config file for Apache is within the Xampp bundle, but it's probably called httpd.conf. I recommend switching to Uniserver, which is better imo for windows.
If you use Uniserver it's located at \usr\local\apache2\conf\http.conf

Find & replace at:
Listen 80
Change 80 to your desired port.

Find & replace at:
NameVirtualHost *:80

Find & replace at:
<VirtualHost _default_:80>

Then restart Apache(2).
Alright. My bad i had just woke up when i wrote that. I know appache uses that port.
The issue i'm facing is port 80-8080 and all the other ones are blocked by (Cox High speed Internet)
I know how to port foward, i have set my ip on the router outside the Dmz zone.
I've never herd of UniServer, How would changing That make it now connect to a port is closed?
 
It won't, it's just in general known to be better to use, and safer, then xampp.
Feel free to use xampp, but I can't guarantee the steps I've provided are 100% the same then.
 
It won't, it's just in general known to be better to use, and safer, then xampp.
Feel free to use xampp, but I can't guarantee the steps I've provided are 100% the same then.

Well I'm trying to figure out how to start? Uniserver?
An Is That going to help my issue of apache not using whatever port i'm asking?
Because if it was, then when it would try to be in use my modem would open and thus that port would
be open.
 
If you need help setting up Uniserver you can send me a PM if you'd like support via Teamviewer.
It's quite complicated to explain it here ;).

You can stay at xampp, I don't force you to move. I do recommend it tho.
 
Back
Top