Parameter POST to PHP with proxy

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux