Changeset 511 for branches/htmlform/INSTALL
- Timestamp:
- 09/27/12 18:13:16 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/htmlform/INSTALL
r440 r511 65 65 5) Configure your webserver to call the IPDB scripts at an appropriate 66 66 web path. A webroot pointing to the HTML files (first level under 67 the ipdb-#VERSION#/ tarball directory, or /usr/local/lib/ipdb-#VERSION#) 68 with a symlink or alias for ip/ -> . should work fine; a server alias 69 under an existing virtual host shouldwork as well.67 the ipdb-#VERSION#/ tarball directory, or /usr/local/lib/ipdb-#VERSION#) 68 should work fine; a server alias under an existing virtual host should 69 work as well. 70 70 71 Note that all URLs referenced internally currently assume they will be 72 presented at http://host/ip/; you cannot put the IPDB at 73 http://host/noc/misc/ipdb/. 71 Set $IPDB::webpath (the web path to your IPDB install) in MyIPDB.pm. 72 Straight out of the tarball it should work at the webroot, but if you 73 want it in a subdirectory, you'll need to set this variable to get all 74 of the internal links to behave properly. 74 75 75 76 The directory containing the HTML and scripts must have at least the 76 77 following Apache directives (or other server equivalent) set: 77 78 78 Options ExecCGI IncludesNoEXEC FollowSymlinks79 Options ExecCGI IncludesNoEXEC 79 80 80 81 6) User lists can be maintained two basic ways:
Note:
See TracChangeset
for help on using the changeset viewer.