Linux + Apache + MySQL + PHP
#navi(contents-page-name): No such page: DBCONTENTS
LINKS
FreeBSDの場合
/usr/local/etc/apache2/ssl.conf
/usr/local/etc/apache2/ssl.key
# openssl genrsa -out server.key
/usr/local/etc/apache2/ssl.crt
bee# openssl req -new -key ../ssl.key/server.key You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:^C bee# openssl req -new -key ../ssl.key/server.key -out server.crt You are about to be asked to enter information that will be incorporated into your certificate request. What you are about to enter is what is called a Distinguished Name or a DN. There are quite a few fields but you can leave some blank For some fields there will be a default value, If you enter '.', the field will be left blank. ----- Country Name (2 letter code) [AU]:JP State or Province Name (full name) [Some-State]:Niigata Locality Name (eg, city) []:Niigata Organization Name (eg, company) [Internet Widgits Pty Ltd]:WiViCom Organizational Unit Name (eg, section) []: Common Name (eg, YOUR name) []:bee Email Address []:hasebe@acm.org Please enter the following 'extra' attributes to be sent with your certificate request A challenge password []: An optional company name []:
FreeBSDの場合
# portinstall lang/php-mode.el
.emacs
(autoload 'php-mode "php-mode" "Mode for editing PHP source files") (add-to-list 'auto-mode-alist '("\\.\\(inc\\|php[s34]?\\)" . php-mode))