This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<VirtualHost *:80> | |
ServerName phabricator.my.domain | |
## Vhost docroot | |
DocumentRoot "/opt/phacility/phabricator/webroot" | |
<Directory "/opt/phacility/phabricator/webroot"> | |
Options Indexes FollowSymLinks MultiViews | |
AllowOverride None |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Environment: RHEL6 with Passenger from EPEL and Puppet Open-source from yum.puppetlabs.com | |
# Howto compile: | |
# yum install checkpolicy | |
# checkmodule -M -m -o local_puppet_passenger.mod local_puppet_passenger.te && | |
# semodule_package -o local_puppet_passenger.pp -m local_puppet_passenger.mod && | |
# semodule --install local_puppet_passenger.pp | |
module local_puppet_passenger 2.17; |
NewerOlder