I installed mysql, apache & PHP but when I try to show the apache "start" page, it wont show up, I just get
Bad Request
Your browser sent a request that this server could not understand.
Apache/2.2.0 (Fedora) Server at 192.168.67.124 Port 80
I use this link to connect to it: http://192.168.67.124 and this gives me the error, but if I use this: http://192.168.67.124:80 is works.
What am I missing here, I just can't find it.
UPDATE: I found it
Problem is Apache module mod_security. It allows access by domain name, but not IP.
I remarked this line in: /etc/httpd/modsecurity.d/blocking/modsecurity_crs_21_protocol_anomalies.conf
SecRule REQUEST_HEADERS:Host "^[\d\.]+$" "deny,log,auditlog,status:400,msg:'Host header is a numeric IP address', severity:'2',,id:'960017',"


