how to solve 404 not found error in centos 7?
# curl myip:2030
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>cwpsrv</center>
</body>
</html>
# yum reinstall cwpsrv cwpphp
# service cwpsrv restart
# curl myip:2030
<html>
<head><title>404 Not Found</title></head>
<body bgcolor="white">
<center><h1>404 Not Found</h1></center>
<hr><center>cwpsrv</center>
</body>
</html>
how can i do?