skip to Main Content

Apache Reverse Proxy Config?

can someone tell me what is wrong with my reverse proxy setup? I can successfully auth with ldap but I just get the Apache2 Default Page I tried putting the ProxyPass and ProxyPassReverse setting into the Location block but I…

VIEW QUESTION

Multi Site PHP-Apache docker

I've been trying to build a multi site Apache docker but all in vain. Here is my docker-compose.yml version: '3.9' services: app: container_name: Core build: context: ./conf/core args: UID: ${UID:-1000} env_file: - "./.env" ports: - "${HTTP_PORT:-80}:80" - "${HTTPS_PORT:-443}:443" volumes: -…

VIEW QUESTION

How do I use block PATH_INFO URLs, on my php include

My server to generating duplicate contenct on my php files. For example, it generates fake pages like this: https://westsidelosangeles.com/surfing-zuma-beach-malibu.php/best-parks-los-angeles.php This is actually 2 pages served on top of one another by my server. https://westsidelosangeles.com/surfing-zuma-beach-malibu.php https://westsidelosangeles.com/best-parks-los-angeles.php Should I make my links…

VIEW QUESTION
Back To Top
Search