2015-05-20 26 views
0

我的网站可以正常工作,但我在底部出现此错误。底部的Drupal错误:找不到请求的网址/在此服务器上未找到

Not Found 

The requested URL/was not found on this server. 

Additionally, a 404 Not Found error was encountered while trying to use  an ErrorDocument to handle the request. 
Apache/2.2.22 (Unix) mod_ssl/2.2.22 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 Server at Port 80 

这是我的虚拟主机配置

<VirtualHost *:80> 
     ServerAdmin [email protected] 
     ServerName xxx.net 
     ServerAlias www.xxxx.net 
     DocumentRoot /var/www/xxxx.net/ 
     <Directory /var/www/xxxx.net/> 
        Options Indexes FollowSymLinks 
        AllowOverride all 
        Require all granted 
     </Directory> 
     ServerSignature Off 
     ErrorDocument 404 /var/www/xxxx.net/404.html 
</VirtualHost> 

我的404页在这个位置存在/var/www/xxxx.net/404.html

THX您的帮助!!!!

回答

0

这可能是恶意软件代码尝试从其他主机加载内容。我建议检查你的网站。

+0

怎么样:(? – baroni

+0

我更喜欢[此工具](http://revisium.com/aibo/)它有一个大型的数据库,并从内部检查文件在线扫描仪不是很好 – umka

+0

thx!我会尝试 :) – baroni

相关问题