使用php内置服务器运行Social Engine 4.8.7

时间:2015-07-29 11:17:42

标签: php webserver socialengine

社交引擎版 4.8.6 (全新安装),如果我午餐:

$ php -S localhost:9299 
PHP 5.5.9-1ubuntu4.5 Development Server started at Wed Jul 29 12:39:16 2015
Listening on http://localhost:9299
Document root is /tmp/aa/486
Press Ctrl-C to quit.
[Wed Jul 29 12:39:46 2015] 127.0.0.1:48641 [302]: /
[Wed Jul 29 12:39:47 2015] 127.0.0.1:48642 [302]: /index.php
[Wed Jul 29 12:39:49 2015] 127.0.0.1:48645 [200]: /index.php/members/home
[Wed Jul 29 12:39:52 2015] 127.0.0.1:48650 [200]: /application/css.php?request=application/themes/modern/theme.css&c=1
[Wed Jul 29 12:39:52 2015] 127.0.0.1:48654 [200]: /externals/chootools/chootools.js?c=1
[Wed Jul 29 12:39:52 2015] 127.0.0.1:48651 [200]: /externals/mootools/mootools-core-1.4.5-full-compat-yc.js?c=1
[Wed Jul 29 12:39:52 2015] 127.0.0.1:48652 [200]: /externals/mootools/mootools-more-1.4.0.1-full-compat-yc.js?c=1

...
**Ok the web server is serving the application**
...

从根路径,工作,php内置文件服务器为整个应用程序提供服务。

社交引擎版 4.8.7 (全新安装),如果我午餐:

$ php -S localhost:9292 

从根路径,它不起作用,php内置文件服务器不提供整个应用程序。 这是php内置服务器的输出:

$ php -S localhost:9292 
PHP 5.5.9-1ubuntu4.5 Development Server started at Wed Jul 29 11:56:34 2015
Listening on http://localhost:9292
Document root is /tmp
Press Ctrl-C to quit.
[Wed Jul 29 11:56:38 2015] 127.0.0.1:46849 [302]: /
[Wed Jul 29 11:56:39 2015] 127.0.0.1:46850 [302]: /index.php
**Not works. The web server is blocked here**

我尝试全新安装,因此您可以轻松重现错误。

为什么使用社交引擎 4.8.7 php内置服务器不起作用?!我查看了更改日志但没有用。

我在这里打开一个问题: https://github.com/SocialEngine/phpv4-issues/issues/213

0 个答案:

没有答案