apache?

Results 1 to 6 of 6
  1. #1
    Newbie nirrozero is offline
    MemberRank
    Dec 2006 Join Date
    13Posts

    apache?

    ok seems that i finnaly got my server to work outside of my network , i was testing it earlier using VNC to control another computer =)
    but thats not the point, aparently my cable provider being such a nice service blocked port 80 and now i cant
    make my registration page outside my own network.... sure i can connect using my dyndns hostname evagaming.selfip.net:8080 << but no matter how i change the ports in apache it doesnt seem to want to use that port so i was wondering if i provide the right info someone can help me set this thing up right kk =)

    68.8.187.240 < my ip

    C:\Program Files\EasyPHP1-8\www <website directory

    http://www.fileden.com/files/2006/8/...168/httpd.conf < my config file for appache (as it is now)

    Evagaming.selfip.net < DynDns hostname , also my wow realmlist thing

    8080 < fowarded port i wanted to use

    ok so if u guys need anyhting more just give me a pm or post and ill tell u


  2. #2
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,515Posts
    If you want to use another port for apache, you have to make sure you forward both TCP 8080 and UDP 8080 in your router to your IP address. Also, you'll probably need to open up the same port in you firewall. If you can't get it to work with port 8080, use another, as I know for a fact that apache will accept more or less any port you bind it to listen to.

    P.S. I had a look at your httpd.conf. This: "Listen *:8080" need to be changed to this: "Listen 8080"
    Last edited by Yamachi; 04-01-07 at 02:48 PM.

  3. #3
    Newbie nirrozero is offline
    MemberRank
    Dec 2006 Join Date
    13Posts
    AH u rock it worked, thx much just had to get rid of that small *:

    ty much

  4. #4
    Sorcerer Supreme Junkee is offline
    Member +Rank
    Apr 2005 Join Date
    IllinoisLocation
    298Posts
    i see your using easy php, i would suggest not, as it is not always upto date and leaves your pc open for exploits. just my two cents.

  5. #5
    Banned Yamachi is offline
    BannedRank
    Oct 2006 Join Date
    Jolly EnglandLocation
    3,515Posts
    AH u rock it worked, thx much just had to get rid of that small *:

    ty much
    np ^,^ It's what I'm here for :P

  6. #6
    Member fitzy86 is offline
    MemberRank
    Jan 2007 Join Date
    Syndey, AussieLocation
    92Posts
    Quote Originally Posted by Random* View Post
    i see your using easy php, i would suggest not, as it is not always upto date and leaves your pc open for exploits. just my two cents.
    Classic "Just My Two Cents" :D



Advertisement