Questions tagged [apache-http-server]
7 questions
0
votes
0 answers
apache reverse proxy for multiple backend apps
We've 2 instances of an app (prod and nonprod) running on a server. Other than the ports there is no difference in the uri for both.
Prod: http://myserver:4444/myapp
NonProd: http://myserver:5555/myapp
I've configured apache reverse proxy to access…

Abhishek
- 45
- 1
- 6
0
votes
0 answers
Can I mask password in Apache-httpd log files?
I am working on an issue where the password and username are being shown in the log files of an application. Whenever the application does a POST call, the log of the same gets stored in the httpd logs file. But it shows the password in the plain…

Adwet Ojha
- 1
- 1
0
votes
0 answers
Openshift route via Apache HTTP server proxypass
I have configured to access Openshift route via Apache HTTP server. The configuration is in tomcat.conf file as below.
ProxyPass /some_ramdom_path/ https://openshift_route
ProxyPassReverse /some_ramdom_path/ https://openshift_route
Where the…

gogeta
- 1
0
votes
1 answer
How to set the "service description" when installing Apache 2.2.x as a service on Windows
We got an old Apache httpd 2.2.x running on a Windows server that must be updated. The ideal would be to upgrade Apache httpd as well, but as that will require extensive testing of the running (internal) applications, it must come later.
To move the…

alsace
- 25
- 6
0
votes
0 answers
Sticky Session is not working with Apache Http Server
I am using IBM HTTP Server (Which use internally Apache Http Server 2.4.)
http://docs.motechproject.org/en/latest/deployment/sticky_session_apache.html#:~:text=Sticky%20Session%20is%20a%20method,get%20lost%20across%20application%20instances.
After…

Developer
- 150
- 2
- 12
0
votes
1 answer
Apache web server: Serve multiple websites (not sub-domains) from port 80
I am planning to make changes to Apache web server so that it can serve multiple websites (not sub-domains) from port 80.
This will save money for someone who has more than one website. That person need not buy more than one hosting plan, one…
user18307826
0
votes
1 answer
How to harmonize github pages for project with http-server?
Github pages (https://docs.github.com/en/pages) is an amazing tool for documenting your git hub project.
However, I am having a little trouble trying to use http-server (https://www.npmjs.com/package/http-server) to preview/debug my pages.
I'm…

John
- 3,458
- 4
- 33
- 54