鉴于本人研究这个行业才区区六年,认知有一定的局限性和片面性,也只是针对有自己独立应用服务器的中小企业。并且诚恳的请高人指正!
我所说的特殊网络故事,只是针对网络安全事件。我所说的机制只针对WEB服务器!
不知道各位在6.9圣战到9.18纪念日,会不会发现自己的小站访问网变得灰常的缓慢,其实这也就是CN和其它果家的牛人们在对掐的原因。
屁话就不说了,其实对自己的服务器已知的问题,已经处理得很好了,怕的就是未知的。你黑了主页也就罢了,怕的就是干下数据库。
我所说的特殊网络故事,只是针对网络安全事件。我所说的机制只针对WEB服务器!
不知道各位在6.9圣战到9.18纪念日,会不会发现自己的小站访问网变得灰常的缓慢,其实这也就是CN和其它果家的牛人们在对掐的原因。
屁话就不说了,其实对自己的服务器已知的问题,已经处理得很好了,怕的就是未知的。你黑了主页也就罢了,怕的就是干下数据库。
朋友的机子上 WIN03+IIS+PHP!
web:f:\WWWROOT
IIS设置WWWROOT为网站,访问http://url/webtest/phpinfo.php,PHP程序能正常运行。
但是设置WWWROOT目录下,webtest目录为网站,访问,http://url/phpinfo.php,无法访问虚拟目录中的php文档。
然后对比了PHPINFO,才找到原因,在php.ini里面配置了doc_root
Local Value: f:\WWWROOT
Master Value: f:\WWWROOT
在本机上试着用他的php.ini 配置,也出现了他这种情况!然后将php.ini中doc_root设置为空,即doc_root="",然后网站中的默认目录、虚拟目录都可以正常访问。
个人认为,配置了doc_root后,php解释程序只解释doc_root指定目录下的php文档,但在IIS中设置的网站目录与php.ini中设置的doc_root目录不同时,就出现了这种情况!
以上说明代表个人意思,不过确实能解决问题。清楚原理的前辈 请留言指点,谢谢!
web:f:\WWWROOT
IIS设置WWWROOT为网站,访问http://url/webtest/phpinfo.php,PHP程序能正常运行。
但是设置WWWROOT目录下,webtest目录为网站,访问,http://url/phpinfo.php,无法访问虚拟目录中的php文档。
然后对比了PHPINFO,才找到原因,在php.ini里面配置了doc_root
Local Value: f:\WWWROOT
Master Value: f:\WWWROOT
在本机上试着用他的php.ini 配置,也出现了他这种情况!然后将php.ini中doc_root设置为空,即doc_root="",然后网站中的默认目录、虚拟目录都可以正常访问。
个人认为,配置了doc_root后,php解释程序只解释doc_root指定目录下的php文档,但在IIS中设置的网站目录与php.ini中设置的doc_root目录不同时,就出现了这种情况!
以上说明代表个人意思,不过确实能解决问题。清楚原理的前辈 请留言指点,谢谢!
先做一些基础的介绍
1、软恢复:就是硬盘本身没有物理损伤,而是由于人为或者病毒破坏所造成的数据丢失(比如误格式化,误分区),那么这样的数据恢复就叫软恢复!
2、数据恢复的前提:数据不能被二次破坏、覆盖!
3、数码与码制:关于二进制、十六进制、八进制的转换,请自己GOOGLE 不重点!
4、使用工具:WinHex(专业级) 、PS:以前我用易我做过数据恢复的教程,那个软件的足限性太大了!
1.桌面漏洞
InternetExplorer、Firefox和Windows操作系统中包含很多可以被黑客利用的漏洞,特别是在用户经常不及时安装补丁的情况下。黑客会利用这些漏洞在不经用户同意的情况下自动下载恶意软件代码——也称作隐藏式下载。
2.服务器漏洞
由于存在漏洞和服务器管理配置错误,InternetInformationServer(IIS)和Apache网络服务器经常被黑客用来攻击。
3.Web服务器虚拟托管
同时托管几个甚至数千个网站的服务器也是恶意攻击的目标。
4.显性/开放式代理
被黑客控制的计算机可以被设置为代理服务器,躲避URL过滤对通信的控制,进行匿名上网或者充当非法网站数据流的中间人。
InternetExplorer、Firefox和Windows操作系统中包含很多可以被黑客利用的漏洞,特别是在用户经常不及时安装补丁的情况下。黑客会利用这些漏洞在不经用户同意的情况下自动下载恶意软件代码——也称作隐藏式下载。
2.服务器漏洞
由于存在漏洞和服务器管理配置错误,InternetInformationServer(IIS)和Apache网络服务器经常被黑客用来攻击。
3.Web服务器虚拟托管
同时托管几个甚至数千个网站的服务器也是恶意攻击的目标。
4.显性/开放式代理
被黑客控制的计算机可以被设置为代理服务器,躲避URL过滤对通信的控制,进行匿名上网或者充当非法网站数据流的中间人。
ERROR:
RasSetEntryProperties function fails with error 621 when you call the function in a service that is running under a local system account
CAUSE:
The lpszPhonebook parameter is a pointer to a null-terminated string that specifies the full path and file name of a phonebook (.pbk) file. If this parameter is NULL, the function uses the current default phonebook file. When you call the RasSetEntryProperties function in a Win32 service that is running under the context of the local system account, and the lpszPhonebook parameter is set to NULL, the function tries to locate the phonebook file in the %Documents and Settings%\LocalSystem folder. However, the %Documents and Settings%\LocalSystem folder does not exist, and you receive the 621 error message.
RESOLUTION:
You can pass in the complete path of the All Users remote access phonebook file to the RasSetEntryProperties function to create the entry. The following is the complete path:
%Documents and Settings%\All Users\Application Data\Microsoft\Network\Connections\Pbk\Rasphone.pbk
RasSetEntryProperties function fails with error 621 when you call the function in a service that is running under a local system account
CAUSE:
The lpszPhonebook parameter is a pointer to a null-terminated string that specifies the full path and file name of a phonebook (.pbk) file. If this parameter is NULL, the function uses the current default phonebook file. When you call the RasSetEntryProperties function in a Win32 service that is running under the context of the local system account, and the lpszPhonebook parameter is set to NULL, the function tries to locate the phonebook file in the %Documents and Settings%\LocalSystem folder. However, the %Documents and Settings%\LocalSystem folder does not exist, and you receive the 621 error message.
RESOLUTION:
You can pass in the complete path of the All Users remote access phonebook file to the RasSetEntryProperties function to create the entry. The following is the complete path:
%Documents and Settings%\All Users\Application Data\Microsoft\Network\Connections\Pbk\Rasphone.pbk




12:18
335
0

