View previous topic :: View next topic |
Author |
Message |
amt167 -
Joined: 02 Jun 2002 Posts: 75
|
Posted: Mon Jan 19, 2004 4:05 pm Post subject: 2 servers |
|
|
is it possible to run two web servers at the same time?
the reason i need to do this is beacause i have a script (php) that icant get to run under abyss but i like abyss and i just thought id try a different webserver to get the script to run.
thks in advance
unless theres any one out there that would be willing to take a look at the script and my php.ini |
|
Back to top |
|
|
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Mon Jan 19, 2004 4:18 pm Post subject: |
|
|
Just run one server on a different port, eg. one on port 80 and the other on 81. |
|
Back to top |
|
|
some random person -
Joined: 06 Oct 2003 Posts: 128 Location: I live here! At my house!
|
Posted: Mon Jan 19, 2004 4:19 pm Post subject: |
|
|
Wellll... You only have one ip address. So i'm guessing it would be one or the other.
Edit: Ok, ya, my bad. _________________ New image comming soon...
Image hosted by abyss powered website
Image copyright some random person (I made it......)
Abyss > Apache (Meaning abyss is better than apache)
My site powered by abyss->(Undergoing construction)
Last edited by some random person on Mon Jan 19, 2004 5:54 pm; edited 1 time in total |
|
Back to top |
|
|
Anonymoose -
Joined: 09 Sep 2003 Posts: 2192
|
Posted: Mon Jan 19, 2004 4:26 pm Post subject: |
|
|
Er? You have one IP address and 65,000 ports. I think that should be enough to pick from :wink:
If you used one server on port 80 and one on 81 for example,
The first site would be http://yoursite.com
The second site would be http://yoursite.com:81 |
|
Back to top |
|
|
|