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

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

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...)

Setup MongoDB on Apache [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Is it possible to setup MongoDB on Apache? How to do this?
I have installed Apache on 127.0.0.1:8000 and MongoDb on 127.0.0.1:27017.Does it mean, that they are placed on different servers?
But how to install MongoDb on Apache, I don't know
MongoDB is a database server which is hosted on localhost:27017,
Apache is a HTTP server which in your case is hosted on localhost:8000. Both are different servers for different purposes. You cannot put a server on top of the other!
As for example, MySQL is a server running on 3306 port. Apache has a plugin to connect with it, not that MySQL runs on Apache.

same domain, two servers...one linux, one windows [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 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)

Accidentally deleted Apache on Mac OS X Lion [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 10 years ago.
Improve this question
I was uninstalling Postgresql DB from my pc when I must have deleted Apache program as well. Can anyone please let me know how to re-install Apache back to my Mac. I'm using OS X Lion 10.7.4 I'm quiet novice on this subject too.
Mamp is really useful http://www.mamp.info/en/index.html far better than the built-in implementation.

Recommend best Free online project managment tool [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
Can any one recommend me free project managment tool with svn / git integration?
My freelance team and my work team both use Redmine - Has SVN support and I think you can support Git with a module/plugin.