Questions tagged [web-applications]
371 questions
1
vote
2 answers
debugging JBoss 100% CPU usage
We are using JBoss to run two of our WARs. One is our web app, the other is our web service. The web app accesses a database on another machine and makes requests to the web service. The web service makes JMS requests to other machines, aggregates…

Nate
- 204
- 2
- 3
- 8
1
vote
1 answer
How to configure fcgid.conf for Wt (Witty) C++ Web Application?
I am trying to configure fcgid.conf file for Wt (witty-web toolkit) for apache2 2.4 on Ubuntu 23. I found a config file for FastCGI (not fcgid) and convert commands to fcgid ones using apache2 web page. But one is left FastCgiServer…

lid
- 13
- 3
1
vote
0 answers
Block requests to "Visual Search" in Edge and "Search images with Google" in Chrome for internal web application
We have a web application that is used internally that displays highly confidential images.
Microsoft Edge has started displaying a button on the images that launches Visual Search, and Chrome has a context menu function that launches a Google Lens…

Andrew
- 113
- 4
1
vote
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 , ...

user36992
- 147
- 3
1
vote
0 answers
Nginx auth_request ignored when accessing from non-auth_request location
I am trying to use a web app which allows me to upload and share files via a download link. I want the upload section to be accessed via authenticated users only, and download links to be accessible by public users. All download links have /download…

be-side
- 11
- 1
1
vote
0 answers
Tomcat fails on first request in combination with jsvc
I have a web application where the first request may take a few seconds as some singletons are initialised.
I've used the mod_proxy and jsvc construction mentioned in this question and described on this page to connect apache with tomcat (data is…

Roalt
- 183
- 1
- 1
- 7
1
vote
0 answers
Webclient for mbox files
I have 20 OVH mail accounts. Whit imapbackup i create mbox file for each my account on a local server. To read the files i need to download the folder then import to Thunderbird. Is there a easy way to show ALL mbox using a web client ( like…

enrico-dev
- 11
- 1
1
vote
0 answers
"Request timed out" asp.net error in web application after server migration to Azure
My company has migrated all of our on-prem servers to Azure. We are in the process of functional testing our application. So far, we have found no errors save for one. Whenever we click on a button on the website, the page hangs for about five…

Hey_Mindo
- 21
- 1
1
vote
0 answers
Dev/Production Deployment of a Web App in Docker
I'm running a web app (Wordpress, actually, but I think it mostly does not matter for the question). It is running in two Docker containers, one containing an Apache web server (via the official wordpress Docker image) and one containing a MariaDB.…

Jörn Schellhaas
- 11
- 1
1
vote
1 answer
NGNIX enforce HTTPS
for my Webapp (Angular App) we are using NGNIX as web server. I have a task where I need to make sure all assets/images are loaded over HTTPS.
In the Browser Dev tools, I see the request is sent over HTTPS. However, the response location header is…

Abu
- 13
- 5
1
vote
1 answer
Application Pool set to AlwaysRunning does not Auto Start The Hosted Service
I have configured an pool to auto-start and never sleep. I am having problems with the auto-start. My understanding is that a thread pool worker will be started after a recycle when that happens I would assume the application entry point would be…

Ross Bush
- 121
- 1
- 6
1
vote
1 answer
Pointing domain to DigitalOcean App Platoform without changing MX records
I am using the newly created App Platform from Digital Ocean. I am trying to point my domain to the server that I created within Digital Ocean. I am told I need to add a CNAME to my domain (since DO only gives me a domain rather than an IP), but…

Mike M
- 123
- 4
1
vote
0 answers
Best (if any) http status code for expired dns records?
Premise: I'm facing an issue with load balancing with my own custom DNS server, over multiple web servers.
My intention is to be able to quickly and dynamically switch the users I want between different servers by giving them new "A Records".
What…

aliqandil
- 123
- 5
1
vote
0 answers
How properly manage several webapps on one domain nginx
I'm trying to setup several webapps (nextcloud, roundcube) on one domain, let's say example.com, without using cname subdomains. I installed webapps in default location /usr/share/webapps/ and I want this directory to be also my webroot server. How…

randomnick4671
- 11
- 1
1
vote
1 answer
How to view a log file realtime (similar to "tail -f") via web
I have a server that runs a number of tasks. Each task has a log file. I have a webserver that lets you see these log files, but it just copies the contents of the file to the browser and the user has to press F5 over & over...
Is there a way to…

CaptainCodeman
- 227
- 2
- 10