Commit Graph

101 Commits

Author SHA1 Message Date
Matthew Saunders Brown
6850a5b6e2 rearrange output, set php version only once 2023-04-27 13:20:51 -07:00
Matthew Saunders Brown
77f5fca521 add fpmmax 2023-04-24 14:04:12 -07:00
Matthew Saunders Brown
5425e7a168 move php-fpm config from vhost-add to user-add 2023-04-16 10:50:42 -07:00
Matthew Saunders Brown
a4cc2542d1 set default PHP-FPM pm.max_children 2023-04-16 10:49:38 -07:00
Matthew Saunders Brown
d000064624 remove password warning, only create /home/username/.my.cnf if it doesn't exist 2023-04-15 12:41:56 -07:00
Matthew Saunders Brown
5788ca2040 remove unencrypted password warnings, passwords encrypted now 2023-04-15 12:40:19 -07:00
Matthew Saunders Brown
77b8882969 fix copyright date 2023-04-13 16:19:39 -07:00
Matthew Saunders Brown
a856910b9f add new bin/vhost-archive.sh script 2023-04-13 16:17:13 -07:00
Matthew Saunders Brown
424d6c36fd add PHP-FPM pm.max_children variable option 2023-04-10 11:36:52 -07:00
Matthew Saunders Brown
d6a484f95a add vhost-exp.sh 2023-03-30 15:01:51 -07:00
Matthew Saunders Brown
a61ceec6c1 add vhost-user-get.sh 2023-03-30 14:59:01 -07:00
Matthew Saunders Brown
b150d01b70 encrypt stored passwords 2023-03-30 14:57:56 -07:00
Matthew Saunders Brown
c463be70a2 username can be between 3 and 12 characters 2023-03-30 14:57:07 -07:00
Matthew Saunders Brown
e4e4d4e47a move database option to mysql section 2023-03-18 16:36:33 -07:00
Matthew Saunders Brown
7bc3188cb3 misc 2023-03-03 10:42:13 -08:00
Matthew Saunders Brown
93629297ba fix check for /etc/firewalld/ 2022-11-17 14:43:40 -08:00
Matthew Saunders Brown
6bf7c44560 open http ports in firewalld 2022-11-16 15:10:52 -08:00
Matthew Saunders Brown
f9bbdeddc2 fix paths to systemd files 2022-10-21 14:43:49 -07:00
Matthew Saunders Brown
980574bdc1 clean up and rework vhost-enable.sh 2022-10-21 14:41:20 -07:00
Matthew Saunders Brown
a40e7b73db change target to multi-user 2022-10-21 10:29:14 -07:00
Matthew Saunders Brown
427f8f1c28 move systemd configs to /usr/local/... 2022-10-20 11:45:00 -07:00
Matthew Saunders Brown
cdde6bd201 add systemd/jail-mounts.service 2022-10-20 11:44:41 -07:00
Matthew Saunders Brown
059927c38c configure needrestart 2022-10-18 16:28:39 -07:00
Matthew Saunders Brown
b440ac403e add customized etc/apache2/mods-available/ssl.conf 2022-09-19 16:28:36 -07:00
Matthew Saunders Brown
2529f4a30f fix existing vhost check 2022-09-13 12:59:36 -07:00
Matthew Saunders Brown
5adac1b4b3 fix variable name 2022-09-13 12:58:18 -07:00
Matthew Saunders Brown
c655e092e8 put jail job in background 2022-09-01 15:32:26 -07:00
Matthew Saunders Brown
85f9053543 add php-bcmath install 2022-09-01 15:31:39 -07:00
Matthew Saunders Brown
da201b3026 make install commands noninteractive 2022-08-29 15:42:27 -07:00
Matthew Saunders Brown
fdad410e58 update for ubuntu 22.04 2022-08-29 15:32:56 -07:00
Matthew Saunders Brown
1b0219e0f7 change license from MIT to GPL 3.0+ 2022-08-22 13:22:16 -07:00
Matthew Saunders Brown
30c93cc910 make jail mounts work with all file system devices 2022-08-03 15:47:17 -07:00
Matthew Saunders Brown
59db6719db remove blank line 2022-07-22 10:04:08 -07:00
Matthew Saunders Brown
392d7189fd disable ForceHTTPS by default 2022-07-21 15:26:07 -07:00
Matthew Saunders Brown
d44faac00e add ForceHTTPS option variable 2022-07-21 15:25:10 -07:00
Matthew Saunders Brown
4d57865ae9 add AliasDomain variable 2022-07-21 15:06:41 -07:00
Matthew Saunders Brown
7197d9379e change stats auth to RequireAny 2022-07-21 09:13:02 -07:00
Matthew Saunders Brown
070f07635a change webalizer cron to systemd timer 2022-07-19 15:56:12 -07:00
Matthew Saunders Brown
e300369ab0 add sbin to install and update 2022-07-19 13:27:19 -07:00
Matthew Saunders Brown
461ce697b3 webalizer install and configs 2022-07-19 13:18:12 -07:00
Matthew Saunders Brown
a7e8387f77 add phpMyAdmin config file 2022-07-19 12:55:42 -07:00
Matthew Saunders Brown
5eefd2ad93 clean up help() 2022-07-18 19:11:44 -07:00
Matthew Saunders Brown
4343325188 enable username option 2022-07-18 19:09:40 -07:00
Matthew Saunders Brown
3b1ba93156 force /phpMyAdmin to use default fpm 2022-07-18 19:05:51 -07:00
Matthew Saunders Brown
5ac4e936f7 reduce redundant username generation code 2022-05-03 16:44:00 -07:00
Matthew Saunders Brown
fdd41947e4 create new vhost-get.sh 2022-05-02 16:19:00 -07:00
Matthew Saunders Brown
939efd4d96 create cgi-bin dir 2022-04-27 10:18:31 -07:00
Matthew Saunders Brown
959ab99486 add cgiwrap support 2022-04-26 15:58:13 -07:00
Matthew Saunders Brown
848fd67d87 explicitly set root on sudo command, just being verbose no change in functionality 2022-04-20 12:02:18 -07:00
Matthew Saunders Brown
9f69f46a0b enable cgi-bin support 2022-04-19 13:15:53 -07:00