Class: Avm::EacWordpressBase0::ApacheHost

Inherits:
Avm::EacWebappBase0::ApacheHost show all
Defined in:
lib/avm/eac_wordpress_base0/apache_host.rb

Constant Summary

Constants inherited from Avm::EacWebappBase0::ApacheHost

Avm::EacWebappBase0::ApacheHost::JOBS

Instance Method Summary collapse

Methods inherited from Avm::EacWebappBase0::ApacheHost

#no_ssl_site_content, #ssl?

Instance Method Details

#document_rootObject



8
9
10
# File 'lib/avm/eac_wordpress_base0/apache_host.rb', line 8

def document_root
  instance.read_entry(::Avm::Instances::EntryKeys::FS_PATH)
end

#extra_contentObject



12
13
14
# File 'lib/avm/eac_wordpress_base0/apache_host.rb', line 12

def extra_content
  "AssignUserID #{system_user} #{system_group}"
end

#system_groupObject



20
21
22
# File 'lib/avm/eac_wordpress_base0/apache_host.rb', line 20

def system_group
  instance.read_entry('system.groupname')
end

#system_userObject



16
17
18
# File 'lib/avm/eac_wordpress_base0/apache_host.rb', line 16

def system_user
  instance.read_entry('system.username')
end