- 主题:web方式访问的时候,被拒绝了~~~
承接前面telnet 端口改成了 230。
然后,再本地浏览器里
127.0.0.1 html的页面能看到,但是登陆的时候,说127.0.0.1拒绝访问。
localhost
10.10.1.217 //本地真实IP也是这种情况。
在局域网里 10.10.1.217 大不开。
https://10.10.1.217:230
也大不开。
请教一下,给说个思路就可以~~!
--
FROM 221.221.153.*
那要怎么样改一下配置呢??
【 在 cnbird (阿七) 的大作中提到: 】
: php的问题?
: p.s.
: 230既然是telnet端口,当然不能https访问啊
--
FROM 221.221.144.*
他说这个:
Method Not Allowed
The requested method POST is not allowed for the URL /bbslogin.php.
--------------------------------------------------------------------------------
Apache/1.3.33 Server at LyxServer.localdomain Port 80
【 在 atppp (Big Mouse) 的大作中提到: 】
: 咣当,telnet端口改成230和web有什么关系啊?
: 看起来你没有启动apache吧...
--
FROM 221.221.144.*
post的问题?
还是 80端口的问题?
【 在 liangls (精灵射手) 的大作中提到: 】
: 他说这个:
: Method Not Allowed
: The requested method POST is not allowed for the URL /bbslogin.php.
: ...................
--
FROM 221.221.144.*
不应该是post的问题吧?
上一次装的时候,没有出现这个问题啊~!
【 在 liangls (精灵射手) 的大作中提到: 】
: post的问题?
: 还是 80端口的问题?
--
FROM 221.221.144.*
具体的命令是??
我好笨~!
【 在 cnbird (阿七) 的大作中提到: 】
: apache的error.log,第二遍
--
FROM 221.221.144.*
如下:
[Tue Sep 6 16:57:07 2005] [notice] Apache/1.3.33 (Unix) configured -- resuming normal operations
[Tue Sep 6 16:57:07 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Tue Sep 6 16:58:22 2005] [error] [client 127.0.0.1] File does not exist: /usr/local/www/htdocs/ind
ex.php
[Tue Sep 6 16:59:24 2005] [error] [client 127.0.0.1] File does not exist: /usr/local/www/htdocs/mia
npage.php
[Tue Sep 6 17:01:12 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /images/bbst1
.gif failed because search permissions are missing on a component of the path
[Tue Sep 6 17:01:12 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /images/bbst3
.gif failed because search permissions are missing on a component of the path
[Tue Sep 6 17:01:12 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /images/bbst2
.gif failed because search permissions are missing on a component of the path
[Tue Sep 6 17:01:37 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /images/bbst1
.gif failed because search permissions are missing on a component of the path
[Tue Sep 6 17:01:37 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /images/bbst3
.gif failed because search permissions are missing on a component of the path
[Tue Sep 6 17:01:37 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /images/bbst2
.gif failed because search permissions are missing on a component of the path
[Tue Sep 6 17:34:48 2005] [notice] caught SIGTERM, shutting down
[Wed Sep 7 13:27:23 2005] [notice] Apache/1.3.33 (Unix) configured -- resuming normal operations
[Wed Sep 7 13:27:23 2005] [notice] Accept mutex: sysvsem (Default: sysvsem)
[Wed Sep 7 13:27:49 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /images/bbst1
.gif failed because search permissions are missing on a component of the path
[Wed Sep 7 13:27:49 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /images/bbst3
.gif failed because search permissions are missing on a component of the path
[Wed Sep 7 13:27:49 2005] [error] [client 127.0.0.1] (13)Permission denied: access to /images/bbst2
.gif failed because search permissions are missing on a component of the path
[Wed Sep 7 13:29:16 2005] [error] [client 10.10.1.223] (13)Permission denied: access to /images/bbs
t1.gif failed because search permissions are missing on a component of the path
[Wed Sep 7 13:29:16 2005] [error] [client 10.10.1.223] (13)Permission denied: access to /images/bbs
t3.gif failed because search permissions are missing on a component of the path
[Wed Sep 7 13:29:16 2005] [error] [client 10.10.1.223] (13)Permission denied: access to /images/bbs
t2.gif failed because search permissions are missing on a component of the path
[Wed Sep 7 13:33:38 2005] [error] [client 10.10.1.223] (13)Permission denied: access to /images/bbs
t1.gif failed because search permissions are missing on a component of the path
[Wed Sep 7 13:33:38 2005] [error] [client 10.10.1.223] (13)Permission denied: access to /images/bbs
t3.gif failed because search permissions are missing on a component of the path
[Wed Sep 7 13:33:38 2005] [error] [client 10.10.1.223] (13)Permission denied: access to /images/bbs
t2.gif failed because search permissions are missing on a component of the path
[Wed Sep 7 14:03:04 2005] [notice] SIGHUP received. Attempting to restart
[Wed Sep 7 14:03:04 2005] [notice] Apache/1.3.33 (Unix) configured -- resuming normal operations
【 在 liangls (精灵射手) 的大作中提到: 】
: 具体的命令是??
: 我好笨~!
:
--
FROM 221.221.144.*
我好好看看的~
【 在 cnbird (阿七) 的大作中提到: 】
: permission denied
: 好像和你前面的第一次装的问题类似啊
: 需要加更改权限,或者可能你apache不是以bbs用户运行?
--
FROM 221.221.144.*
他还是说这个:
Method Not Allowed
The requested method POST is not allowed for the URL /bbslogin.php.
--------------------------------------------------------------------------------
Apache/1.3.33 Server at LyxServer.localdomain Port 80
上面那个error_log里,写的都是gif文件的权限的问题。我吧那个权限改过来。
能看到,用户登陆的画面,但是点登陆的时候,他就说那个了~~,我又试了半天也不知道为什么??
【 在 cnbird (阿七) 的大作中提到: 】
: permission denied
: 好像和你前面的第一次装的问题类似啊
: 需要加更改权限,或者可能你apache不是以bbs用户运行?
--
FROM 221.221.144.*
好像是php-4.4.0的问题~~
【 在 liangls (精灵射手) 的大作中提到: 】
: 我好好看看的~
--
FROM 221.221.144.*