| ARRIS Enterprises, Inc. Confidential Information |
Example Apache2 configurationsThis section contains an python CGI-BIN example script illustrating how to utilize the HTTP request parameters. It is for instance possible to send out certain boot images to STBs with certain serial numbers or MAC addresses. This can be quite handy if friendly test users should receive a different software image. Simple internal redirect using mod_rewriteMake sure that AllowOverride All is set in the Apache configuration file and restart the server. Create the following .htaccess file in your WWW root directory.
Simple external redirect using mod_rewriteMake sure that AllowOverride All is set in the Apache configuration file and restart the server. Create the following .htaccess file in your WWW root directory.
Example CGI scriptCreate the following file, stbconfig, in your cgi-bin directory, remember to make the file executable.
|