Kevin, Thanks, the attached files have no line breaks as I received them so they are difficult to read. Do they look OK to you?
I was able to read your m2web.cgi since it is only 764 characters long and many of the lines should begin with "export" or with "#". The way that you have defined your gtmroutines environment variable (with the m2web routines directories at the last and a separate directory for m2web object code) will cause some features to not work correctly. Support files containing HTML, CSS, and Javascript are currently located by parsing the source directories out of $zroutines, but the parsing is not perfectly general and it only picks up on the first set of parentheses. Also, there is no need to include gtm_dist twice in the list. The md5 encryption library is intended to provide more secure encryption of access codes and verify codes, but its reference can be commented out for now since it is not yet linked in to the login and user entry routines. However, it or something like it is needed for production use since the VA encryption routines are omitted from the FOIA VistA. Kevin wrote: >Here are the two relevent files. > >httpd.conf -- found in /etc/httpd/conf/httpd.conf >m2web.cgi -- found in /var/www/vista/m2weg.cgi > >I think that was it took. > >Kevin > >On 1/15/06, Jim Self <[EMAIL PROTECTED]> wrote: >> >> If you could send me your notes and working configuration files, I could >> review them and >> use them to update the instructions. Once we have some more people with >> experience with >> different apache distributions, we may be able to script the whole process, >> following >> Bhaskar's example. >> > --------------------------------------- Jim Self Systems Architect, Lead Developer VMTH Computer Services, UC Davis (http://www.vmth.ucdavis.edu/us/jaself) ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ Hardhats-members mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/hardhats-members
