Hi,
I have an apache server Apache/2.4.18 (Ubuntu) with multiple Linux
containers
<VirtualHost *:80>
ServerName doctechnique.example.com
ErrorLog /var/log/apache2/VMdoctechnique.log
ProxyPass / http://10.0.3.123/
ProxyPassReverse / http://10.0.3.123/
ProxyPreserveHost On
ProxyRequests On
# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog /var/log/apache2/VMdoctechnique.log combined
</VirtualHost>
all is fine and when I type http://doctechnique.example.com, I go to the
correct container 10.0.3.123
But I have a HTML form which calls doctechnique.example.com like this
<form method="post" target="_blank"
action="http://doctechnique.exemple.com/">
<input class="bt_entete_OSRT" style="color: green;"
type="submit" value="CLASSEUR PEN" title="Click to go to Classeur PEN">
<input type="hidden" name="Hqsdf218regTYH414"
id="porteDocuments" value="wxgdbc">
</form>
redirection to http://doctechnique.exemple.com is OK but I cannot
retrieve the variable Hqsdf218regTYH414 in the PHP code of
doctechnique.example.com (variable POST).
Whats wrong ?
thanks for your tips,
--
Jean-Max Reymond
Éruption de l'Etna: http://jmreymond.free.fr/Etna2002
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org