post.html 以及 post.cgi需要一定的权限才可以执行。
1、cd httpdocs
2、sudo chmod 600 test.html
sudo chmod 600 post.html
sudo chmod +X post.cgi
3、cd ../
4、make
5、 ./myhttp
默认端口号是6379,默认是test.html界面,同一路径下还有 post.html资源
非常感谢
post.html 以及 post.cgi需要一定的权限才可以执行。
1、cd httpdocs
2、sudo chmod 600 test.html
sudo chmod 600 post.html
sudo chmod +X post.cgi
3、cd ../
4、make
5、 ./myhttp
默认端口号是6379,默认是test.html界面,同一路径下还有 post.html资源
非常感谢