When we deploy production today, a strange problem comes out.
When accessing the url, tell Can't locate loadable object for module DBI in @INC. First, we think it is the DBI install problem, but after install several time, it has no use.
Then we find the umask is 077, so when we install, the dir will be 700, so it can not be access by regular user through http. So we should change umask to 022 before we install.
[@more@]来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/545828/viewspace-914540/,如需转载,请注明出处,否则将追究法律责任。
转载于:http://blog.itpub.net/545828/viewspace-914540/