This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| #----------------------------------------------------- | |
| # solr-initd v0.5.1 | |
| #----------------------------------------------------- | |
| # Starts solr and writes a pid file. Meant | |
| # to be used with the initd script but this | |
| # can be used on it's own | |
| # | |
| # Requires /etc/solr.conf | |
| # Usage: ./solr.start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;extension = /usr/lib64/php/modules/geoip.so | |
| hhvm.pid_file = "/var/run/hhvm/hhvm.pid" | |
| hhvm.server.port = 9000 | |
| hhvm.server.fix_path_info = true | |
| hhvm.server.type = fastcgi | |
| hhvm.server.enable_magic_quotes_gpc = false | |
| hhvm.server.enable_keep_alive = true | |
| hhvm.server.enable_ssl = true | |
| hhvm.log.access_log_default_format = "%h %l %u %t \"%r\" %>s %b" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| # | |
| # hhvm Startup script for the HipHop Server | |
| # | |
| # chkconfig: - 85 15 | |
| # description: HHVM is an open-source virtual machine designed for executing programs written in Hack and PHP | |
| # processname: hhvm | |
| # config: /etc/php.ini | |
| # config: /etc/hhvm/server.ini | |
| # pidfile: /var/run/hhvm/hhvm.pid |
NewerOlder