[Chameleon-dev] [Bug 842] [Chameleon - Documentation] Review Installation Guide first draft

bugzilla-daemon at www.maptools.org bugzilla-daemon at www.maptools.org
Fri Nov 12 08:10:42 EST 2004


http://www.maptools.org/bugzilla/show_bug.cgi?id=842





------- Additional Comments From dredfern at dmsolutions.ca  2004-11-12 08:10 -------
Paul, questions about aliases...

Q1: In the current version of this document under CVS, the /samples/ alias is 
set as

Alias /samples/ "/path/to/chameleon<version>/samples/htdocs/"
<Directory "/path/to/chameleon<version>/samples/htdocs/">
  AllowOverride None
  Options Indexes FollowSymLinks Multiviews 
  Order allow,deny
  Allow from all
</Directory>

However, in the current MS4W file, the ?same? alias is set as: 

Alias /chameleon/samples "/ms4w/apps/chameleon/samples/htdocs"
<Directory "/ms4w/apps/chameleon/samples/htdocs">
  AllowOverride None
  Options Indexes FollowSymLinks Multiviews 
  Order allow,deny
  Allow from all
</Directory>

Should we be aliasing /chameleon/samples or /samples/? This similar question is 
played out in other aliases as well. 

Q2: In the MS4W file there are three "CWC2" aliases

Alias /chameleon/cwc2/contexts "/ms4w/apps/chameleon/cwc2/contexts"
<Directory "/ms4w/apps/chameleon/cwc2/contexts">
  AllowOverride None
  Options Indexes FollowSymLinks Multiviews 
  Order allow,deny
  Allow from all
</Directory>

Alias /chameleon/cwc2/templates "/ms4w/apps/chameleon/cwc2/templates"
<Directory "/ms4w/apps/chameleon/cwc2/templates">
  AllowOverride None
  Options Indexes FollowSymLinks Multiviews 
  Order allow,deny
  Allow from all
</Directory>

Alias /chameleon/cwc2 "/ms4w/apps/chameleon/cwc2/htdocs"
<Directory "/ms4w/apps/chameleon/cwc2/htdocs">
  AllowOverride None
  Options Indexes FollowSymLinks Multiviews 
  Order allow,deny
  Allow from all
</Directory>

Should these be mentioned in the install document or should I mention them in 
the Service Instance documents? Both? Neither?







------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the Chameleon-dev mailing list