当前位置: 首页 > 工具软件 > MoinMoin > 使用案例 >

moinmoin

宋新知
2023-12-01
wyq@wyq-VirtualBox:~/Downloads/1-8-42d282096e80$ ./wikiserver.py 
2015-06-16 09:02:23,536 INFO MoinMoin.log:126 using logging configuration read from "/home/wyq/Downloads/1-8-42d282096e80/wikiserverlogging.conf"
2015-06-16 09:02:23,798 INFO MoinMoin.server.server_standalone:72 ThreadPoolServer serving on 127.0.0.1:8080
2015-06-16 09:02:31,570 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET / HTTP/1.1" 500 -
2015-06-16 09:02:31,590 ERROR MoinMoin.failure:159 An exception occurred, URI was "/".
Traceback (most recent call last):
  File "/home/wyq/Downloads/1-8-42d282096e80/MoinMoin/request/request_standalone.py", line 67, in __init__
    RequestBase.__init__(self, properties)
  File "/home/wyq/Downloads/1-8-42d282096e80/MoinMoin/request/__init__.py", line 166, in __init__
    self._load_multi_cfg(given_config)
  File "/home/wyq/Downloads/1-8-42d282096e80/MoinMoin/request/__init__.py", line 362, in _load_multi_cfg
    self.cfg = multiconfig.getConfig(self.url)
  File "/home/wyq/Downloads/1-8-42d282096e80/MoinMoin/config/multiconfig.py", line 191, in getConfig
    cfg = _makeConfig(cfgName)
  File "/home/wyq/Downloads/1-8-42d282096e80/MoinMoin/config/multiconfig.py", line 123, in _makeConfig
    cfg = configClass(name)
  File "/home/wyq/Downloads/1-8-42d282096e80/MoinMoin/config/multiconfig.py", line 270, in __init__
    self._check_directories()
  File "/home/wyq/Downloads/1-8-42d282096e80/MoinMoin/config/multiconfig.py", line 568, in _check_directories
    raise error.ConfigurationError(msg)
ConfigurationError: 
data_underlay_dir "/home/wyq/Downloads/1-8-42d282096e80/wiki/underlay" does not exist, or has incorrect ownership or
permissions.
Make sure the directory and the subdirectory "pages" are owned by the web
server and are readable, writable and executable by the web server user
and group.
It is recommended to use absolute paths and not relative paths. Check
also the spelling of the directory name.
2015-06-16 09:04:17,746 INFO MoinMoin.config.multiconfig:125 using wiki config: /home/wyq/Downloads/1-8-42d282096e80/wikiconfig.py
2015-06-16 09:04:20,136 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET / HTTP/1.1" 200 -
2015-06-16 09:04:20,194 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET /moin_static189/common/js/common.js HTTP/1.1" 200 -
2015-06-16 09:04:20,205 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET /moin_static189/modern/css/common.css HTTP/1.1" 200 -
2015-06-16 09:04:20,206 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET /moin_static189/modern/css/screen.css HTTP/1.1" 200 -
2015-06-16 09:04:20,206 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET /moin_static189/modern/css/print.css HTTP/1.1" 200 -
2015-06-16 09:04:20,206 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET /moin_static189/modern/css/projection.css HTTP/1.1" 200 -
2015-06-16 09:04:20,290 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET /moin_static189/common/moinmoin.png HTTP/1.1" 200 -
2015-06-16 09:04:20,386 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET /moin_static189/modern/img/moin-inter.png HTTP/1.1" 200 -
2015-06-16 09:04:20,394 INFO MoinMoin.server.server_standalone:286 127.0.0.1 "GET /moin_static189/modern/img/moin-www.png HTTP/1.1" 200 -

转载于:https://my.oschina.net/julian115/blog/467548

 类似资料:

相关阅读

相关文章

相关问答