My Last Effort...
Posted by: rmahannah (---.uscg.mil)
Date: October 24, 2008 03:17PM

Ok... I have been talking with a few of you very helpful people about the issues I have been having trying to get my server to access to my Dolphin page from the outside... I just want to go over everything before I look for another DNS hosting service and dump No-IP... Everything works until I try to access through the port redirect service. I chose port 8183 to use for the redirect, and I can access my website with the url that I got from No-IP as long as I use my external IP address:8183... Otherwise, when I use the http:xxx.no-ip.org address that I have registerd with No-Ip, I can access the main WampServer page, but it will not go to my Dolphin page, which worked before I had to change the listening port in Apache httpd. In addition to changing the port in the vh, the listening port in the apache httpd file, and setting up the port forwarding in my router, is there anything else I need to do in order for the external access to go right to my dolphin page? I just don't understand what is causing this to be so hard! Thank you! Again here are my VH settings:

NameVirtualHost *:8183

<VirtualHost *:8183>
ServerName [xxxxx.no-ip.org]
DocumentRoot E:/wamp/www/dolphin
</VirtualHost>

<VirtualHost *:8183>
ServerName localhost
DocumentRoot E:/wamp/www
ErrorLog E:/wamp/www/logs/error.log
</VirtualHost>

and here are my apache settings from httpd:

Listen 12.34.56.78:8183
Listen 8183

ServerName xxxxxxx.no-ip.org:8183



Edited 1 time(s). Last edit at 10/24/2008 07:28PM by rmahannah.

Options: ReplyQuote
Re: My Last Effort...
Posted by: yfastud (Moderator)
Date: October 25, 2008 12:07AM

ok....

your vh is ok, but it seems you might have a little problem w/ settings in httpd, so get rid of the first line and make a change in the third line as follows

Listen 8183

ServerName locahost:8183

Similarly, you see my personal domain and sub domains as follows:

jlbn.net
guides.jlbn.net
downloads.jlbn.net

but in my httpd, I still use as follows

Listen 80

ServerName locahost:80

Have fun,

FREE One A Day
FREE Photo
FREE Games
FREE Websites
FREE Portable GPS
FREE WAMP Guides

Options: ReplyQuote
Re: My Last Effort...
Posted by: rmahannah (---.ptldme.east.verizon.net)
Date: October 25, 2008 02:58AM

Thank you! Made the change... Still only paths to my WampServer page, but not to my dolphin community... I don't know what else to try... I tried to click on the dolphin folder under projects on my WampServer page, and it just says 'failed to connect'.

Options: ReplyQuote
Re: My Last Effort...
Posted by: rmahannah (---.ptldme.east.verizon.net)
Date: October 25, 2008 04:07AM

Screw it! I just registered with 1&1, and got a domain with them. I am dumping my No-IP domain!

Options: ReplyQuote


Sorry, only registered users may post in this forum.