Hi Richard,
The primary spot that you do this is in a file called httpd.conf (for http daemon configuration).
Depending on the machine it might be in /etc/http or in /etc/apache or in /usr/local/etc/http etc.
You can try to use locate httpd.conf
to find it.
This file has to include a line pointing to webwork.apache-config:
# This file configures Apache to handle requests for WeBWorK. To install WeBWorK # support in your Apache configuration, add the following line to the end of # your Apache configuration file (usually apache.conf or httpd.conf): # # Include /path/to/webwork.apache-config # # Customize the variable $webwork_dir below to match the location of your # WeBWorK installation.
If you are still having trouble you can email me the contents of the
httpd.conf file and its location and I can probably help you out.
-- Mike
<| Post or View Comments |>
|