Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - gnh1201

Pages: [1]
1
CentOS 7 Problems / 404 Not Found cwpsrv myip:2030
« on: July 02, 2018, 06:07:08 PM »
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? :(

Pages: [1]