2014年12月19日 / kirito / 0 Comments
After installed certs on nginx, type the command:
|
openssl s_client -connect yourdomain:443 |
If showed like: Verify return code: 19 (self signed certificate in certificate chain)
It means your certificate is installed successfully.
2014年12月17日 / kirito / 0 Comments
Error during session start; please check your PHP and/or webserver log file and configure your PHP installation properly. Also ensure that cookies are enabled in your browser.
Disbale theses lines:
|
; php options ;session.save_handler = files ;session.save_path = /var/lib/php5 ;session.gc_maxlifetime = 1440 |
2014年12月17日 / kirito / 0 Comments
radiusd: error while loading shared libraries: libfreeradius-radius-020206.so: cannot open shared object file: No such file or directory
Could not link driver rlm_sql_mysql: rlm_sql_mysql.so: cannot open shared object
|
apt-get install libmysqlclient-dev |