|
Well I got the imagemap.c from the cgi-src directory to work. Here is the ugly patch. I'm sure that you all will have a nice, cleaner interface
vlad: diff -w cgi-src/imagemap.c ../httpd_1.6b1/cgi-src/imagemap.c | less65d64 <70c69 < #define CONF_FILE "/usr/local/httpd/conf/imagemap.conf"--- > #define CONF_FILE "/usr/local/etc/httpd/conf/imagemap.conf"72d70 < #define TRUE 1255,259d252
< #ifdef SSL_SUPPORT
< if ((port = getenv("SERVER_PORT")) && !strcmp(port,"443")) {
< printf("Location: https://%s", getenv("SERVER_NAME"));
< } else
< #endif /* SSL_SUPPORT */
|
| Inline: | Outline: |
|
to: |
|
|