Questions tagged [application]
197 questions
2
votes
1 answer
My Ruby on Rails application only works if the address contains the port
I have a Ruby on Rails application that works ok on my notebook ( http://localhost:3000/ )
I uploaded it on my hosting server,
created with CPanel X an application, the URL is http://example.com:12007/
created a rewrite from http://example.com/…

True Soft
- 123
- 4
2
votes
2 answers
How to forcibly disconnect a application listening on a port
I have an app that doesn't properly stop listening on a port.
How do I force it to stop so I can open the application again/use that port again?

bobber205
- 241
- 1
- 6
- 17
1
vote
1 answer
Azure ARM Template - Folder Location App Setting
I'm trying to specify an app setting in my ARM template that points to a specific folder location where the web application I'm deploying should store log files, ex: D:\folder\logs. When I specify the folder location though it complains about the…

jrd1989
- 698
- 15
- 48
1
vote
0 answers
How to add Google TPU to javascript coded web application at AWS?
Edit; I think I just realized that what they are selling is not an add on item to your existing web application, but that they want you to use their servers(instead of AWS), and are implying that server errors to lower end devices(from javascript…

Nidi.work
- 11
- 2
1
vote
1 answer
Azure Application Gateway uses FIPS 140-2 validated module
Does Azure Application Gateway uses FIPS 140-2 validated module for SSL/TLS offloading? Can we enable FIPS mode in Azure application gateway for TLS offloading?

Rashid
- 11
- 2
1
vote
2 answers
Creating an app shortcut in Windows 7 XP Mode
I have a VERY old legacy app that I've managed to move from machine to machine; the installer for it doesn't actually work under newer versions of Windows, but I was able to track down the registry changes and DLL registrations necessary to make it…
MT_Head
1
vote
1 answer
Monitor Windows Desktop Application using a heartbeat URL
We have a windows desktop application which needs to be running all the time (100% uptime). It's running on windows server 2012 and runs as expected except for a nasty issue which when occurs, the application keeps on running (visible on Task…

Abdullah Shoaib
- 113
- 4
1
vote
0 answers
Optimize application to handle huge spikes
Our application is growing fast so now we need to scale the infrastructure to don't slow down the entire website independently on how many users we have
The backend system is based on many curl calls lasting 1-10 seconds and they need to be executed…

lorigio
- 11
- 2
1
vote
1 answer
Source appx files for inbuilt Windows apps
I am trying to configure the following GPO object for a Windows 10 machine, on Windows Server 2012 R2.
Computer Configuration > Windows Settings > Security Settings > Application Control Policies > AppLocker > Packaged app rules
I need to add the…

user3580480
- 229
- 1
- 3
- 13
1
vote
0 answers
Large Application - should I be concerned about running on VM Ware?
We're going to implement what I consider to be a fairly large and processor intense application in a few months and our Windows team is recommending that we deploy it on VM Ware. The application will have 5000 users, most of which will be running…

Gary45226
- 11
- 2
1
vote
1 answer
Obtain a list of computers from SCCM on which a specific software is installed?
I have tried the below procedure to obtain a list of desktops that have software X, version 2.2 installed on them:
Device Collections => Create Device Collection => named it "Computers with X v2.2 installed=> Query Rule Properties => Edit Query…

DSKyo
- 153
- 3
- 6
- 15
1
vote
0 answers
Ways to manage & automate Chromium & Firefox updates & releases for Windows clients?
Given the privacy concerns & data stealing via Chrome & Microsoft browsers, we'd like to do this for our Windows client machines.
Here I am specifically asking about Firefox & Chromium and not Google Chrome.…

Alex S
- 241
- 2
- 13
1
vote
1 answer
Windows Server Applicaton Administration Best Practice
I've recently switched from using a linux server for private hosting (things like a WebServer, Teamspeak, Gameservers etc.) to a Windows Server 2012 R2 machine.
Under Debian I installed my services with apt-get and started them under their own user.…

RikuXan
- 217
- 1
- 3
- 11
1
vote
1 answer
Max connection on a specific Application
I've an application ( that contain some Web Services ) deployed on a Server in a WAS 7 environement. That server host a many application; what I'm looking for is a way to limit the number of connection for a specific application and not for entire…

Stefano R.
- 141
- 2
1
vote
1 answer
How do Application revisions propagate from an SCCM site server to a client?
When I make a change to an Application in the management console, I see that this revision number is incremented:
If I click on "Content Status", I can see a "Source Version" but no "Revision" for the Application.
On a client to which the…

alx9r
- 1,643
- 3
- 17
- 38