Questions tagged [web-applications]

371 questions
0
votes
4 answers

integrating ldap workstation login with webapps

Is there a way to integrate an LDAP authentication system on a windows network with intranet webapps so that the user on logging into their desktop does not need to log in a second time with the web app? Open to other forms of authenticating other…
0
votes
1 answer

Does PHP ala FCGI use the IIS-AppPool or the FCGI AppPool on IIS6

I've got an IIS6 (win2k3 server) setup using PHP via FCGI (microsofts install this time); and I know FCGI has its own Application pool of sorts; I was wondering therefore if this means that the PHP is isolated from the IIS AppPool?
Chris McKee
  • 3,489
  • 2
  • 20
  • 16
0
votes
1 answer

Open Source webapp that shows PC / Projector status in 30+ Lecture rooms

I am looking for a simple web application that only has a simple graphical representation of the current status of 30+ lecture rooms. I.e. Green = good, Red=bad i.e. PC or Projector not working. With a little message and a ETA as well. I am not…
Seanchán Torpéist
  • 1,868
  • 2
  • 14
  • 10
0
votes
1 answer

Web Applications under Apache Tomcat with multiple directory contexts

I have two webapps, prod-1.2.1.war and test-2.0.0.war. If I put these straight into the "tomcat/webapps"-folder, they'll get deployed as; hXXp://localhost/prod-1.2.1/ hXXp://localhost/test-2.0.0/ This works but really I would like them to show up…
goran
0
votes
7 answers

Multiple Java Apps on single Server

What is the best way to host potentially dozens of fairly trivial Java web applications on a single machine? These will be for different clients, and so having them isolated from each other is important, so that if one goes down, they don't all go…
None
0
votes
1 answer

Best Hosted Mail Server for a SaaS Web App?

I'm developing a CRM SaaS based web application, and one of the features i would like to have is the ability for users to foward emails to my app. The app will also from time to time send out notification emails. Other than setting up my own mail…
user35591
0
votes
0 answers

Nginx Reverse Proxy custom location not serving static files

I'm trying to serve 2 different websites under the same subdomain depending on the location. Using the GUI from Nginx Proxy Manager Docker container I've managed to set up the initial domain https://foo.bar.baz that redirects to another Docker…
0
votes
0 answers

fcgid is not handling. Why?

I am using: apache2 2.4 on Ubuntu 23 / WT (webtoolkit witty). I am trying to use WT with fcgid. My hello.conf file is: ServerAdmin webmaster@localhost ServerName hello ServerAlias www.hello DocumentRoot…
lid
  • 13
  • 3
0
votes
0 answers

Ubuntu 22.04 Server (no GUI) and autostart X

I have a PC acting like a small web-application server with onboard HDMI and VGA outputs and fresh installed Ubuntu 22.04 server with no GUI After that installed browser, apache, php and other basic stuff. I can run startx command manually but it…
0
votes
1 answer

Can apache return multipe ErrorDocuments for the same response code depending on a header value?

So let's say I have a 403 page but if the request header has a custom value in it - I want to return a different 403 with a bit more information in. So the normal 403 location may be /error_403 and the custom one may be /error_403_x. How would you…
0
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…
0
votes
2 answers

Run a perl script in a browser via a link

I'm attempting to get a perl script up and running on Oracle Linux 8.5. My Apache server and virtual hosts work with static html. My test virtual host, fnu, has a very basic perl script named hw.pl in /var/www/fnu: #!/usr/bin/perl print…
SKaye
  • 1
  • 1
0
votes
0 answers

Are MySQL/MariaDB and Postgresql compatible?

I want to install multiple applications on my web server. For most of them, using PostgreSQL is possible or the only option. But in one of them's installation guide, only MariaDB is mentioned. If I create a PostgreSQL database, will it work on the…
Yav
  • 1
  • 1
0
votes
0 answers

EC2 instance crashing randomly early morning

I have a java application running on an ec2 instance. Nginx and mongodb is also running on the instance. The application is accessed through ELB which forwards requests to the instance. I have 2 versions of the exact same instance running with one…
0
votes
1 answer

Events ID 2297 and 2307 in IIS (IIS-W3SVC-WP)

For a couple of weeks, some applications in IIS have stopped responding, when trying to access the site, the app return the error: On Windows Event Log, I found 2 events in the Application Log: 2297 and 2307: The worker process for application pool…
Alberto Medina
  • 299
  • 2
  • 11