Recently installed ubuntu server+lamp+webmin+proftpd. Set static ip. Now wanna publish multiple webistes form seperate pots on local network. Let's say my servers ip is 192.168.2.200 so site 1 will work with url 192.168.2.200:80 second 192.168.2.200:81 ... How can i configure it? Thx in advance

link|improve this question

17% accept rate
feedback

3 Answers

That's not generally how you do multiple sites on the same host. It would normally be done using Name-based virtual hosting. There is support for this in webmin.

link|improve this answer
feedback

You need to implement a Name-based virtual hosting like what @lain said. I would suggest you follow this link. Although it does not show you how to set multiple websites using webmin, doing it via CLI is better.

link|improve this answer
feedback

I would suggest installing Virtualmin, its a hosting control panel based on and written by the same people as Webmin.

They have got a script which will install everything from scratch and then give you a nice control panel to manage everything. You can download it at http://www.virtualmin.com/download

The install script it at

http://software.virtualmin.com/gpl/scripts/install.sh

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.