Jump to content
Forum²

emetib

Members
  • Posts

    3
  • Joined

  • Last visited

emetib's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks I'll google that I was thinking server1 on port 80 server2 on port 8080
  2. Hi I have been developing and hosting websites for years now on shared hosting. My friend built a Win 2008 server and made me a hyper-v with a public ip address. It's a new world,yet so far so good. Hopefully this site will be useful to me and perhaps my own experiences may be useful to others.
  3. Hi I'm quite new to this area so thanks for your support. I know I can have multiple websites with different domains hosting in the same server. (which I have working) My situation is a little different now. Not sure if this is possible. My friend created a hyper-v for me pointing to a public IP I loaded Xampp and began to host web sites. httpd.config Listen [::]:80 ServerName localhost:80 DocumentRoot "C:/xampp/htdocs" 10.0.2.220 (This server is up and working) I have now created a Centos5 ISPconfig server on the same hyper-v with a different private ip to host Centos5 python/django/pinax web sites. ISPconfig:8080 httpd.config Listen 80 UseCanonicalName Off DocumentRoot "/var/www/html" 10.0.2.121 (This ISPconfig server can only be accessed at http://10.0.2.121 http://10.0.2.121/phpmyadmin http://10.0.2.121:8080) What Server configuration would I need in order to run multiple internal web servers on one hyper-v with single public IP?
×
×
  • Create New...