fixed wording

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-merge-1.4.x@935 152afb58-edef-0310-8abb-c4023f1b3aa9
svn/tags/lighttpd-1.4.11
Jan Kneschke 18 years ago
parent fc813b7d35
commit fbcecd3303

@ -678,9 +678,9 @@ static handler_t mod_status_handle_server_config(server *srv, connection *con, v
mod_status_header_append(b, "Server-Features");
#ifdef HAVE_PCRE_H
mod_status_row_append(b, "Rewrite Engine", "enabled");
mod_status_row_append(b, "RegEx Conditionals", "enabled");
#else
mod_status_row_append(b, "Rewrite Engine", "disabled - pcre missing");
mod_status_row_append(b, "RegEx Conditionals", "disabled - pcre missing");
#endif
mod_status_header_append(b, "Network Engine");

Loading…
Cancel
Save