分类 默认分类 下的文章
Learning English:start using it
Read English book,Listen it’s news or broadcast ,write diaries ,speak to foreigners or speak to yourself.
MacOS(10.14) 上使用自带Apache
编辑 /etc/apache2/httpd.conf 文件打开php、vhost、伪静态。
PHP:
LoadModule php7_module libexec/apache2/libphp7.so
VHost:
Include /private/etc/apache2/extra/httpd-vhosts.conf
伪静态:
LoadModule rewrite_module libexec/apache2/mod_rewrite.so
AllowOverride None 改为 AllowOverride All
配置VHost
编辑 /etc/apache2/extra/httpd-vhosts.conf
<VirtualHost *:80>
ServerAdmin xuxin
DocumentRoot "/Volumes/My/study"
ServerName example.com
ErrorLog "/Volumes/My/study/logs/error_log"
CustomLog "/Volumes/My/study/logs/access_log" common
<Directory "/Volumes/My/study">
Options FollowSymLinks Multiviews Indexes
MultiviewsMatch Any
AllowOverride All
Require all granted
</Directory>
</VirtualHost>
重启
sudo apachectl restart
购买iOS的小火箭
- 切换苹果帐号到香港/美国,一定要切换完整,apple帐号、AppStore都要切换。
切换完成后才能用对应的礼品卡充值。
- 支付方式一定要空才能用礼品卡支付。手机上恐怕不能设置空支付方式,需要登录苹果网站设置才行。