Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rewrite Rules for SRP HTTP Framework on Various Web Servers

Anchor
rewrite
rewrite

 

 

The following is a list of rewrite rules specifically for the SRP HTTP Framework under various web servers.

In all examples below api is a user defined path and can be substitued for whatever path you choose for your API. Also, OECGI4.exe could be replaced with OECGI3.exe or whatever version of OECGI that is in place.

Abyss

SettingValue
TypeGlobal
Base virtual path 
Virtual path^/api$
If this rule matchesPerform an internal redirection
Destination/api/cgi-bin/oecgi4.exe
Next actionStop matching

...