Installation problems with WWK2 | topic started 8/3/2004; 11:59:59 PM last post 12/23/2004; 12:20:42 PM |
|
|
|
|
Michael Gage - Re: Installation problems with WWK2 12/23/2004; 12:20:42 PM (reads: 1428, responses: 0) |
It seems we can break the problem down as follows: either AliasMatch is not working or is turned off or
One or the other values
To check the first one see if you can get AliasMatch to work by inserting
it directly into the httpd.conf file. Use the literal values of the variable above (taken
from global.conf, or use a directory that you already know works.). By the way make
sure that
If the directive works when inserted in the httpd.conf file, try it again in the
webwork.apache-config file, but use literal values instead of If that works, then you've narrowed it down to getting the values of these two varibles set correctly. You can use warn messages to print out the value of the variables to the apache error log.
Given the error message for By the way make sure that you are inspecting all of the messages appearing in the apache error log -- some of them are not echoed to the web browser and they might be reporting errors in getting AliasMatch to work. One reference on AliasMatch is at http://httpd.apache.org/docs/mod/mod_alias.html#aliasmatch another |