Questions tagged [web-applications]
371 questions
0
votes
1 answer
Azure Web App Internal/External Access - Split DNS
I recently deployed an Azure Web App and assigned custom domain and ssl cert. I added a CNAME DNS records to the external DNS registrar so now I can access the web app over the internet - webapp.company.com. The issue I noticed now is that I am…

jrd1989
- 698
- 15
- 48
0
votes
1 answer
Tomcat running on 8080 port but Fails to redirect to 8443 HTTPS port .. The 8443 port is running but cant access in web
I have deployed webapps with apache-tomcat-8.5.37. It had ssl and was working fine but when I tried to renew the ssl and installed JKS file it started to show different problems. I have resolved various cases but could not resolve the port…

Bhuwan Bhandari
- 21
- 6
0
votes
0 answers
IIS published website is not accessible with public ip and port
I have IIS published web application that I can connect with my local ip and port. Like 192.168.1.99:81
After adding inbounding rules, router DMZ and port forwarding, closing both windows and router firewall, I can not access to web application with…

Enes Okullu
- 101
- 1
-1
votes
1 answer
MissingRegistrationforLocation
I have some background in developing .NET applications, but I am new to Azure. When trying to publish my first web app, I am getting this error statement:
When logging into the cloud the app is up and running but apparently does not perform the…
-1
votes
1 answer
IIS AppPool shutdown due to inactivity
Using Windows 10 / IIS 10
I have a Web Application and have set the following:
AppPool: Start Mode = AlwaysRunning
Web Application: Enable Preload = true
But still, the web application gets shut down:
A worker process with process id of 'nnnnn'…

DrGriff
- 99
- 1
- 1
- 1
-1
votes
3 answers
Impact of Amazon RDS location on speed?
I have web server on local box(at India) which connects to Amazon RDS(at US location). In this case response is too slow as web server at India fetching data from US Amazon RDS.
But when i travel to US and access the same RDS from same local box. It…

user3198603
- 129
- 5
-1
votes
1 answer
Openstack cluster for parallel execution?
I want to try Ubuntu OpenStack with Metal-as-a-Service (MaaS) for web application purposes. I would be using Apache2, PHP, MySQL and Postgres.
If I got 5 or more machines setup and installed all those application would it be able work as cluster,…

haidarvm
- 121
- 1
- 4
-1
votes
1 answer
How does Apache Load balancing work if DNS Caching is involved?
Assuming the simple scenario of an Intranet with lot of users, there will be a DNS Server which translates IP address for the end user system. Now you also have a yourapp.intranet that is deployed over Apache for load balancing.
How will the load…

Nishant
- 265
- 3
- 5
- 11
-1
votes
1 answer
How to handle localized connectivity issues between web services
Our web application uses various web services, most of which are not managed by us, but by an external service provider (e.g. Auth0 is one of those services).
Recently, our application failed because a critical service was not reachable. Various…

theDmi
- 167
- 9
-1
votes
1 answer
Prefix client's name to domain name
I have a product registered on godaddy having website-name abc.xyz.com, when someone registers on my website, I want to generate a website for him by name username.abc.com.
How can I achieve this, which record I need to setup in my dns.
This…

vidal
- 101
- 1
-1
votes
1 answer
web application audit task require my remote IP to be allowed on application network firewall
I want to audit a web application which is hosted on a web server sitting behind a cyberoam firewall. My task is to run a scan from my remote machine which has ISP MTNL broadband. My machine gets a private IP address through DHCP and currently it…

Luv Ahuja
- 3
- 2
-1
votes
1 answer
What are the MOST Important Things to Configure on a WAF? Specifically Barracuda Web Application Firewall
I will be hosting a web application on a cloud provider. This will be protected behind a WAF specifically Barracuda's Web Application Firewall Vx.
I do not have too much experience with WAF security. I believe we will block most ports from the…

leeman24
- 147
- 1
- 9
-1
votes
1 answer
Scaling to millions of users with a Twitter tool
How do Twitter tools like Buffer scale to millions of users where they have to write thousands of tweets every second?
I have a similar service where I am running a cron script however just going through 50 users takes about 10 seconds - so I'm…

Chamilyan
- 109
- 3
-1
votes
2 answers
infrastructure of an web app
I'm curious as to the infrastructure of an web app... is it a network of cloned servers with the same exact app/source code, a network of cloned database servers and a network of media/asset servers sitting behind a network of load balancing…

crashintoty
- 261
- 1
- 4
- 11
-1
votes
1 answer
How to migrate a webapplication to a cluster?
I have a python web application running on linux nginx + uwsgi. I am currently running this on a single machine. I would like to migrate this setup to a cluster.
I am new to clusters. What are the steps to do this migration. Do we require the web…

Nithin
- 123
- 6