[MontelLUG] Ancora su apache

Samuele samuele.zanin a tiscali.it
Mar 21 Ago 2018 22:30:00 CEST


La doc di apache scrive:
|"<Location>| sections are processed in the order they appear in the 
configuration file"

Se ho solo:
     <Location /python/ws/>
         Require all granted
         ProxyPass "http://localhost:77/ws/"
         ProxyPassReverse "http://localhost:77/ws/"
     </Location>

quando digito sul browser http://localhost/python/ws/
funziona.

Se aggiungo
     <Location /python2/>
         ProxyPass "http://localhost:77/pippo/"
         ProxyPassReverse "http://localhost:77/pippo/"
     </Location>

funziona.

Se al posto di Location /python2/ scrivo /python/

     <Location /python/>
         ProxyPass "http://localhost:77/pippo/"
         ProxyPassReverse "http://localhost:77/pippo/"
     </Location>

e poi nel browser faccio http://localhost/python/ws/
viene rigirato tutto su localhost:77/pippo mentre mi aspetterei andasse 
in localhost:77/ws

Ho interpretato male io la doc di apache oppure รจ corretta la mia 
interpretazione e ho cannato qualcosa nella configurazione?


Maggiori informazioni sulla lista montellug