contains a virtualHost
Methods
|
|
__init__
destroy
validate
|
|
__init__
|
__init__ (
self,
parent,
doc,
)
Exceptions
|
|
configError( "all virtualhosts must have names" )
|
|
|
destroy
|
destroy ( self )
|
|
validate
|
validate ( self )
validate our config doc
Exceptions
|
|
configError("%s -> %s" %( self.name, e ) )
|
|
|