From 9ef0fe556c750abdea4b10e720af0d23485a45d8 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 10 Dec 2004 23:51:02 +0000 Subject: [PATCH] correct path to selfservice --- httemplate/docs/selfservice.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/httemplate/docs/selfservice.html b/httemplate/docs/selfservice.html index a4dc6aa78..e533ed2ee 100644 --- a/httemplate/docs/selfservice.html +++ b/httemplate/docs/selfservice.html @@ -23,7 +23,7 @@ Then:
  • Set the signup_server-default_agentnum configuration value to a default agent number.
  • Set the signup_server-default_refnum to a default advertising source.
  • Add the user `freeside' to the the external machine. -
  • Copy or symlink the
    fs_signup/FS-SelfService/cgi/
    directory into the web server's document space, for customer self-service and reseller access. Optionally, customize the .html templates. +
  • Copy or symlink the
    fs_selfservice/FS-SelfService/cgi/
    directory into the web server's document space, for customer self-service and reseller access. Optionally, customize the .html templates.
  • Copy or symlink the
    fs_signup/FS-SignupClient/cgi/
    directory into the web server's document space, for signups. Optionally, customize the .html templates.
  • When linking to signup.cgi, you can include a referring custnum in the URL as follows: http://public.web.server/path/signup.cgi?ref=1542
  • Enable CGI execution for files with the `.cgi' extension. (with Apache) -- 2.11.0