Rusty.Metal Posted April 26, 2003 Share Posted April 26, 2003 My webhost opened port 8080 (http://www.digital-omni.com:8080), now on my personal server what do i have to do to apache config so when i go to port 8080 on my site you get my server? Link to comment Share on other sites More sharing options...
0 uniacid Posted April 26, 2003 Share Posted April 26, 2003 change the Port to 8080 (use find in notepad) and add "Listen 0.0.0.0:8080" Link to comment Share on other sites More sharing options...
0 Rusty.Metal Posted April 26, 2003 Author Share Posted April 26, 2003 i did that and it still dosent work Link to comment Share on other sites More sharing options...
0 Rusty.Metal Posted April 27, 2003 Author Share Posted April 27, 2003 what dose my host have to add to their config? Link to comment Share on other sites More sharing options...
0 uniacid Posted April 27, 2003 Share Posted April 27, 2003 is this on a server hosted by someone else? if so then you don't need to do this Link to comment Share on other sites More sharing options...
0 Rusty.Metal Posted April 27, 2003 Author Share Posted April 27, 2003 I have my host (xavia) i pay for hosting my website ok? (digital-omni.com) I have my personal PC with apache on it.... I want to be able to go to my domain (digital-omni.com) with port 8080 and it looks to my personal PC for the webpages n stuff how can i do that Link to comment Share on other sites More sharing options...
0 Tim Dorr Veteran Posted April 27, 2003 Veteran Share Posted April 27, 2003 why not set a third level domain? home.digital-omni.com ? that's what i do for dorm.timdorr.com.... Link to comment Share on other sites More sharing options...
0 Rusty.Metal Posted April 27, 2003 Author Share Posted April 27, 2003 tim for that do i use redirection in my cpanel or is it something in my DNS Link to comment Share on other sites More sharing options...
0 Tim Dorr Veteran Posted April 27, 2003 Veteran Share Posted April 27, 2003 it's technically in dns, but you can set it in cpanel. Just go to Manage SubDomains and add a subdomain. Then setup redirection on that domain and you should be all ok... Link to comment Share on other sites More sharing options...
0 Rusty.Metal Posted April 28, 2003 Author Share Posted April 28, 2003 tim how can i make is to it dosent redirect the url... http://home.digital-omni.com it redirects to http://<ip> also what type of aserver are you using? if its linux what distro are you using and what did you have to do to get it working n such? Link to comment Share on other sites More sharing options...
0 mikey Posted April 28, 2003 Share Posted April 28, 2003 ive just made the subdomain home.mike on my domain redirect to my home http address, by making a .htacess with this in Redirect / http://my.home.ip.com i just uploaded that to the home.mike in my public_html folder and it worx :D Link to comment Share on other sites More sharing options...
0 Rusty.Metal Posted April 28, 2003 Author Share Posted April 28, 2003 i dont want it to redirect.. i want it to be like .tk domains... if i type home.digital-omni.com/folder1/php/something.php i dont want it to redirect to myip/folder1/php/something.php but i do want it to load the file from my info Link to comment Share on other sites More sharing options...
Question
Rusty.Metal
My webhost opened port 8080 (http://www.digital-omni.com:8080), now on my personal server what do i have to do to apache config so when i go to port 8080 on my site you get my server?
Link to comment
Share on other sites
11 answers to this question
Recommended Posts