PowerShell/demos/apache.ps1
joeyaiello 0c38f29d68 add comment-level demos
We've signed off on these demos conceptually.
The next step is for them to be implemented
and all blocking engineering work needs to be
enumerated and solved.
2016-07-12 16:01:40 -07:00

15 lines
529 B
PowerShell

# Get-ApacheVHosts
# Enumerate configured virtual hosts (web sites) on an apache server
# New-ApacheVHost
# Given defined parameters, create a $ServerName.conf virtual host config file at $VHostsDirectory
# Get-ApacheModules
# List installed Apache Modules
# Demo execution:
# Run Get-ApacheVHosts and enumerate configured virtual hosts
# Run Get-ApacheModules to show installed Apache modules
# Run New-ApacheVHost to create a new virtual host and restart Apache
# Run Get-ApacheVhosts to show the newly created virtual host