手动添加apache服务出现以下问题
(OS 5)拒绝访问。 : Failed to open the WinNT service manager
win7下安装apache 2.2的注意点
在WIN7下,当安装apache 2.2时,安装后用httpd -k install时,会出现如下错误:
OS5>拒绝访问. : Failed to open the WinNT service manager
解决方法为:
软件安装时与windows7的“用户账户控制”(UAC)冲突,只要先关 闭UAC
(控制面板--用户账户和家庭里面有“更改用户账户控制设置”,改成从不通知,完成后重启)
再安装就没问题了,安装完后可以再修改回来。
----------------------------------------------------------
手动添加apache服务
cmd命令 打开 apache安装目录。 cd bin/httpd -k install
------------------------------------------------------------ More information (should be hidden on production server):
DateTime::__construct(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'UTC' for '8.0/no DST' instead