I have a POST request http://server1.net/Test/update_test:8080 with 5 parameters sent to a apache web server. In the old web server I had 8080 port and it was working fine. Now I have requirement where webserver will listen on port 80 and need to handle the incoming request. I would like to know if it possible to redirection from 8080 to 80 so that POST parameters can be handled and what configuration changes required for this. Thanks