Hi john,
I have problem in config the webwork on my local system, which run on Linux, Apache2.055, mod_perl-2.03, perl5.8.7 and PHP5
I've got the sources code and documentation on http://devel.webwork.rochester.edu/twiki/bin/view/Webwork/WebHome
after getting the webwork source code, I run bin/check_modules.pl. It looks OK(all modules installed!)
I want a URL looks like: http://webwork.ucmrced.edu so I have the webwork2 directory @ /opt/webwork/webwork2 and so pg: /opt/webwork/pg
Change in global.conf $webwork_url = "/"; $webwork_htdocs_url = "/webwork2_files"; $webwork_courses_url = "/webwork2_course_files";
Change on Apache: httpd.conf <VirtualHost *:80> ServerAdmin ccb_info@ucmerced.edu ServerName webwork.ucmerced.edu ServerAlias webwork #DocumentRoot /var/empty DocumentRoot /opt/webwork/webwork2 #ScriptAlias /cgi-bin/ /opt/webwork/webwork2/cgi ErrorLog /opt/webwork/logs/error-log CustomLog /opt/webwork/logs/access-log common </VirtualHost>
Does any one have any idea what wrong on my configuration? Thanks
-Q
<| Post or View Comments |>
|