Home  >  Article  >  Backend Development  >  局域网内访问异常有关问题

局域网内访问异常有关问题

WBOY
WBOYOriginal
2016-06-13 12:49:34823browse

局域网内访问错误问题
一、程序为wordpress,WAMP环境

二、防火墙已关,能ping通

三、主机端口为8889,本地访问一切正常。局域网内其他机器访问主页正常,其他均不可访问。
[错误 102 (net::ERR_CONNECTION_REFUSED):服务器拒绝了连接],访问机没开代理啊

四、httpd.conf如下

<br>
ServerRoot "D:/wamp/bin/apache/apache2.2.22"<br>
<br>
PHPIniDir "D:\wamp\bin\php\php5.4.3"<br>
<br>
Listen 8889<br>
<br>
LoadModule actions_module modules/mod_actions.so<br>
LoadModule alias_module modules/mod_alias.so<br>
LoadModule asis_module modules/mod_asis.so<br>
LoadModule auth_basic_module modules/mod_auth_basic.so<br>
LoadModule authn_default_module modules/mod_authn_default.so<br>
LoadModule authn_file_module modules/mod_authn_file.so<br>
LoadModule authz_default_module modules/mod_authz_default.so<br>
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so<br>
LoadModule authz_host_module modules/mod_authz_host.so<br>
LoadModule authz_user_module modules/mod_authz_user.so<br>
LoadModule autoindex_module modules/mod_autoindex.so<br>
LoadModule cgi_module modules/mod_cgi.so<br>
LoadModule dir_module modules/mod_dir.so<br>
LoadModule env_module modules/mod_env.so<br>
LoadModule include_module modules/mod_include.so<br>
LoadModule isapi_module modules/mod_isapi.so<br>
LoadModule log_config_module modules/mod_log_config.so<br>
LoadModule mime_module modules/mod_mime.so<br>
LoadModule negotiation_module modules/mod_negotiation.so<br>
LoadModule rewrite_module modules/mod_rewrite.so<br>
LoadModule setenvif_module modules/mod_setenvif.so<br>
LoadModule php5_module "D:/wamp/bin/php/php5.4.3/php5apache2_2.dll"<br>
<br>
<ifmodule><br>
<ifmodule><br>
<br>
User daemon<br>
Group daemon<br>
<br>
</ifmodule><br>
</ifmodule><br>
<br>
ServerAdmin admin@localhost<br>
<br>
ServerName localhost<br>
<br>
DocumentRoot "D:/wamp/www/wordpress/"<br>
<br>
<directory></directory><br>
    Options FollowSymLinks<br>
    AllowOverride All<br>
    Order Deny,Allow<br>
    Allow from all    <br>
<br>
<br>
<directory><br>
  <br>
    Options Indexes FollowSymLinks<br>
<br>
    AllowOverride All<br>
<br>
    Order Deny,Allow<br>
    Deny from all<br>
    Allow from all<br>
<br>
</directory><br>
<br>
<ifmodule><br>
    DirectoryIndex index.php index.php3 index.html index.htm<br>
</ifmodule><br>
<br>
<filesmatch><br>
    Order allow,deny<br>
    Deny from all<br>
    Satisfy All<br>
</filesmatch><br>
<br>
ErrorLog "D:/wamp/logs/apache_error.log"<br>
<br>
LogLevel warn<br>
<br>
<ifmodule><br>
  <br>
    LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined<br>
    LogFormat "%h %l %u %t \"%r\" %>s %b" common<br>
<br>
    <ifmodule><br>
      LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio<br>
    </ifmodule> <div class="clear">
                 
              
              
        
            </div></ifmodule>
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn