Relative Content

Tag Archive for apache

Can’t start httpd in container

I’m tring to create and run httpd2.4 image, get error “/usr/local/bin/httpd-foreground: 7: exec: httpd: not found” when run the image,

octet-stream data parsing in apache nifi

I have an octet-stream data generate from ListenHTTP procecssor. i want to transform/convert this octet-stream data into text or json application. [ListenHTTP].(https://i.sstatic.net/QSdLUjSn.png)

Apache Webserver Handle POST request in different Port

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

Apache Webserver Handle POST request in different Port

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