List of commits:
Subject Hash Author Date (UTC)
Removed comments from php-fpm.conf 46f4a76b3d0a37b3f6f2bdef8b749eca84246cce Catalin(ux) M. BOIE 2019-10-29 15:14:18
pool sample: removed comments 53364f40abda9cdab63a961e230bedb3c2dfcb67 Catalin(ux) M. BOIE 2019-10-29 15:12:01
Adapt spec file to Fedora 31 599df94445a9396fdc1cc0cc43df50838db973ae Catalin(ux) M. BOIE 2019-10-29 13:59:05
Cosmetic 69abfb69054c86d3b8136a83f3929831b2f75afe Catalin(ux) M. BOIE 2019-10-29 13:56:48
selinux: we need also map for httpd_t -> rocketgit_usr_t 6f4161abd283b4b83e5f3655d47187d9daf37a6f Catalin(ux) M. BOIE 2019-10-29 03:44:20
.spec update f5b7c9777f6e0f9e5b669c45abf5420bf0da80b8 Catalin(ux) M. BOIE 2019-10-26 05:35:45
Update version to 0.71 6f66dc4dda14cc3b171b91cd1feb28a762cf469a Catalin(ux) M. BOIE 2019-10-26 05:32:56
selinux: rg_change_pass updates 8c09ed1e91dd80e5cfbb5c39064b21c35057b58d Catalin(ux) M. BOIE 2019-10-26 05:32:01
Cosmetic 4b3f0dd52126a4a0e58766699b2dcce83770f822 Catalin(ux) M. BOIE 2019-10-26 05:31:35
Rework rg_git_merge because it failed dc8dc39ac4235e9f6d4b9f7f6981bf9c4a10bc5f Catalin(ux) M. BOIE 2019-10-26 05:30:48
Compariso script updates d56371208be824b919259f807d9e8aee41f74c4a Catalin(ux) M. BOIE 2019-10-26 05:30:09
css updates e051981b55d28a8f37ff6aff9425e99912ff34da Catalin(ux) M. BOIE 2019-10-26 05:29:45
Comparison updates e7a2d2b92380f1c4946ccd54113f1ca1b9b7216b Catalin(ux) M. BOIE 2019-10-26 05:29:03
TODO update 25ee0cf19af35ff1c9a273528bf60f40be987dfe Catalin(ux) M. BOIE 2019-10-26 05:28:44
History update 86c0575fd1ce8b8dd7729c909b7b45e488729f87 Catalin(ux) M. BOIE 2019-10-26 05:28:27
Big rework for rg_exec/rg_exec2 6b962257e2494217bcd528bcdbb39544b3809c14 Catalin(ux) M. BOIE 2019-10-26 05:28:09
Be more explicit and specify exactly the ssh command instead of 'ssh ... totp' 3750e02fc5a0d75ba274c6ae9757e3d582348f51 Catalin(ux) M. BOIE 2019-10-25 02:54:52
Activating gzip compression in nginx sample file 60a153c84f1a8ee68c4008d2cb512d3016c50499 Catalin(ux) M. BOIE 2019-10-25 02:33:13
totp: urlencode parameters when calling qrencode 0b16e22978a8b5488e8f435a538dec07bb515476 Catalin(ux) M. BOIE 2019-10-19 03:53:20
/run/rocketgit-fpm/ -> /run to not create the dir 13ff6e91698260ba5a41591275fa915e33baebc9 Catalin(ux) M. BOIE 2019-10-01 16:08:43
Commit 46f4a76b3d0a37b3f6f2bdef8b749eca84246cce - Removed comments from php-fpm.conf
Author: Catalin(ux) M. BOIE
Author date (UTC): 2019-10-29 15:14
Committer name: Catalin(ux) M. BOIE
Committer date (UTC): 2019-10-29 15:14
Parent(s): 53364f40abda9cdab63a961e230bedb3c2dfcb67
Signing key:
Tree: 8c99fd8523ce6c262da2fe842cc387162ccb45d6
File Lines added Lines deleted
samples/php-fpm.conf 0 101
File samples/php-fpm.conf changed (mode: 100644) (index aa3040a..41b2f2a)
1 ;;;;;;;;;;;;;;;;;;;;;
2 ; FPM Configuration ;
3 ;;;;;;;;;;;;;;;;;;;;;
4
5 ; All relative paths in this configuration file are relative to PHP's install
6 ; prefix.
7
8 ; Include one or more files. If glob(3) exists, it is used to include a bunch of
9 ; files from a glob(3) pattern. This directive can be used everywhere in the
10 ; file.
11 1 include=/etc/rocketgit/pool.conf include=/etc/rocketgit/pool.conf
12 2
13 ;;;;;;;;;;;;;;;;;;
14 ; Global Options ;
15 ;;;;;;;;;;;;;;;;;;
16
17 3 [global] [global]
18 ; Pid file
19 ; Default Value: none
20 4 pid = /run/rocketgit.pid pid = /run/rocketgit.pid
21
22 ; Error log file
23 ; If it's set to "syslog", log is sent to syslogd instead of being written
24 ; in a local file.
25 ; Default Value: /var/log/php-fpm.log
26 5 error_log = /var/log/php-fpm/rocketgit-error.log error_log = /var/log/php-fpm/rocketgit-error.log
27
28 ; syslog_facility is used to specify what type of program is logging the
29 ; message. This lets syslogd specify that messages from different facilities
30 ; will be handled differently.
31 ; See syslog(3) for possible values (ex daemon equiv LOG_DAEMON)
32 ; Default Value: daemon
33 ;syslog.facility = daemon
34
35 ; syslog_ident is prepended to every message. If you have multiple FPM
36 ; instances running on the same server, you can change the default value
37 ; which must suit common needs.
38 ; Default Value: php-fpm
39 ;syslog.ident = php-fpm
40
41 ; Log level
42 ; Possible Values: alert, error, warning, notice, debug
43 ; Default Value: notice
44 ;log_level = notice
45
46 ; If this number of child processes exit with SIGSEGV or SIGBUS within the time
47 ; interval set by emergency_restart_interval then FPM will restart. A value
48 ; of '0' means 'Off'.
49 ; Default Value: 0
50 ;emergency_restart_threshold = 0
51
52 ; Interval of time used by emergency_restart_interval to determine when
53 ; a graceful restart will be initiated. This can be useful to work around
54 ; accidental corruptions in an accelerator's shared memory.
55 ; Available Units: s(econds), m(inutes), h(ours), or d(ays)
56 ; Default Unit: seconds
57 ; Default Value: 0
58 ;emergency_restart_interval = 0
59
60 ; Time limit for child processes to wait for a reaction on signals from master.
61 ; Available units: s(econds), m(inutes), h(ours), or d(ays)
62 ; Default Unit: seconds
63 ; Default Value: 0
64 ;process_control_timeout = 0
65
66 ; The maximum number of processes FPM will fork. This has been design to control
67 ; the global number of processes when using dynamic PM within a lot of pools.
68 ; Use it with caution.
69 ; Note: A value of 0 indicates no limit
70 ; Default Value: 0
71 ;process.max = 128
72
73 ; Specify the nice(2) priority to apply to the master process (only if set)
74 ; The value can vary from -19 (highest priority) to 20 (lower priority)
75 ; Note: - It will only work if the FPM master process is launched as root
76 ; - The pool process will inherit the master process priority
77 ; unless it specified otherwise
78 ; Default Value: no set
79 ;process.priority = -19
80
81 ; Send FPM to background. Set to 'no' to keep FPM in foreground for debugging.
82 ; Default Value: yes
83 6 daemonize = no daemonize = no
84
85 ; Set open file descriptor rlimit for the master process.
86 ; Default Value: system defined value
87 ;rlimit_files = 1024
88
89 ; Set max core size rlimit for the master process.
90 ; Possible Values: 'unlimited' or an integer greater or equal to 0
91 ; Default Value: system defined value
92 ;rlimit_core = 0
93
94 ; Specify the event mechanism FPM will use. The following is available:
95 ; - select (any POSIX os)
96 ; - poll (any POSIX os)
97 ; - epoll (linux >= 2.5.44)
98 ; Default Value: not set (auto detection)
99 ;events.mechanism = epoll
100
101 ; When FPM is build with systemd integration, specify the interval,
102 ; in second, between health report notification to systemd.
103 ; Set to 0 to disable.
104 ; Available Units: s(econds), m(inutes), h(ours)
105 ; Default Unit: seconds
106 ; Default value: 10
107 ;systemd_interval = 10
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/catalinux/rocketgit

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/rocketgit

Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/rocketgit

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main