php.ini文件开启php_sqlite后 无法重新启动apache原因?
出现the requested operation has failed 怎么解决?
出现the requested operation has failed 怎么解决?
答案:是你的apache配置文件没写好,请检查一下是否有以下内容:
(如果你用的是安装版,应该会自动帮你配置好的。如果你用的是noinstall版,那就要自己手工配置了。)
# 加载php模块
LoadFile "/opt/php-5.3.1/php5ts.dll"
LoadModule php5_module "/opt/php-5.3.1/php5apache2_2.dll"
# php.ini文件所在目录
PHPIniDir "/opt/php-5.3.1"
# 接受到php页面请求时,交给php引擎解释,而不是下载页面
AddHandler php5-script php
AddType application/x-httpd-php .php .php5
AddType application/x-httpd-php-source .phps
# 将目录的默认索引页面改为index.php
DirectoryIndex index.php
另外,站长团上有产品团购,便宜有保证
上一个:android编程中怎样接收USB接口发来的数据然后保存到SQLite数据库中?谢了
下一个:android怎么引用一个外部引入的sqlite文件