微信小(xiǎo)程序server mysql
6559knexjs const { mysql } = require('../qcloud') module.exports = async (ctx, next) => { return mysql.select() .from('cSessionInfo') .then(function (response) { ctx.state.data = respo...
查看全文(wén)全站搜索
1、
加入
LoadModule php5_module “d:/phpa/php5apache2_2.dll”
PHPIniDir “D:/phpa”
AddType application/x-httpd-php .php
AddType application/x-httpd-php .htm
2、
Options Indexes FollowSymLinks
改成
Options -Indexes FollowSymLinks
3、
DirectoryIndex index.html
改成
DirectoryIndex index.html index.php
4、
Listen 80
改成
Listen 8080
Listen 8800
5、
最後加入
<VirtualHost localhost:8080>
DocumentRoot “D:/weba”
</VirtualHost>
<VirtualHost localhost:8800>
DocumentRoot “D:/wza”
</VirtualHost>
<Directory “D:/weba”>
Options -Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
<Directory “D:/wza”>
Options -Indexes FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
</Directory>
knexjs const { mysql } = require('../qcloud') module.exports = async (ctx, next) => { return mysql.select() .from('cSessionInfo') .then(function (response) { ctx.state.data = respo...
查看全文(wén)客官請稍後,玩命加載中!
您好!請登錄