您的位置:首页 > 运维架构 > Apache

apache站点身份验证以及SSL证书的实现

2014-10-27 00:07 357 查看
PEAR CVS:
Checking Out The Latest Code
● Latest development version in CVS
● Anonymous checkout possible
cvs -d :pserver:cvsread@cvs.php.net:/repository login
cvs -d :pserver:cvsread@cvs.php.net:/repository
checkout pear
Password: phpfi

● CVS web interface at http://cvs.php.net ● Flat package structure in CVS
– Every package has its own directory
– Used to better control code ownership

PEAR Packages' Structure
● Package structure:
PEAR/ (php_dir setting)
PEAR/docs/ (doc_dir setting)
PEAR/docs/[..]examples/ (doc_dir
setting)
PEAR/tests/ (test_dir setting)
PEAR/data/ (data_dir setting)
● Find out your settings with:
– $> pear config-show
● Inside the package sources
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: