Relative Content

Tag Archive for apache

Apache Not Finding Files When Blank Spaces (%20) Are In Name

I have a folder of PHP files that all contain spaces in the name (which I cannot easily change because they are linked to another program). When the browser sends the request it sends %20 and for some reason Apache returns a 404 error. I’ve tried giving God level permission to the files folders, turned off SELinux, added AllowEncodedSlashes On with no luck as well.

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