Questions tagged [web-applications]

369 questions
3
votes
2 answers

How do I configure IIS 7 (discount asp.net) to point subdomains at application subdirectories?

I have an discount asp.net account, which uses IIS 7 and I want to configure subdomains to point at specific applications on the site. For instance: 's1.site.com' would run the application at 'site.com/serverone'. I would like the subdomain to be…
Mark Rogers
  • 279
  • 1
  • 4
  • 14
3
votes
3 answers

Performance difference between subversion checkouts and exports?

Is there any performance difference between subversion checkouts and exports when running your webapplication? We already implemented this in our deployment process, without measuring for differences (which feels bad. and is bad.). Our intentions…
Karsten
  • 328
  • 3
  • 11
3
votes
1 answer

Is there a open source web application for monitor the activity of sql server?

Is there a open source web application for monitor the activity of sql server? monitor users, queries, performance , ...
3
votes
6 answers

Any Recommendations for a Web Based Large File Transfer System?

I'm looking for a server software product that: Allows my users to share large files with: The general public securely to 1 or more people (notification via email, optionally with a token that gives them x period of time to download) Allows…
Glen Richards
  • 41
  • 1
  • 7
2
votes
1 answer

Azure App Service Autoscale - scale in oldest server

We have a web app and use Autoscale running between 1 and 3 instances, scaling on cpu. All works well. What’s incredibly frustrating is that on scale in, the newest server is shut down and we would like the oldest server - now with the highest…
2
votes
4 answers

Can a naughty database app crash tomcat?

We've got a number of web services running through Tomcat which use hibernate/mysql. I suspect that some of them have incorrectly configured connection pools, as after several hours some of the individual apps run out of connections and stop…
Nik Reiman
  • 230
  • 3
  • 11
2
votes
5 answers

Externally hosted proxy server as frontend to internal HTTP server

I will explain the problem first ... I have an in-house webserver/web-app that is publicly accessible. Our Internet connection (Bonded ADSL MAX Premium) is therefore a single-point-of-failure (which has been highlighted by some recent connectivity…
Guy C
  • 505
  • 1
  • 4
  • 9
2
votes
6 answers

Sending emails from a VPS such as EC2

I'm working on deploying a rails site that will be sending emails (checkout confirmations, alerts, etc) from an EC2 server. What are some best practices for doing this successfully? There are two things that I think Tradeoffs when choosing an…
readonly
  • 3,209
  • 4
  • 24
  • 23
2
votes
1 answer

What should I do to keep a common file cache server ? is NFS good idea?

I am not any networking or devops guy but I have to do this for my company because my company can't afford one, so pardon me for mistakes. I have got a web app hosted in google cloud and I use load balancer provided by google cloud, in the backend I…
user1735921
  • 121
  • 5
2
votes
1 answer

Using different cloud hosts for app and db/will there be latency with Mongo Atlas?

Is it ok to host both a web app and db server on different cloud providers? Traditionally you really needed to host both on the same network - but I'm wondering if, with modern networks, this is less of a necessity. I have a web app (Aurelia/ASP.Net…
The Huff
  • 21
  • 2
2
votes
0 answers

Two servers, one domain, one certificate

There are two servers, one for web pages (Server A), one for web apps (Server B). In Server A every web page has its own folder, domain and ssl certificate. In Server B every web app has its own folder. Q1. Could be possible to setup the web page…
Leonardo
  • 63
  • 2
  • 6
2
votes
1 answer

Industrial standard for multiple node apps on a single VPS?

I have a VPS that runs several node apps behind a reverse proxy. Each app is run via pm2 by a different user (i.e. each user runs pm2 on it's own), app-specific environment variables are set within that user's .bashrc. Code updates are controlled…
monday
  • 55
  • 1
  • 5
2
votes
0 answers

Azure Web App Latency

I have a simple Azure Web App setup using a single Standard Small Instance type in Central US region. The site itself is running a node.js website. I noticed google crawl was reporting average latency around .5s. To monitor I added a 6 Azure…
Element
  • 856
  • 2
  • 10
  • 14
2
votes
1 answer

Local web application as a captive portal with out authentication?

We are in the final stages of developing an in-browser mobile app which will run in a non Internet-connected environment (on a submarine). We are running a server inside the submarine (Windows 8 laptop with node.js), and the app runs in…
2
votes
4 answers

Does Azure support using Linux as the OS instead of Windows for PaaS Web Apps?

I'm trying to figure out through the interface as well as via the documentation and blog articles if Azure has a PaaS option that runs on top of Linux instead of Windows.