skip to Main Content

Enable CORS in httpd.conf – Apache

I'm developing a web application which makes REST calls to another web application outside its domain. But whenever it tries to make the REST call, I'm facing CORS issue in chrome. Error: No 'Access-Control-Allow-Origin' header is present on the requested…

VIEW QUESTION

Apache – Lots of httpd processes

My apache server on CentOS7 spawns a lot of processes that consumes server resources, and the log shows a lots of: "OPTIONS * HTTP/1.0" 200 - "-" "Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/5.4.16 (internal dummy connection)" There was a suggestion, that this…

VIEW QUESTION
Back To Top
Search