oblem, and what do I do to avoid it.
Thanks
--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group
Institutions do not have opinions, merely customs
Apache::Constants qw(:common);
sub handler {
my $r = shift;
my $gate = $r->dir_config("Gate");
for mod_perl2 do I just use
Apache2::Const qw(:common);
and use the rest of that code as a model or will I run into other
issues?
--
Bruce Johnson
University of Arizona
College of Pha
On Dec 18, 2008, at 3:31 PM, André Warnier wrote:
Bruce Johnson wrote:
I'm looking at the code at the modperl.com site <http://www.modperl.com/book/chapters/ch6.html
> ('Authenticating against a database') as I need to write an
authentication handler for our site.
/ModPerl/Util.pm
line 69.
What's the proper way to do this?
--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group
Institutions do not have opinions, merely customs
rer: https://www.pharmacy.arizona.edu/avi/edit_av3.pl
Examination of the upload directory shows that the file is in fact
uploading to the correct place, so I don't know what the issue is. The
only html that is processed is :
Google has been quite uninformative.
--
Bruce Johnson
University of Ari
ipts.
Heck, every CGI perl script on our server uses the same code, which is
defined in the '-defaults' file for each application.
ONLY this one script is generating the error.
I've examined the file, there's no odd characters or anything in it.
--
Bruce Johnson
Univer
tem; I've got a well-thumbed copy of the porting
guide on my desk at this moment :-)
--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group
Institutions do not have opinions, merely customs
sert dynamically
created tables, etc.
I've used this to output pre-encoded rtf with variable substitution,
too.
(Hint, use Windows Write to generate the RTF, it makes simple, easy to
parse and customize rtf files. The RTF emitted by Word or TextEdit is
ginormously complicated)
--
Br
ry/software/mod_perl/mod_perl_cgi.html#>
See also:
<http://docstore.mik.ua/orelly/weblinux2/modperl/ch02_06.htm>
The first thing to try, imo, is just set up the new Apache server with mod_perl
and run through the apps, see what breaks...no need to fix things that aren't
broken.
2.2.15
Configure mod_perl with /root/httpd-2.2.15 ? [y]
* WARNING *
Apache Version 1.3.0 required, aborting..."
This is the latest version from CPANis there a more modern replacement for
this?
--
Bruce Johnson
University of Arizona
College of Pharmacy
Informa
the wrong
answers from their data...
--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group
Institutions do not have opinions, merely customs
ot;;
my $dbh = DBI->connect("dbi:Oracle:$dbname", $login, $dbpass, {RaiseError =>1});
print "Content-type: text/html\n\n";
print "It Works";
exit;
(and this is just a test , any script using DBI fails with this error.)
What am I missing?
--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group
Institutions do not have opinions, merely customs
r/local/share/perl5
INC-> /usr/lib64/perl5/vendor_perl
INC-> /usr/share/perl5/vendor_perl
INC-> /usr/lib64/perl5
INC-> /usr/share/perl5
INC-> .
INC-> /etc/httpd
>
>
> On Mon, Oct 21, 2013 at 10:57 AM, Bruce Johnson
> wrote:
> We've set
ng updates (this is a vm)
On Oct 21, 2013, at 11:42 AM, Fred Moyer wrote:
> Where does Oracle.so live on your filesystem?
>
>
> On Mon, Oct 21, 2013 at 11:37 AM, Bruce Johnson
> wrote:
>
> On Oct 21, 2013, at 11:20 AM, Fred Moyer wrote:
>
> > This is annoyin
64-bit everything.
The script works if I comment out the mod_perl handler, uncomment the
ScriptAlias line and restart Apache, so it HAS to be with the mod_perl handler
directives.
>
> -Original Message-
> From: Bruce Johnson [mailto:john...@pharmacy.arizona.edu]
>
g here, it wouldn't work on the command line or as
a CGI script, either, I'd think.
This is maddening.
--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group
Institutions do not have opinions, merely customs
r/lib/oracle/11.2/client64/lib/libnnz11.so
(0x7f659bbb2000)
libdl.so.2 => /lib64/libdl.so.2 (0x7f659b9ae000)
libnsl.so.1 => /lib64/libnsl.so.1 (0x7f659b795000)
libaio.so.1 => /lib64/libaio.so.1 (0x7f659b593000)
/lib64/ld-linux-x86-64.so.2
On Oct 21, 2013, at 2:56 PM, Thomas M. Payerle wrote:
> On Mon, 21 Oct 2013, Bruce Johnson wrote:
>
> Based on path, sounds like you have a 64 bit version of Oracle. I am
> assuming that you verified that your mod_perl is a 64 bit build.
>
yes it is.
> Is your mod_perl
On Oct 22, 2013, at 8:23 AM, Torsten Förtsch wrote:
> On 21/10/13 19:57, Bruce Johnson wrote:
>> We've set a Directory directive for some perl scripts, setting a mod_perl
>> handler:
>>
>> Alias /card_access /home/allwebfiles/perl/catcard
>&
RVER_NAME --> internal.pharmacy.arizona.edu
SERVER_PORT --> 443
SERVER_PROTOCOL --> HTTP/1.1
SERVER_SIGNATURE -->
Apache/2.2.15 (Red Hat) Server at internal.pharmacy.arizona.edu Port 443
SERVER_SOFTWARE --> Apache/2.2.15 (Red Hat)
SSL_TLS_SNI --> internal.pharmacy.arizona.edu
WASIREAD --&
t;>>
>>> On Thu, Oct 1, 2015 at 4:12 PM, viva marai wrote:
>>>> Sorry if these kinds of messages are against the guidelines (I didn't
>>>> see
>>>> anything prohibiting announcing projects built on mod_perl).
>>>> I built a Hacker News cl
ee/master/SL-App
>
> Both are far from polished - I'm sure you can find better examples out there
> :)
>
> On Fri, Oct 2, 2015 at 1:30 PM, Bruce Johnson
> wrote:
>> And I’d like to just poke at it to see what a working mod_perl site looks
>> like, be
etty sure it’s out of one of Larry Wall’s
books; I use it to generate random strings for cookies.
If it’s properly seeded in the original code, it should either work or not work
on all five servers. Not working on one out of the five makes me think maybe
there’s some sort of weird caching issue
t the source of the random token is the issue here,
but the server (or something else, a load balancer, something like that?)
caching the request parameters for some reason.
Possibly the server is not recognizing it as a new request, and thus not
generating the new token.
I don’t think it wou
od-perl
on my RHEL6 system I just created a conf file in the /etc/ld.so.conf.d/
directory oracle.conf containing my actual $ORACLE_HOME/lib path, ran
/sbin/ldconfig and bounced apache.
--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group
Institutions do not h
middle of the afternoon and I'm seeing
'accesses per minute' kind of traffic.
And clues as to where I should start to look?
--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group
Institutions do not have opinions, merely customs
re ONLY opened in the child process doing the
work and get closed properly.
With DBI in use you can use the variable DBI_TRACE to get extensive log. Google
for that in combination with mod_perl.
Just some hints.
Best regards
Andreas
--
Bruce Johnson
University of Arizona
College of Pharmacy
I
f I run the script itself on the command line, it works.
I only get that error when I run it with a mod_perl handler.
I've asked on the DBI list and no one there has any ideas...
--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group
Institutions do not have opinions, merely customs
on ();
use Apache2::Log ();
use Apache2::Const -compile => ':common';
use APR::Const -compile => ':common';
use APR::Table ();
use DBI;
# Perhaps some other modules you are using in your CGI scripts...
1;
On Wed, Jun 3, 2020 at 1:53 PM Bruce Johnson
mailto:john...@p
PERL5LIB has solved issues
for us vs using 'use lib ...'
--
Bruce Johnson
University of Arizona
College of Pharmacy
Information Technology Group
Institutions do not have opinions, merely customs
C6378777ea6234eb75f1d08da23b8bdc6%7Ca30a558eb6084b2c8f39a7fa426fa49d%7C0%7C1%7C637861573629129953%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=DjQNBI7yT%2B7u6vu8rgm9ImoMGPrY%2BnvIUkKNdLuDmpg%3D&reserved=0
Logiciel de su
tenant, meaning
Microsoft has apparently changed the rules again without telling us.
On Apr 24, 2022, at 11:56 AM, John Dunlap
mailto:j...@lariat.co>> wrote:
Aren't blacklisted communications wonderful?
On Sun, Apr 24, 2022 at 2:50 PM Bruce Johnson
mailto:john...@pharmacy.arizona.
32 matches
Mail list logo