Skip to content
This repository has been archived by the owner on Oct 24, 2019. It is now read-only.

server启动后如何访问 #24

Open
flinkinfo opened this issue Oct 21, 2015 · 0 comments
Open

server启动后如何访问 #24

flinkinfo opened this issue Oct 21, 2015 · 0 comments

Comments

@flinkinfo
Copy link

直接部署的github上的源码
ubuntu 14
[server]
;server type
type = http
; port
listen[] = 8080
; index.php path
root = '/var/www/examples/src/index.php'
;php path
php = '/usr/php/bin/php'

[setting]
; worker num
worker_num = 8
; task num
task_worker_num = 0
dispatch_mode = 2
daemonize = 1

;post max length
package_max_length = 12582912
buffer_output_size= 12582912
; log path
log_file = '/data/log/test.log'

heartbeat_check_interval = 60
heartbeat_idle_time = 600

;close eof check
open_eof_check = false
open_eof_split = false


启动后
root 4460 0.1 0.2 81132 9952 ? Ss 05:08 0:02 Swoole-Controller
Swoole-Controller is [RUNNING]
Server Name is testHttpServ and php start path is /usr/php/bin/php


接下来如何访问?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant