Questions tagged [web-applications]
371 questions
0
votes
0 answers
Website redirect and DNS entry for website hosted on Windows Server 2008 R2
We have web application that is hosted on on premise Windows Server 2008 R2.
We were previously accessing it via http://xx.xx.xx.xx/WebApp
Just few days ago, we bought a SSL certificate issued to (XXX.XXX.ca) and installed it on the web server and…

Keyur Shah
- 1
- 1
0
votes
1 answer
Alternative way of passing system/environment variable to service (glassfish)
I have a glassfish application server that is running under the glassfish user on CentOS 7.2. I have an application that has a deployed application that is needing a custom environment variable (e.g. export App_Home=/opt/App).
The application is…

Kevin Vasko
- 185
- 6
0
votes
1 answer
Get client IP from Web application via Load-Balancer alternative
If a Web application server (ex. nginx&php-fpm) is behind Load-Balancer such as AWS-ELB:
Client -> Load-Balancer -> Web Application server
To get the real client IP from Web application has two way to implement for me:
Handle the forward IP on Web…

Nick Tsai
- 1,318
- 1
- 9
- 8
0
votes
1 answer
error with Event 36874 with web API2
I got this error with communicating with web api 2 that authenticate using bearer OAuth2
An TLS 1.2 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by…

AMH
- 111
- 1
- 1
- 4
0
votes
1 answer
Migrating Umbraco Sites to Azure
I have been asked to move all of our internally hosted Umbraco sites over to Azure Web Apps, the problem is I know nothing from the Web side of things (I know my way around SQL and IIS but only from a management point of view). I have looked at…

Retro69
- 13
- 3
0
votes
1 answer
Is load balancing or HA setup recommended?
I have an application which is running on a webserver(ws1) and connected to a app server(as1). I have the same application running on another webserver(ws2) and another appserver(as2). But I have only one reverse proxy server. So my setup is…

Ronak
- 11
- 1
- 2
0
votes
0 answers
Web application serving static files using Docker on multiple hosts
Before Docker we normally had a NFS server on a separate host(s) and then mounted it on nginx and app hosts, so that nginx instances could serve static files created by web app and app worker instances could process user uploads.
Migrating to Docker…

Andrei
- 235
- 3
- 10
0
votes
1 answer
Can this work as a Containerized Architecture for a Django/NGINX/MongoDB Web App?
I am attempting to build a reliable web App using Django and Nginx.
This web app is simple in design, will be built with an MVC styled design, and needs to be secure, yet speedy.
The question is how best to run a Python-Django-nginx based App on a…

sidx4
- 101
- 2
0
votes
1 answer
WAS not processing request hence web are not available
I'm newbie for supporting WAS(Websphere Application Server), currently I'm having issue with my WAS, my WAS was installed under AIX under 2 servers/nodes.
While investigating it, I found in our application log that there are some activity which is…

MrAZ
- 131
- 1
- 5
0
votes
2 answers
SVN Web Administration tool
I am looking for a web based tool that will completely manage a SVN server. It must be able to do everything from managing Repos, Users, to providing a Repo Explorer. Both the SVN server & admin tool will need to/are running on Ubuntu
Only other…

lloydsparkes
- 181
- 2
- 6
0
votes
1 answer
Do I need to have the asp.net mvc framework to run my asp.net mvc apps on a web server?
I have been looking for a web hosting service for a while and I would like to know if I need the asp.net framework besides the .net framework to run my asp.net mvc applications? And I also want to ask for recomended web hosting that provides the…

Gabriel Martin
- 3
- 2
0
votes
1 answer
Deploying an App to Azure - avoid first hit performance problems
I want to know if there's a way to "precompile" my .net mvc web application before publishing it to an Azure Web app in order to avoid the huge performance hit when a page is accessed for the first time.
Also - if there is any web app configuration…

rshimoda
- 105
- 3
0
votes
1 answer
Apache2 reverse proxy to access multiple lan servers from wan
I've got about 5 web applications on different servers running on my LAN, which are all listening to port 80
I would like to make them accessible from the internet by setting up an Apache reverse proxy on my main webserver, which is running on…

minusnine
- 23
- 1
- 3
0
votes
1 answer
Google Cloud Shell is temporarily unavailable. Try connecting in a few minutes
Cloud Shell would not start and come up with message
"Google Cloud Shell is temporarily unavailable. Try connecting in a few minutes."
I have been getting this message for the last 4 days now. I know that this is beta and has no SLA whatsoever, but…

Sergio
- 11
- 2
0
votes
3 answers
What is the best Web interface to bind9 for a small ISP?
I am looking for a Web interface to bind9, to edit zones, add records, etc, with user access privileges (not Webmin please!) but free and possibly open-source.
I have googled a lot, but I only found stalled projects, or very old ones, not updated…
Gabble