null+****@clear*****
null+****@clear*****
2012年 7月 25日 (水) 18:26:18 JST
Kouhei Sutou 2012-07-25 18:26:18 +0900 (Wed, 25 Jul 2012) New Revision: 85cbb04de4317aed23962830015ee916d41be8c4 https://github.com/groonga/groonga/commit/85cbb04de4317aed23962830015ee916d41be8c4 Log: doc: add more description of configuration as comment Modified files: doc/source/reference/executables/groonga-httpd.txt Modified: doc/source/reference/executables/groonga-httpd.txt (+6 -0) =================================================================== --- doc/source/reference/executables/groonga-httpd.txt 2012-07-25 18:25:59 +0900 (a9221ad) +++ doc/source/reference/executables/groonga-httpd.txt 2012-07-25 18:26:18 +0900 (63b30ec) @@ -160,6 +160,10 @@ Here is an example configuration to add authorization to location /d/shutdown { groonga on; + # groonga_base_path is needed. + # Because /d/shutdown is handled as the base path. + # Without this configuration, /d/shutdown/shutdown path is required + # to run shutdown command. groonga_base_path /d/; auth_basic "manager is required!"; auth_basic_user_file "/etc/managers.htpasswd"; @@ -167,6 +171,8 @@ Here is an example configuration to add authorization to location /d/ { groonga on; + # groonga_base_path doesn't needed. + # Because location name is the base path. } Performance related directives -------------- next part -------------- HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...Download