Module Netcgi_apache.Apache.Server

module Server: sig .. end

type t 

Apache server_rec structure.

val hostname : t -> string

server_hostname field (as declared in Apache configuration file).

val admin : t -> string

server_admin field.

val is_virtual : t -> bool

is_virtual field.