Package com.aoindustries.aoserv.client.web
package com.aoindustries.aoserv.client.web
-
ClassDescriptionEach
VirtualHost
may have header configurations attached to it.EachHttpdServer
may listen for network connections on multipleNetBind
s.AnHttpdServer
represents one running instance of the Apache web server.TODO: Make the authentication aspect optional since this now has an optional handler.The set of expected handlers.EachVirtualHost
may have RewriteRule configurations attached to it.AnHttpdSite
is one unique set of web content and resides in its own directory under/www
.AnHttpdStaticSite
indicates that anHttpdSite
serves static content only.MultipleHttpdSiteURL
s may be attached to a unique combination ofHttpdSite
andHttpdBind
, represented by anHttpdSiteBind
.