Name

ap_server_root_relative — make a path relative to the server root

Synopsis

char *ap_server_root_relative(pool *p, char *file)

If file is not an absolute path, append it to the server root, in the pool p. If it is absolute, simply return it (not a copy).