You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _docs/sysadmin/installation/system_customization.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -359,6 +359,11 @@ Refer to [this](/student/communication/markdown) to learn more about markdown.
359
359
360
360
361
361
362
+
## Changing the multi-processing module of Apache2, Enabling HTTP2
363
+
364
+
Please refer to [this sysadmin action](/sysadmin/installation/version_notes/v23.12.02) page.
365
+
366
+
362
367
## Preferred Name Change Logging
363
368
364
369
In the interests of diversity, Submitty provides for users to set a preferred name should it be different from their legal name. This feature can be abused, so changes to a user's preferred name is recorded into Postgresql's log for review. To make it easier to locate these logged messages, a sysadmin tools script, `pnc_compile.pl`, is provided to fetch the preferred name change logs from Postgresql and compile them into a human readable report.
@@ -381,4 +386,5 @@ In the interests of diversity, Submitty provides for users to set a preferred na
381
386
* Postgresql's log is typically owned by `root`, so it is mandatory to run the script as `root`.
382
387
* Be sure to set execute permission on the script.
383
388
* The script will parse Postgresql's log *by the current day's datestamp*, so it is intended that the script is run once per day.
384
-
* Alternatively, if you wish to schedule the crontab for overnight after 12AM, you can set the `-y` or `--yesterday` argument so the script will intentionally parse Postgresql's log by the *previous* day's datestamp. e.g. `/path/to/pnc_compile.pl -y`
389
+
* Alternatively, if you wish to schedule the crontab for overnight after 12AM, you can set the `-y` or `--yesterday` argument so the script will intentionally parse Postgresql's log by the *previous* day's datestamp. e.g. `/path/to/pnc_compile.pl -y`
0 commit comments