WAMP Problem

Page 1 of 2 12 LastLast
Results 1 to 25 of 35
  1. #1
    Proficient Member eagledude4 is offline
    MemberRank
    Jun 2009 Join Date
    BedroomLocation
    195Posts

    WAMP Problem

    I couldn't find the correct thread to post this, but it concerns my Gunz Server so it makes some sense to put it here.

    So the problem is my index page can't be accessed non-locally. (putting my no-ip host or my wan IP address in the URL bar won't load a page)

    - WAMP Server is running (online and taskbar icon is white)

    - Port 80 is forwarded

    - No-IP Duc is running (Hosts are online)

    - Index page can be accessed locally, but not by using my hosts or Wan-IP.

    - Portforwarding 80 on either my Local IP-address, default Gateway, or WAN-IP doesn't load the page.

    - The hosts: dark-karma.no-ip.biz & karmagames.no-ip.biz

    - Canyouseeme says port 80 is opened on my wan ip after I portforwarded 80 on my local IP-address

    Teamviewer help would be greatly appreciated.
    Last edited by eagledude4; 14-06-10 at 04:47 AM.


  2. #2
    Proficient Member eagledude4 is offline
    MemberRank
    Jun 2009 Join Date
    BedroomLocation
    195Posts

    Re: WAMP Problem

    can someone reply please

  3. #3
    Animu Addicted Number12 is offline
    MemberRank
    Apr 2008 Join Date
    Old Sunny CALocation
    1,264Posts

    Re: WAMP Problem

    Hmm well I don't know wamp but apache is always better. Maybe it's ur Internet or maybe your router? 0.o
    Posted via Mobile Device

  4. #4
    Account Upgraded | Title Enabled! yurij13 is offline
    MemberRank
    Jul 2007 Join Date
    387Posts

    Re: WAMP Problem

    wamp is 100% better :)
    and i got the same problem no page loads

  5. #5
    Proficient Member eagledude4 is offline
    MemberRank
    Jun 2009 Join Date
    BedroomLocation
    195Posts

    Re: WAMP Problem

    Let's keep this topic going, I need to fix my wamp asap.

  6. #6
    Account Upgraded | Title Enabled! randy1234 is offline
    MemberRank
    Mar 2009 Join Date
    SingaporeLocation
    1,196Posts

    Re: WAMP Problem

    use appsev

  7. #7
    Proficient Member eagledude4 is offline
    MemberRank
    Jun 2009 Join Date
    BedroomLocation
    195Posts

    Re: WAMP Problem

    Quote Originally Posted by randy1234 View Post
    use appsev
    This doesn't work either.

    ---------- Post added at 03:37 PM ---------- Previous post was at 03:35 PM ----------

    Teamviewer someone?

  8. #8
    Proficient Member eagledude4 is offline
    MemberRank
    Jun 2009 Join Date
    BedroomLocation
    195Posts

    Re: WAMP Problem

    Someone

  9. #9
    Enthusiast kenvelo is offline
    MemberRank
    Mar 2009 Join Date
    39Posts

    Re: WAMP Problem

    After the ip put :8080

  10. #10
    Proficient Member eagledude4 is offline
    MemberRank
    Jun 2009 Join Date
    BedroomLocation
    195Posts

    Re: WAMP Problem

    Quote Originally Posted by kenvelo View Post
    After the ip put :8080
    Do you mean port forward 8080?

  11. #11
    Proficient Member eagledude4 is offline
    MemberRank
    Jun 2009 Join Date
    BedroomLocation
    195Posts

    Re: WAMP Problem

    Hello?

  12. #12
    The End Of The World~~ Night2Dark2 is offline
    MemberRank
    Feb 2007 Join Date
    Inside a box.Location
    259Posts

    Re: WAMP Problem

    Are you sure your ISP doesn't block port 80? Some ISP's do this for well, people not to host stuff on their local pc to be accessed remotely.

    Edit: WAMP = Windows Apache MySQL PHP <-----------------. AppServ is the same thing. and XAMPP is too. I prefer LAMP stacks over Windows Based stacks, but thats just me, I've been working with linux way too much.
    Last edited by Night2Dark2; 01-06-10 at 08:26 AM.

  13. #13
    Enthusiast Xirene is offline
    MemberRank
    Jun 2010 Join Date
    45Posts

    Re: WAMP Problem

    Yeah Me too. Same Problem . Im Owner Of A gunz and My Register Page dont Work Cuz Port 80 Is Blocked. I Cant Do Exemple: MyIp:80 .... So Me I Use XAMP With The HTdocs .. Its Better than Wamp

  14. #14
    The End Of The World~~ Night2Dark2 is offline
    MemberRank
    Feb 2007 Join Date
    Inside a box.Location
    259Posts

    Re: WAMP Problem

    Well, you guys could change it to an alternative port, and have people go there. If you'd like to do that, look for httpd.conf inside the apache folder, and look for a line that says
    Code:
    Listen 80
    change that to
    Code:
     Listen <otherPort>
    then restart WAMP / XAMPP / AppServ and try again using the new port in the url(FROM YOUR EXTERNAL IP aka for me 66.229.&&&.&&&:newPort)

  15. #15
    Proficient Member eagledude4 is offline
    MemberRank
    Jun 2009 Join Date
    BedroomLocation
    195Posts

    Re: WAMP Problem

    Quote Originally Posted by Night2Dark2 View Post
    Are you sure your ISP doesn't block port 80?
    No, my ISP doesn't block port 80. Canyouseeme.org confirmed it:
    Code:
    Success: I can see your service on (IP Address)  on port (80)
    Your ISP is not blocking port 80

  16. #16
    The End Of The World~~ Night2Dark2 is offline
    MemberRank
    Feb 2007 Join Date
    Inside a box.Location
    259Posts

    Re: WAMP Problem

    Wait, what does your error say when you load the page? Something about the page not being allowed to be accessed by external IPs? right? If its that, open

    \WAMP\bin\Apache\Apache2.2.11\conf\httpd.conf

    Jump to line 232

    change
    Code:
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
    it should say something similar to that

    to
    Code:
    Order Allow,Deny
    Allow from all
    and restart WAMP. you should be able to see it after this.
    Last edited by Night2Dark2; 01-06-10 at 09:49 PM.

  17. #17
    Apprentice Hellz Riotz is offline
    MemberRank
    Jul 2009 Join Date
    9Posts

    Re: WAMP Problem

    Make sure port 80 is port forwarded and when it is i suggest using xampp its better then WAMP and is still ez to use :)

  18. #18
    The End Of The World~~ Night2Dark2 is offline
    MemberRank
    Feb 2007 Join Date
    Inside a box.Location
    259Posts

    Re: WAMP Problem

    Hellz, their BOTH Apache stacks, I've mentioned that before ON THIS SAME TOPIC. His port 80 is forwarded, he just has to change 2 lines on his Apache config.

  19. #19
    Enthusiast Xirene is offline
    MemberRank
    Jun 2010 Join Date
    45Posts

    Re: WAMP Problem

    Same Problem. I Cant Port Forward. the port 80.

  20. #20
    Account Upgraded | Title Enabled! ::.kakashi.:: is offline
    MemberRank
    May 2009 Join Date
    MarsLocation
    321Posts

    Re: WAMP Problem

    Quote Originally Posted by yurij13 View Post
    wamp is 100% better :)
    and i got the same problem no page loads
    No :D.

    eagledude4 use EasyPhp.

  21. #21
    Proficient Member eagledude4 is offline
    MemberRank
    Jun 2009 Join Date
    BedroomLocation
    195Posts

    Re: WAMP Problem

    Quote Originally Posted by Night2Dark2 View Post
    Wait, what does your error say when you load the page? Something about the page not being allowed to be accessed by external IPs?

    No, my error is:

    Code:
    The connection has timed out
    
    The server at karmagames.no-ip.biz is taking too long to respond.
    karmagames.no-ip.biz is one of my no-ip hosts.

    ---------- Post added at 01:13 AM ---------- Previous post was at 01:07 AM ----------

    Quote Originally Posted by Night2Dark2 View Post
    Jump to line 232

    change
    Code:
    Order Deny,Allow
    Deny from all
    Allow from 127.0.0.1
    it should say something similar to that

    to
    Code:
    Order Allow,Deny
    Allow from all

    Mine already says:

    Code:
    Order Allow,Deny
    Allow from all
    Last edited by eagledude4; 03-06-10 at 07:14 AM.

  22. #22
    The End Of The World~~ Night2Dark2 is offline
    MemberRank
    Feb 2007 Join Date
    Inside a box.Location
    259Posts

    Re: WAMP Problem

    Mhm, thats weird. Are you sure you port forwarded correctly? That error is normally what happens when you don't forward it all the way. Make sure you added the port exception to windows firewall also. that is normally one thing that forces that error to happen. I remember when I joined my pc to my active directory domain, I used to get tons of windows firewall error messages due to programs being blocked and not allowed on the company network lol

  23. #23
    Proficient Member eagledude4 is offline
    MemberRank
    Jun 2009 Join Date
    BedroomLocation
    195Posts

    Re: WAMP Problem



    My Port Forward page above

  24. #24
    Proficient Member eagledude4 is offline
    MemberRank
    Jun 2009 Join Date
    BedroomLocation
    195Posts

    Re: WAMP Problem

    please help

  25. #25
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: WAMP Problem

    Seriously people....
    http://forum.ragezone.com/f311/read-...ervers-667302/
    EDIT : Sorry Night2Dark2 didn't notice you already posted something like this in here :P
    Last edited by wesman2232; 08-06-10 at 11:10 PM.



Page 1 of 2 12 LastLast

Advertisement