SeidenGroup / siteadd

siteadd makes adding PHP-based websites to Apache simple
GNU General Public License v3.0
2 stars 1 forks source link

When custom config chosen, show PHP-CLI command for it #5

Closed alanseiden closed 3 years ago

alanseiden commented 3 years ago

Show the appropriate PHP-CLI command to utilize the custom config. Show on the siteadd-generated index page and in the printed output of the addsite command. e.g. PHPRC=/www/seidenphp/phpconf PHP_INI_SCAN_DIR=/www/seidenphp/phpconf/conf.d /QOpenSys/pgks/bin/php or whatever the correct values are.

Would be educational, I think.