apache 404 Not Found

在win10云服务器上搭建了apache httpd-2.4.37服务器,配置后可以在
Ubuntu14.04浏览器中输入域名进行访问,进入所配置的页面。在
ubuntu14.04命令行中输入 curl http://域名 也可以访问到页面,
可是用命令curl http://域名 -X POST -d “title=test&content=1234”进行访问时却出现404 Not Found,The requested URL / was not
found on this server。在apache httpd.cof中已经开启
LoadModule rewrite_module modules/mod_rewrite.so,另外,
已经设置AllowOverride All、Require all granted
可是还是不成功,麻烦大家赐教。