Hello I've just created a form like that just for testing and it worked fine, (<form name="zbr" method="POST" action="/cgi-bin/printenv/zbr/?zbr=t">)
I got only one POST /cgi-bin/printenv/zbr/?zbr=t and the ENV was correct: REQUEST_METHOD="POST" QUERY_STRING="zbr=t" PATH_INFO="zbr" CONTENT_LENGTH="42" texto=aaaa&pass=bbbb&hdn=cccc&sub=Submeter I'm not using modperl in this example, just a normal CGI, but I don't think it would make any diference. Anyway, could you check your access_log for both the POST and GET? Also, consider using PATH_INFO instead of QUERY_STRING in a POST. After all, that's one of the purposes of that thing... hugs Luciano Rocha -- Luciano Rocha, [EMAIL PROTECTED] The trouble with computers is that they do what you tell them, not what you want. -- D. Cohen