Implementing Conditional State Execution in SaltStack

Adding Authentication too a PHP Application Directory Create a PHP info file in the existing LAMP environment: mkdir -p /var/www/html/admin cat > /var/www/html/admin/info.php << EOF <?php phpinfo(); ?> EOF Configuring HTTP Authentication Modify the Apache configuration to add password protection for the admin directory. Add this ...

Posted on Tue, 30 Jun 2026 17:35:36 +0000 by jburfield