Skip Navigation

Update the database

Once you have a good regular expression, update the database with it. Use the following SQL to update the database with the new regular expression. Replace 'new_expression' with the new regular expression:
UPDATE GLB_CONFIG_TAB SET VALUE = 'new_expression' WHERE KEY_NAME = 'ALT_HTTP_CAC_REGEX'