Questions tagged [web-applications]

371 questions
-1
votes
1 answer

Multiple request from a web server

First of all I think this is a common problem, but cannot find a really good solution; We have a web application, some of its request takes more than a minute. In the mean time we should be able to do more job with that application (for instance a…
Harun Baris Bulut
  • 455
  • 1
  • 8
  • 21
-1
votes
2 answers

Apache Web Server with Multiple PHP Webapp Servers

What is the best scalable architecture for an Apache/PHP environment? I would like to use a single Apache instance and offload requests to N web application (PHP) servers; how is this typically accomplished?
emsworth
  • 101
  • 4
-1
votes
2 answers

How many VMs is too many?

I have a server with two 2.6GHz quad core processors and 32GB of RAM (along with pleanty of storage). I have a Django app which I intend to run on this server, and I'd like to set up (using VMWare) 2 DB servers (Postgres on Ubuntu), 2-3 app servers…
orokusaki
  • 2,763
  • 4
  • 32
  • 43
-1
votes
1 answer

Mask URL part while proxying Tomcat webapp through Nginx

I've got the webbapp at the server 1.1.1.1:8080/AppName/ Now I need to hide port and AppName dir URL part. So I installed Nginx on server 2.2.2.2 with virthost name test.com. Here is the virthost config: server { listen 80; server_name…
Michael A.
  • 101
  • 2
-1
votes
1 answer

What Does Avoiding Vendor/Provider Lock in Mean in Cloud Operations?

Am a relatively noob machine learning engineer interested in DevOps and Software Development, sorry for the vague and opinion based question. But multiple blogs and tutorials teaching some cloud concepts advise me against using services that will…
Della
  • 175
  • 1
  • 1
  • 5
-1
votes
1 answer

Network Configuration WebInterface

I'm search a simple webinterface for manage the network configuration of an ubuntu server. On default our machines are on dhcp. But i want the option to change to an fix ipaddress. Is there nothing available for this task? I have only found this…
Tom Baires
  • 214
  • 1
  • 4
-2
votes
1 answer

Find a load on my Web Server

As requested, I am asking the question here. Is there a way to find a load on my web application server without a load / stress testing? I have deployed my application in the Apache Tomcat server. As per as I know, each web server have some…
-3
votes
1 answer

What is the best way to do this site redirection

Have a site in which we are pointing some links to www.example1.com. Recently www.example1.com changed to www.example2.com. Now if we access www.example1.com it will automatically redirect www.example2.com. In www.example.com still it point to…
-3
votes
2 answers

Restricting Access from BOTS

I would like to protect my server from too many hits from Bots. Considering a scenario, where in a server (physical) located in a private network and hitting my server continuously. Do i have a mechanism to identify the server behind the hits, say…
-3
votes
1 answer

IIS Windows Authentication - Change Password at next login

I have set windows authentication and forms based authentication (FBA) in IIS for my web application. I added users to windows so they can login using the windows prompt. I set the checkbox to force them to change their password at the next login.…
-4
votes
1 answer

Restrict Access from certain machines to my Web Application in LAN

I am trying to deploy a Local Network web application, which should not necessitate a client login. The requirement is to block certain machines, (not users, just a few computers, the application doesnot have a login page, so users are anonymous)…
1 2 3
24
25