Changes between Version 13 and Version 14 of misc/botlog_pas


Ignore:
Timestamp:
08/22/18 16:30:33 (7 years ago)
Author:
Tetsuya Michikawa
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • misc/botlog_pas

    v13 v14  
    185185
    186186修正箇所は{{{getServerCfg:root}}}。[[br]]
     187
     188他にも、apacheの設定ファイルを変更する必要がある。これは{{{root}}}で。[[br]]
     189変更箇所は、{{{WSGIScriptAlias}}}[[br]]
     190
     191{{{
     192[root@localhost ~]# vi /etc/httpd/conf.d/botlog.conf
     193WSGIPythonPath /opt/OperationLog/local/lib/python2.7/site-packages/
     194#WSGIScriptAlias /TEST/botlog /opt/OperationLog/botlog/botlogApp.wsgi
     195WSGIScriptAlias /EUJP/botlog /opt/OperationLog/botlog/botlogApp.wsgi
     196
     197<Directory "/opt/OperationLog/botlog">
     198    Options All
     199    AllowOverride All
     200    Order allow,deny
     201    Allow from all
     202</Directory>
     203}}}
     204
    187205修正後に、httpdを再起動し、{{{http://(HOSTNAMEorIPADDR)/EUJP/botlog/edit}}}にアクセスすると変更前と同じデータが表示される。
    188206