workers2.properties
来自「常见的bbs源代码」· PROPERTIES 代码 · 共 20 行
PROPERTIES
20 行
# only at beginnin. In production uncomment it out
[logger.apache2]
level=ERROR
[shm]
file=D:/server/apache2/logs/shm.file
size=1048576
# Example socket channel, override port and host.
[channel.socket:localhost:8009]
port=8009
host=127.0.0.1
# define the worker
[ajp13:localhost:8009]
channel=channel.socket:localhost:8009
# Uri mapping
[uri:/*]
worker=ajp13:localhost:8009
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?