Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Dec 14, 2023. It is now read-only.
/ puppet-apache2 Public archive
forked from osoco/puppet-apache2

Puppet module to manage apache2, with hability to enable or disable virtualhosts and modules

Notifications You must be signed in to change notification settings

polytechas/puppet-apache2

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

puppet-apache2

Puppet module to manage apache2, with hability to enable or disable virtualhosts and modules. Currently, it only works in Debian family. Examples:

class my_apache_conf {

    apache2::module { "fastcgi":
        modname => "fastcgi",
    }

    apache2::disable_virtualhost { "000-default":
        conffile => "000-default",
    }

    apache2::proxy { "apache2-proxy-tomcat":
       virtualhost_name => 'mytomcatapp.com',
       server_admin_mail => 'admin@mytomcatapp.com',
       backend_url => '127.0.0.1:8080'
    }

    apache2::redirection { "apache2-jenkins-redirect":
        virtualhost_name => 'jenkins.myorg.com',
        server_admin_mail => 'admin@myorg.com',
        destination => 'http://continuos-integration.myorg.com/jenkins'
    }
}

For more advanced usages, you can check out the projects https://github.com/osoco/puppet-apache2_svn and https://github.com/osoco/puppet-apache2_trac

About

Puppet module to manage apache2, with hability to enable or disable virtualhosts and modules

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Puppet 72.1%
  • HTML 27.9%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.