|
All this talk about apache has got me going again. Needless to say that my Apache config that worked before no longer works. Nice. Anyhow, finally got SSI working, but now no CGIs will run. The path matching is there, but in the debug files (-vv) it shows that permission is denied. I'm running exactly the same scripts that are already up and running on Classic, so I don't think it's object authority. Here's an exerpt from the log: try_alias_list(): attempt regular expresion - ^/cgi-bin/(.*) match found! request filename = /QSYS.LIB/AS400CGI.LIB/bvstop5.PGM get_path_info(): access to /cgi-bin/bvstop5 failed. Errno = 3401 I've even go so far as to grant *PUBLIC *ALL authority to the library and all objects inside to make sure it is not object authority related. My config looks like this: ScriptAliasMatch ^/cgi-bin/(.*) /QSYS.LIB/AS400CGI.LIB/$1.PGM <Directory /QSYS.LIB/AS400CGI.LIB> allow from all order allow,deny Options +ExecCGI </Directory> Any ideas anyone? Like I said, this worked on an "older" version of pbA on V5R1, but after the PTFs, it looks like things are changed. Thanks! Brad
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.