Questions tagged [web-applications]

369 questions
-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,693
  • 4
  • 28
  • 42
-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

Can access site from external network, but not from internal network

I have registered a domain name (say leavemanager.somecompany.com), it points to a web based application (web app) hosted in a windows server machine running apache2. I have port forwarded http/s traffic of the server LAN address 192.168.0.x in the…
-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
  • 204
  • 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