same domain, two servers...one linux, one windows [closed] - apache

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I would like the great majority of my site to be on a linux server, but I would like a small section of my site to be able to host silverlight apps.
Is it possible to have two servers, one linux and the other windows under the same domain?

You might want to consider hosting your Silverlight on Linux too - you can do it.
Run Silverlight with Apache Server (Under linux)

Related

How to host .NET Core webapp in MacBook Pro using apache [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 1 year ago.
Improve this question
I want to host my Asp .Net Core Web Api on MacOs(Big Sur) with Apache.
Steps
Install .Net SDK on MacOS.
Configure Apache - Map Your IP address to localhost
Create your webapp and publish it
Suggestion
Read the steps of hosting webapp on linux.
Understand how to use apache to use webapp (.netcore,php,and java...)

Problem with my mc server created on google vps [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I have mc server and when I closing the console my server has stopping, What can I do to keep it active 24/7
This question isn't suited for StackOverflow but more of superuser.
You can try using docker containers for the server.
You can do this on all platforms with docker desktop for windows
You can use the screen command on Linux.
It's also recommended to seek a Minecraft host.

What Does 'What Stack Do You Work In?' Mean in Web Development? [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 8 years ago.
Improve this question
What Does 'What Stack Do You Work In?' Mean in Web Development?
And, more specifically, what is a 'Stack' in web development?
Not sure what this has to do with the agile tag but, here's what I understand your question to mean:
I know of three stacks. WAMP, WIMP and LAMP
LAMP - Linux, Apache, MySQL, PHP (I think this is the most common and best known)
WIMP - Windows, IIS, MS SQL Server, PHP (Bizarrely - you'd think it would be .NET or MVC)
WAMP - Windows, Apache, MySQL / MS SQL Server, PHP

Red5 server is not running on different location (on IP) [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
i have installed red5 on my server.its running fine on my IP but when i open red5 link (http://myhost:5080) on different IP (or on client side )its not working.
please help..
Open 5080 port in your Firewall.

How uninstall apache server from cpanel? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about a specific programming problem, a software algorithm, or software tools primarily used by programmers. If you believe the question would be on-topic on another Stack Exchange site, you can leave a comment to explain where the question may be able to be answered.
Closed 1 year ago.
Improve this question
I would like to know how can I completely uninstall the apache server from my vps which is configured with cpanel. Are there there any other dependencies to apache server on a regular cpanel installation?
PS. I am using on my vps server this particular services: tomcat, bind and courier mail server
If you are running the latest Apache, use this:
yum remove ea-apache24
You can do it from whm. Login to http://yoururl/whm, there you will have options for each package(control panel).