Re: [cgiwrap-users] Version differences
Brought to you by:
nneul
From: Nathan N. <nn...@um...> - 2002-04-08 12:52:10
|
Nothing should have changed that would cause that. I would suggest double checking permissions on the path up to the script. It sounds like it isn't successfully locating the script. Also, you might include the cgiwrapd output and look it over for how it decoded the path to the script. I tried running the URL's, but it gave the access control error. Also, the problem most likely isn't with the /www part. It's with locating htmSQL. -- Nathan John Gilbertson wrote: > > We have 2 machines running slightly different versions of CGIWrap, and > in most respects they're running perfectly fine, apart from one user who > has found their CGI's no longer work on our development server, which is > running a newer version of CGIWrap. > > Here's the setup: > csdinfo3 - CGIWrap 3.6.4 > csdinfo4 - CGIwrap 3.7.1 > > Working script: > http://csdinfo3.liv.ac.uk/cgi-bin/cgiwrapd/sbyrne/htmSQL/www/sbyrne/sasweb/packageusage.hsql > (as in script actualyl runs) > > Broken script: > http://csdinfo4.liv.ac.uk/cgi-bin/cgiwrapd/sbyrne/htmSQL/www/sbyrne/sasweb/packageusage.hsql > > It appears that 3.7.1 is behaving differently in translating the URL. > > The file /www/sbyrne/sasweb/packageusage.hsql exists from both servers > (remote mount), yet only the 3.6.4 version seems able to understand that > it is an argument to the htmSQL cgi (AFAICT) > > Both versions of CGI wrap were compiled with exactly the same set of > configure options. (listed at bottom) > > Is there some new option to 3.7.1 which we need to turn on/off to get > this to work, or any other pointers to what might be going wrong? > > -- > John Gilbertson > > configure settings: > ./configure \ > --prefix=/usr/local/etc/httpd/Port80 \ > --with-perl=/apps5/pdtools/gnu/bin/perl5 \ > --with-local-contact-name=webmaster \ > --with-local-contact-email=web...@li... \ > --with-install-group=other \ > --with-install-dir=/usr/local/etc/httpd/Port80/cgi-bin \ > --with-cgi-dir=cgi-bin \ > --with-httpd-user=nobody \ > --with-minimum-uid=1024 \ > --with-logging-file=/usr/local/etc/httpd/Port80/logs/cgiwrap.log \ > --with-script-subdirs \ > --with-rlimit-cpu=30 \ > --with-rlimit-vmem=15000000 \ > --with-rlimit-as=15000000 \ > --with-rlimit-fsize=15000000 \ > --with-rlimit-data=15000000 \ > --with-rlimit-stack=15000000 \ > --with-rlimit-core=15000000 \ > --with-rlimit-rss=15000000 \ > --with-rlimit-nproc=16 \ > --with-rlimit-nofile=64 \ > --with-allow-file=/usr/local/etc/httpd/Port80/conf/cgiwrap.allow \ > --with-deny-file=/usr/local/etc/httpd/Port80/conf/cgiwrap.deny \ > --with-host-checking > > _______________________________________________ > cgiwrap-users mailing list > cgi...@li... > https://lists.sourceforge.net/lists/listinfo/cgiwrap-users -- ------------------------------------------------------------ Nathan Neulinger EMail: nn...@um... University of Missouri - Rolla Phone: (573) 341-4841 Computing Services Fax: (573) 341-4216 |