I got the answer at here.
The part I missed in other solution was the Configurtion below:
Configuring the server to be reachable by everyone
The last step! Open your httpd.conf and find this line:
ServerName localhost:80
Change it to:
ServerName :80
Example:
ServerName 192.168.1.27:80