summaryrefslogtreecommitdiff
path: root/httemplate/docs/signup.html
diff options
context:
space:
mode:
authorivan <ivan>2001-08-28 16:58:08 +0000
committerivan <ivan>2001-08-28 16:58:08 +0000
commit5e99168da38e7616fc726242ce7d85e140f22c6f (patch)
treeb253e9fb12bd165ddd7ca8d32731fa947b219c3c /httemplate/docs/signup.html
parentaa7b51c0794f6a61e522fbba978f6c64446d8696 (diff)
customer-to-customer referrals in singup server
Diffstat (limited to 'httemplate/docs/signup.html')
-rw-r--r--httemplate/docs/signup.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/httemplate/docs/signup.html b/httemplate/docs/signup.html
index a40b1f963..ae5f63f15 100644
--- a/httemplate/docs/signup.html
+++ b/httemplate/docs/signup.html
@@ -18,6 +18,7 @@ Then:
<ul>
<li>Add the user `freeside' to the the external machine.
<li>Copy or symlink fs_signup/FS-SignupClient/cgi/signup.cgi into the web server's document space.
+ <li>When linking to signup.cgi, you can include a referring custnum in the URL as follows: <code>http://public.web.server/path/signup.cgi?ref=1542</code>
<li>Enable CGI execution for files with the `.cgi' extension. (with <a href="http://www.apache.org/docs/mod/mod_mime.html#addhandler">Apache</a>)
<li>Create the /usr/local/freeside directory on the external machine (owned by the freeside user).
<li>touch /usr/local/freeside/fs_signupd_socket; chown freeside /usr/local/freeside/fs_signupd_socket; chmod 600 /usr/local/freeside/fs_signupd_socket