
Good Evening to all of you. I have a quick question, is it possible to run multiple web servers on a machine? I know it's possible on a pc.... so hear is what i really want to ask... I have a unix based server (has apache, php and all) that already hosts several websites and applications, but i need to host an ASP.NET with MS-SQL database Application on the same machine.....is that possible and if it is, who has done that, what are the results, and how do I start to go about it??? Thnx When you meet a swordsman, draw your sword; do not recite poetry to one who is not a poet. Get a signature like this. <http://r1.wisestamp.com/r/landing?promo=19&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_19> CLICK HERE.<http://r1.wisestamp.com/r/landing?promo=19&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_19>

Nope, unless you running a virtual guest windows server on your UNIX - RTFM ./Ok3ch On Tue, Jun 12, 2012 at 4:13 PM, Wanjohi Ndegwa <andegs2000@gmail.com>wrote:
Good Evening to all of you.
I have a quick question, is it possible to run multiple web servers on a machine? I know it's possible on a pc.... so hear is what i really want to ask...
I have a unix based server (has apache, php and all) that already hosts several websites and applications, but i need to host an ASP.NET with MS-SQL database Application on the same machine.....is that possible and if it is, who has done that, what are the results, and how do I start to go about it???
Thnx
When you meet a swordsman, draw your sword; do not recite poetry to one who is not a poet. Get a signature like this. <http://r1.wisestamp.com/r/landing?promo=19&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_19> CLICK HERE.<http://r1.wisestamp.com/r/landing?promo=19&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_19>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

I think this is possible, at least in theory so long as the ports for the different http servers do not clash. Am running Glassfish on ports 8080 (Server "welcome" page), 8081 (One of the apps) and let us just call it "Mini Apache" on port 8000 with absolutely no conflicts. Martin. On 6/12/12, Okechukwu <okechukwu@gmail.com> wrote:
Nope, unless you running a virtual guest windows server on your UNIX - RTFM
./Ok3ch
On Tue, Jun 12, 2012 at 4:13 PM, Wanjohi Ndegwa <andegs2000@gmail.com>wrote:
Good Evening to all of you.
I have a quick question, is it possible to run multiple web servers on a machine? I know it's possible on a pc.... so hear is what i really want to ask...
I have a unix based server (has apache, php and all) that already hosts several websites and applications, but i need to host an ASP.NET with MS-SQL database Application on the same machine.....is that possible and if it is, who has done that, what are the results, and how do I start to go about it???
Thnx
When you meet a swordsman, draw your sword; do not recite poetry to one who is not a poet. Get a signature like this. <http://r1.wisestamp.com/r/landing?promo=19&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_19> CLICK HERE.<http://r1.wisestamp.com/r/landing?promo=19&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_19>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

.net can be done and deployment is common using mono (http://www.mono-project.com). MS SQL db would be the trick bit. On 06/12/2012 04:13 PM, Wanjohi Ndegwa wrote:
Good Evening to all of you.
I have a quick question, is it possible to run multiple web servers on a machine? I know it's possible on a pc.... so hear is what i really want to ask...
I have a unix based server (has apache, php and all) that already hosts several websites and applications, but i need to host an ASP.NET <http://ASP.NET> with MS-SQL database Application on the same machine.....is that possible and if it is, who has done that, what are the results, and how do I start to go about it???
Thnx
When you meet a swordsman, draw your sword; do not recite poetry to one who is not a poet.
Get a signature like this. <http://r1.wisestamp.com/r/landing?promo=19&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_19> CLICK HERE. <http://r1.wisestamp.com/r/landing?promo=19&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_19>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke

The .NET framework needed is ONLY available on Windows. Even though mono is an alternative for *NIX system, you will encounter a number of errors while using it. Why don't you run a virtual Windows machine to host ASP.NETand Ms SQL? On 12 June 2012 16:13, Wanjohi Ndegwa <andegs2000@gmail.com> wrote:
Good Evening to all of you.
I have a quick question, is it possible to run multiple web servers on a machine? I know it's possible on a pc.... so hear is what i really want to ask...
I have a unix based server (has apache, php and all) that already hosts several websites and applications, but i need to host an ASP.NET with MS-SQL database Application on the same machine.....is that possible and if it is, who has done that, what are the results, and how do I start to go about it???
Thnx
When you meet a swordsman, draw your sword; do not recite poetry to one who is not a poet. Get a signature like this. <http://r1.wisestamp.com/r/landing?promo=19&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_19> CLICK HERE.<http://r1.wisestamp.com/r/landing?promo=19&dest=http%3A%2F%2Fwww.wisestamp.com%2Femail-install%3Futm_source%3Dextension%26utm_medium%3Demail%26utm_campaign%3Dpromo_19>
_______________________________________________ Skunkworks mailing list Skunkworks@lists.my.co.ke ------------ List info, subscribe/unsubscribe http://lists.my.co.ke/cgi-bin/mailman/listinfo/skunkworks ------------
Skunkworks Rules http://my.co.ke/phpbb/viewtopic.php?f=24&t=94 ------------ Other services @ http://my.co.ke
-- Kind Regards, Moses Muya.
participants (5)
-
Alex Kamiru
-
Martin Chiteri
-
Moses Muya
-
Okechukwu
-
Wanjohi Ndegwa