Table 9.1. Configuration: Server
Variable | Description | Typical Value |
---|---|---|
baseurl | The "base" URL of your web server, ie the top level page | http://www.example.com/
|
cgiurl | The URL of your cgi-bin directory on
your web server. If you intend to use subdirectories for Wacs within the
cgi-bin directory, include that here (ie you can do
| http://www.example.com/wacs-cgi/ |
iconurl | This where the attribute and rating icons are to be found on your web server. These are the glyphs and artwork components. Not to be confused with the model "headshot" icons, which are expected to be in the icons sub-directory of the Wacs document tree. | http://www.example.com/wacs/glyphs/
|
siteurl | This is the URL for the site-specific web accessible files go - this will include model headshots, additional icons and any other site specific help files. In many cases this may be set to the same as wacsurl below, but it should be changed if you either want to move your local web components out of the /usr/share/wacs area or are hosting multiple sites on the same server. | http://www.example.com/mysite/
|
serveriurl | This is the URL used to access the content cache for image
files directly if that is in use. This directory has it's access
controlled by | http://www.example.com/content/images/ |
servervurl | This is the URL used to access the content cache for video
files directly if that is in use. This directory has it's access
controlled by | http://www.example.com/content/videos/ |
serverturl | This is the URL used to access the content cache for thumbnails
of set members directly if that is in use. This directory has it's access
controlled, IF it is set to something other than an empty string, by | http://www.example.com/content/thumbnails/ |
wacsurl | This is the URL for the Wacs document and stylesheet tree itself, ie where the htmlbones index.php and wacs css stylesheets go. | http://www.example.com/wacs/
|
directurl | This is the URL for getting to the set
icons *ONLY* if the | http://www.example.com/wacs/iconcache/
|
wacsmain | This is the URL for the Wacs main menu
which would typically be either a custom front page, for instance
| http://www.example.com/cgi-bin/wacs/wacsfp |
wacsallm | This is the URL that the All Models
link should go to. On a site with a small number of models defined, this
will probably be just |
http://www.example.com/cgi-bin/wacs/wacsmodelthumbs/A=A |
wacsmodp | This is the URL for the preferred detailed model page on the
current installation. It expects to be used with a model number directly
following possibly with optional modifiers after although not all possible
model pages will understand that. This allows for use of pages like the
WacsPHP model page which would be |
http://www.example.com/cgi-bin/wacs/wacsmodelpage/ |
wacsmthu | This is the URL for the preferred summary or thumbnail version of the model page. It expects to be used with a model number directly following. |
http://www.example.com/cgi-bin/wacs/wacsmpthumbs/ |
signupurl | This is the URL of a page that tells people how to sign up for access to your site. If it's set to an empty string, no messages about it will be shown. | http://www.example.com/signup.html |
[a] wacsmodp and wacsmthu are only applicable to WACS 0.9.0 and higher but are depricated in favour of the same entries in the apps section in WACS 0.9.1 and above. |