Re: Problem with Apache::ASP

2001-01-24 Thread Joshua Chamas
isaac wrote: Has anyone noticed that they get errors when trying to use else or elsif statements with Apache::ASP. If I form my statements like this: % if($foo eq ‘bar’){ % pbar % } % % elsif($foo eq ‘bar2’){ % pbar2 % } % I get syntax errors. ... Then I get no syntax

Problem: Variables randomly un-set

2001-01-24 Thread junkmail
$table variable is suddenly null/undef. This does not occur when the program is run via standard CGI. I read the cgi_to_modperl document, and none of the mentioned pitfalls about loading packages seemed to apply here... Where do I start looking to find the problem? -gm

Re: Problem with Apache::LogFile

2001-01-24 Thread Doug MacEachern
i think you need to compile with perl Makefile.PL PERL_DIRECTIVE_HANDLERS=1 or EVERYTHING=1 On Tue, 23 Jan 2001, Liddick, Scott wrote: I am currently writing a PerlLogHandler that will (hopefully) write request info to a rolling logfile in a pipe delimeted format for hourly loading via

Problem with Apache::LogFile

2001-01-23 Thread Liddick, Scott
I am currently writing a PerlLogHandler that will (hopefully) write request info to a rolling logfile in a pipe delimeted format for hourly loading via Oracle SQL*Load into a database (I know about Apache::LogDBI, but my DBA group will not let me do this). I wish to use Apache::LogFile to

problem with Perl5.6?

2001-01-22 Thread Emmanuel Levasseur
Hi, I have installed Apache.1.3.14/mod_perl.1.24_01/Perl5.6 on Solaris 2.8. Everything seems to work fine (no error in error_logs) but when I try to use the classical printenv tool thru URL: http://myserver.com/perl/tools/printenv I only get 4 variables: GATEWAY_INTERFACE="CGI-Perl/1.1"

Re: problem with Perl5.6?

2001-01-22 Thread Matt Sergeant
On Mon, 22 Jan 2001, Emmanuel Levasseur wrote: Hi, I have installed Apache.1.3.14/mod_perl.1.24_01/Perl5.6 on Solaris 2.8. Everything seems to work fine (no error in error_logs) but when I try to use the classical printenv tool thru URL: http://myserver.com/perl/tools/printenv I only get

Re: problem with Perl5.6?

2001-01-22 Thread Emmanuel Levasseur
Obviously!!! Thanks. Rmk: since I had made a copy/paste from a mod_perl 1.21 config, it means PerlSetupEnv directive didn't work before... Matt Sergeant a crit : On Mon, 22 Jan 2001, Emmanuel Levasseur wrote: Hi, I have installed Apache.1.3.14/mod_perl.1.24_01/Perl5.6 on Solaris 2.8.

Problem when i install mod_perl

2001-01-22 Thread initiative.fr : COUTEL Jean-Francois
Hello, I Want to install Apache 1.3.14 / gd 1.8.3 / php4 / mod_perl 1.24 / perl 5.6 It is the first time i tried to install apache with php and perl and ihave a problem when i install mod_perl Can you give me thesolution for this problem Thanks a lot Creating Makefile in src

Re: Problem when i install mod_perl

2001-01-22 Thread Al Abdullaev
"initiative.fr : COUTEL Jean-Francois" [EMAIL PROTECTED] wrote: Hello, I Want to install Apache 1.3.14 / gd 1.8.3 / php4 / mod_perl 1.24 / perl 5.6 It is the first time i tried to install apache with php and perl and i have a problem when i install mod_perl Can y

Re: Problem when i install mod_perl

2001-01-22 Thread Matt Sergeant
On Mon, 22 Jan 2001, initiative.fr : COUTEL Jean-Francois wrote: Hello, I Want to install Apache 1.3.14 / gd 1.8.3 / php4 / mod_perl 1.24 / perl 5.6 It is the first time i tried to install apache with php and perl and i have a problem when i install mod_perl Can you give me

IPC::SharedCache - problem

2001-01-17 Thread Alexandr Efimov
Hi, I'm having a problem with IPC::SharedCache module: when executing a code like this: tie(%cache, 'IPC::SharedCache',load_callback = sub {return undef}, validate_callback = sub {return 1},ipc_key = 'hash'); for ($i=1;$i=1000;$i++) { $cache{"key_$i"}=[$i]; } it allocates

'PerlModule Apache' creates a error when include in httpd.conf-trying to fix 'Apache.pm failed to load' problem

2001-01-15 Thread pemalone
Problem: I configure apache and mod_perl. One day it runs fine. The next day I stop and start the server and get a 'Apache.pm failed' problem. I looked at the web site and found I needed to add ' PerlModule Apache' to my httpd.conf file. I get the error message listed below. I looked

Re: Apache::DBI problem and writting a perl module!!!

2001-01-11 Thread Stas Bekman
On Thu, 11 Jan 2001, R. K . Mallah wrote: Stas , I do not face the problem anymore and Apache::DBI is loading without any problem. But i remember of facing problem at one point of time. may be with some older version. Ok Could u please explain me what does Apache-module do and where

Re: getting rid of nested sub lexical problem

2001-01-11 Thread Doug MacEachern
On Sat, 30 Dec 2000, Chris Nokleberg wrote: oooh, cool. I've added this to Apache::DB.xs: int stop_debugger() nice, i'll add that for the next version. It appears that setting PL_perldb to zero is all that's required to turn off the debugger! I thought I might have to fiddle with the

Re: PerlRun problem: can't find method uri

2001-01-11 Thread Doug MacEachern
On Thu, 4 Jan 2001, Jie Gao wrote: Another problem with PerlRun is that it seems to interfere with mod_perl handlers. I have an authentication/authorisation handler, which reads in from a file for someinformation. After a script under PerlRun is run, the handler fails to read anything

Re: Apache::DBI problem and writting a perl module!!!

2001-01-10 Thread R. K . Mallah
I faced the same problem and had posted similar email but I found an workaround that is there in the posting. I get following error when i do perl -e 'use Apache::Status;use Apache::DBI' Can't locate object method "module" via packa

Problem with installation mod_perl-1.24_01 and apache_1.3.14

2001-01-10 Thread Boris Lipsman
thanks for you support, ... I have tried to install apache_1.3.14 and mod_perl-1.24_01. No problems with perl Makefile.PL , and make, but after I tried to run the make test I got this error "letting apache warm up ...\c Can't located

Re: Apache::DBI problem and writting a perl module!!!

2001-01-10 Thread Stas Bekman
On Wed, 10 Jan 2001, R. K . Mallah wrote: I faced the same problem and had posted similar email but I found an workaround that is there in the posting. I get following error when i do perl -e 'use Apache::Status;use Apache::DBI

Re: Problem with installation mod_perl-1.24_01 and apache_1.3.14

2001-01-10 Thread G.W. Haywood
Hi there, On Wed, 10 Jan 2001, Boris Lipsman wrote: Can't located loadable object for module Apache::Constants in @INC Where is Constants.pm in your system? (There might be several of them, don't worry about it:) 73, Ged.

FW: Problem after rebooting apache with Oracle

2001-01-10 Thread Thomas Moore
Does anyone have ideas why we would get this error periodically after our system has been running for about 20 minutes? thanks, -tom [Wed Jan 10 16:22:45 2001] [error] DBI-connect(RSPD1) failed: ORA-12154: TNS:could not resolve service name (DBD ERROR: OCIServerAttach) at

Re: Apache::DBI problem and writting a perl module!!!

2001-01-10 Thread R. K . Mallah
Stas , I do not face the problem anymore and Apache::DBI is loading without any problem. But i remember of facing problem at one point of time. may be with some older version. Could u please explain me what does Apache->module do and where is it defined ? and Edmar could you please p

STDIN, STDOUT, Socket::PassAccessRights problem

2001-01-09 Thread Paul Buder
I am using a CPAN module called Socket::PassAccessRights that uses the recvmsg and sendmsg system calls to pass file descriptors over a socket. More specifically, I have a long living program (not modperl) that needs to communicate with the Apache descriptors for STDIN and STDOUT given to a CGI

Re: mod_perl-1.24 / apache-1.3.14 problem

2001-01-08 Thread ___cliff rayman___
hmmm. i checked CPAN about a month ago, and they had the new version. i believe CPAN is actually a bunch of mirrored sites that the dns redirects to. I wonder if the one you ended up getting is not getting properly mirrored? Mike Hanafey wrote: Thanks for the replies. Next time I will not

Re: mod_perl-1.24 / apache-1.3.14 problem

2001-01-08 Thread Vivek Khera
"cr" == cliff rayman [EMAIL PROTECTED] writes: cr hmmm. i checked CPAN about a month ago, and they cr had the new version. i believe CPAN is actually a bunch of mirrored cr sites that the dns redirects to. I wonder if the one you ended up cr getting is not getting properly mirrored? But the

Re: mod_perl-1.24 / apache-1.3.14 problem

2001-01-08 Thread Doug MacEachern
On Mon, 8 Jan 2001, Vivek Khera wrote: Are there any showstoppers in 1.24_02-dev that need addressing or should we just roll this out as 1.25? I have no problems with it. well, there are some hpux-dso issues i am going to fix before 1.25. i would also like to catch up on what's left in my

ap_ctx_get with libperl.so problem.

2001-01-06 Thread andrewl
This is definitely related to libperl.so ... When I comment out LoadModule perl_module modules/libperl.so in httpd.conf, then apache will start. Unfortunately, I'd like to get mod_perl working. Does anyone know about this ap_ctx_get? I understand that there could be a bug in another module

Re: ap_ctx_get with libperl.so problem.

2001-01-06 Thread Andrew Ho
a bug in another module that I am loading infront of libperl.so, but ALwhich one? This sounds like a DSO loading problem. Are you on Solaris? It's been my experience that on Solaris, loading mod_perl as a DSO (especially if your Perl already has a libperl.so) is usually a disaster. On our Solaris x86

mod_perl-1.24 / apache-1.3.14 problem

2001-01-05 Thread Mike Hanafey
The httpd.h file in apache-1.3.14 has apparently changed. I hacked the following changes to mod_perl-1.24 to fix things (it's the same change in two files). Without the change Makefile.PL was picking up the wrong apache source (even though I have it the source explicitly), and the "src.t" test

Re: mod_perl-1.24 / apache-1.3.14 problem

2001-01-05 Thread ___cliff rayman___
u need mod_perl-1.24_01 for apache-1.3.14 u might have saved yourself some patching :-) Mike Hanafey wrote: The httpd.h file in apache-1.3.14 has apparently changed. I hacked the following changes to mod_perl-1.24 to fix things (it's the same change in two files). Without the change

Re: Apache::Request param() problem?

2001-01-03 Thread Joe Schaefer
"James Sheridan-Peters" [EMAIL PROTECTED] writes: Quick summary: Pulling parameters from a POST method using Apache::Request, largely to make it easier to deal with multiple value variables. The problem occurs if I have two variables, differentiated only by case (eg. wanthelp

Re: PerlRun problem: can't find method uri

2001-01-03 Thread Jie Gao
On Tue, 2 Jan 2001, Ken Williams wrote: Error: [Tue Jan 2 16:02:37 2001] [error] Can't locate object method "uri" via package "Apache::PerlRun" at /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/Apache/PerlRun.pm line 212. Jie, Try this patch. Does

Apache::Request param() problem?

2001-01-02 Thread James Sheridan-Peters
Quick summary: Pulling parameters from a POST method using Apache::Request, largely to make it easier to deal with multiple value variables. The problem occurs if I have two variables, differentiated only by case (eg. wanthelp=something and wantHelp=somethingelse). Given the about pseudo

PerlRun problem: can't find method uri

2001-01-01 Thread Jie Gao
Hi All, perl -V Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration: Platform: osname=solaris, osvers=2.7, archname=sun4-solaris uname='sunos groucho 5.7 generic_106541-12 sun4u sparc sunw,ultra-80 ' hint=recommended, useposix=true, d_sigaction=define

Re: PerlRun problem: can't find method uri

2001-01-01 Thread Ken Williams
[EMAIL PROTECTED] (Jie Gao) wrote: Using mod_perl-1.24_01. Error: [Tue Jan 2 16:02:37 2001] [error] Can't locate object method "uri" via package "Apache::PerlRun" at /usr/local/lib/perl5/site_perl/5.005/sun4-solaris/Apache/PerlRun.pm line 212. Jie, Try this patch. Does

Re: getting rid of nested sub lexical problem

2000-12-30 Thread Chris Nokleberg
utine" problem. nice hack! It requires PERL5OPT = "-d" and PERL5DB = "sub DB::DB {}" environment variables set when starting the mod_perl-enabled httpd. This enables the %DB::sub hash table that holds subroutine start and end line info. I presume that this has so

$:: problem in Converting CGI to Apache::Registry

2000-12-29 Thread Rod Butcher
I've installed a webring management system, works ok under CGI. It uses $::vars everywhere. Under mod_perl / Apache::Registry these variables are not populated, I understand because mod_perl is the Main package. Any suggestions for a quick fix ? (Win 32, ActiveState 623 Perl, Apache 3.14,

CGI generated image/png problem?

2000-12-28 Thread R.P. Aditya
work fine, PNG does not... Clues? I suspect it's a problem with the PNG production and some intereaction between mod_perl and the headers that stock Apache doesn't encounter, but will be most interested if there might be another explanation or solution. Thanks, Adi

Re: CGI generated image/png problem?

2000-12-28 Thread R.P. Aditya
In case anyone was wondering, found another thread in reference to it and the "solution": http://www.egroups.com/message/modperl/26850 http://www.ee.ethz.ch/~slist/rrd-users/msg01700.html http://www.ee.ethz.ch/~slist/rrd-users/msg01704.html The problem is with older version

Problem after rebooting apache with Oracle

2000-12-23 Thread Thomas Moore
Everything works fine for about 1/2 an hour and then we start getting the message below. We used to get an error that Oracle home was not found, so we hard-coded it in and now we just get the message below. Does anyone have any suggestions? If our code produces an oracle error, does that corrupt

Re: slight mod_perl problem

2000-12-22 Thread Vivek Khera
"DM" == Doug MacEachern [EMAIL PROTECTED] writes: DM On Thu, 21 Dec 2000, Vivek Khera wrote: I just tested it also, and the startup script is run exactly once. DM could be he has PerlFreshRestart On, in which case it would be DM called twice. I have it on as well, and it was only called

[Solved]: Apache::Compress + mod_proxy problem

2000-12-22 Thread Edward Moon
Here's a patch for Apache::Compress that passes off proxied requests to mod_proxy. Without this patch Apache::Compress will return an internal server error since it can't find the proxied URI on the local filesystem. Much of the patch was lifted from chapter 7 of the Eagle book. Right now the

Re: slight mod_perl problem

2000-12-21 Thread Vivek Khera
"SB" == Stas Bekman [EMAIL PROTECTED] writes: startup.pl does not get repeated on a restart. However it will when started with ./apachectl start. I have never encountered this with Apache 1.3.12 or 13. SB I've just tested it -- it's not. I just tested it also, and the startup script is run

Apache::ASP permissions problem?

2000-12-21 Thread Michael Hurwitch
mple : Files *.asp SetHandler perl-script PerlHandler Apache::ASP PerlSetVar Global /tmp PerlSetVar Debug 2 /Files If we use PerlSetVar NoState 1, the page works fine. Apache runs as user 'nobody', and I think this is permissions problem, but /tmp/.state seems to be fine. I'd appreciate any help yo

Re: Apache::ASP permissions problem?

2000-12-21 Thread Joshua Chamas
... but to fix your problem temporarily so you can move onto development, you can "chmod -R 0755 .state" -- Josh _ Joshua Chamas Chamas Enterprises Inc. NodeWorks free web link monitoring Huntington Beac

Re: getting rid of nested sub lexical problem

2000-12-21 Thread Doug MacEachern
On Thu, 19 Oct 2000, Chris Nokleberg wrote: Following up on my post on this subject a couple of months ago, here is a proof-of-concept drop-in replacement for Apache::Registry that eliminates the "my() Scoped Variable in Nested Subroutine" problem. nice hack! It requires PERL

Re: slight mod_perl problem

2000-12-21 Thread Doug MacEachern
On Thu, 21 Dec 2000, Vivek Khera wrote: "SB" == Stas Bekman [EMAIL PROTECTED] writes: startup.pl does not get repeated on a restart. However it will when started with ./apachectl start. I have never encountered this with Apache 1.3.12 or 13. SB I've just tested it -- it's not. I

slight mod_perl problem

2000-12-20 Thread Jamie Krasnoo
Ok, it seems that my startup.pl is being run twice on server start. Startup init running startup.pl - loading templates into memory --- Loaded template file user_reg.tmpl Startup init running startup.pl - loading templates into memory --- Loaded template file user_reg.tmpl [Wed Dec 20 15:18:21

Re: slight mod_perl problem

2000-12-20 Thread Stas Bekman
On Wed, 20 Dec 2000, Jamie Krasnoo wrote: Ok, it seems that my startup.pl is being run twice on server start. Startup init running startup.pl - loading templates into memory --- Loaded template file user_reg.tmpl Startup init running startup.pl - loading templates into memory --- Loaded

Re: slight mod_perl problem

2000-12-20 Thread Darren Duncan
On Wed, 20 Dec 2000, Jamie Krasnoo wrote: Ok, it seems that my startup.pl is being run twice on server start. Since configuration scripts can include other scripts, you probably have more than one other script that includes startup.pl, or more than one script that includes something that

RE: slight mod_perl problem

2000-12-20 Thread Douglas Wilson
Would this be the reason? http://perl.apache.org/guide/config.html#Apache_Restarts_Twice_On_Start -Original Message- From: Jamie Krasnoo [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 20, 2000 3:21 PM To: [EMAIL PROTECTED] Subject: slight mod_perl problem Ok, it seems

Re: slight mod_perl problem

2000-12-20 Thread Jamie Krasnoo
startup.pl does not get repeated on a restart. However it will when started with ./apachectl start. I have never encountered this with Apache 1.3.12 or 13. Jamie On Thu, 21 Dec 2000, Stas Bekman wrote: On Wed, 20 Dec 2000, Jamie Krasnoo wrote: Ok, it seems that my startup.pl is being run

Re: slight mod_perl problem

2000-12-20 Thread Stas Bekman
startup.pl does not get repeated on a restart. However it will when started with ./apachectl start. I have never encountered this with Apache 1.3.12 or 13. I've just tested it -- it's not. The Istartup.pl file and similar loaded via CPerlModule or CPerlRequire are compiled only once. Because

Problem in loading Apache::DBI

2000-12-19 Thread R. K . Mallah
I get following error when i do perl -e 'use Apache::Status;use Apache::DBI' Can't locate object method "module" via package "Apache" at /usr/lib/perl5/site_perl/5.6.0/Apache/DBI.pm line 202. Compilation failed in require at -e line 1. BEGIN failed--compilation aborted at -e

Thanks for the help (.24_01 where the problem was fixed)

2000-12-15 Thread Richard
Thanks for the guys who answered the problem. :) now got to get this version installed! thanks. Richard.

Apache::Compress + mod_proxy problem

2000-12-15 Thread Edward Moon
I've run into a problem with Apache::Compress in dealing with mod_proxyed content. The author of Apace::Compress suggested that I post the problem here. I'm running apache 1.3.14, mod_perl 1.24_01, Apache::Compress 1.003 on a RedHat 6.2 linux box. I get an internal server error when ever I try

Problem with the freetds_dbd driver!!!

2000-12-12 Thread Edmar Edilton da Silva
Hi everyone, I have a problem with the "freetds_dbd" module (driver to access the MS SQL Server), it doesn't work correctly. This module is installed under apache 1.3.14, mod_perl 1.24_01 and DBI 1.13-1. When a lot of requests run a perl script that uses the driver to open

Re: Apache::ASP problem with post data

2000-12-10 Thread Luc Willems
-{r}-read($i,$len); this will work always without taking into acount the content-type , which is text/xml I don't know if there is any problem with doing it this way ? If anybody has a clue on this , let me know . greetings, luc Brendan McKenna wrote: Hi,

Re: Strange problem with IE 5

2000-12-08 Thread ek
The record in access_log: 192.168.2.11 - - [date] "GET /file.htm HTTP/1.1" 200 8731 "-" "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0")" what's in your error_log? [Fri Dec 8 11:14:00 2000] [info] created shared memory segment #256 [Fri Dec 8 11:14:00 2000] [notice]

Re: Apache::ASP problem with post data

2000-12-08 Thread Joshua Chamas
Luc Willems wrote: it seems that the "Content-type" must be "application/x-www-form-urlencoded" before we can get anything out of the content() routine from mod_perl :-( #Get posted XML query $len = $Request-{TotalBytes}; $Request-{asp}-{r}-read($i,$len); I'll change the Apache::ASP

Strange problem with IE 5

2000-12-07 Thread ek
Hello all, i'm trying to build a standard system: apache-1.3.14 with compiled in mod_perl-1.24_01 on RedHat linux 6.2 If i build apache without mod_perl everything works fine. But if build apache with mod_perl, IE 5.0 fails to load pages from the server. I can only see blank page without any

Re: Strange problem with IE 5

2000-12-07 Thread Matt Morton
ek wrote: Hello all, i'm trying to build a standard system: apache-1.3.14 with compiled in mod_perl-1.24_01 on RedHat linux 6.2 If i build apache without mod_perl everything works fine. But if build apache with mod_perl, IE 5.0 fails to load pages from the server. I can only see blank

Re: Strange problem with IE 5

2000-12-07 Thread Chuck Goehring
Message - From: "ek" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, December 07, 2000 8:13 AM Subject: Strange problem with IE 5 Hello all, i'm trying to build a standard system: apache-1.3.14 with compiled in mod_perl-1.24_01 on RedHat linux 6.2 If i build apache withou

Re: Strange problem with IE 5

2000-12-07 Thread Stas Bekman
On Thu, 7 Dec 2000, ek wrote: Hello all, i'm trying to build a standard system: apache-1.3.14 with compiled in mod_perl-1.24_01 on RedHat linux 6.2 If i build apache without mod_perl everything works fine. But if build apache with mod_perl, IE 5.0 fails to load pages from the server. I

Re: Apache::ASP problem with post data

2000-12-07 Thread Luc Willems
ied this #Get posted XML query $len = $Request-{TotalBytes}; $Request-{asp}-{r}-read($i,$len); this will work always without taking into acount the content-type , which is text/xml I don't know if there is any problem with doing it this way ? If anybody has a clue on this , let me know .

Apache::ASP problem with post data

2000-12-06 Thread Luc Willems
: linux User-Agent: libwww-perl/5.36 Content-Length: 156 Content-Type: text/xml ?xml version="1.0"? methodCall methodNameexamples.getStateName/methodName params paramvaluei41/i4/value/param /params /methodCall The problem now is , that in the asp script i get a Totalbytes of 156 bytes but t

Newbe - APXS install problem

2000-12-06 Thread Goldberg, Josh
Apache with mod_perl (built with APXS) fails to start with this error: Cannot load /opt/WWW/libexec/libperl.so into server: dynamic linker: /opt/WWW/bin/httpd: relocation error: symbol not found: Perl_sv_free Apache rev = 1.3.14 mod_perl rev = 1.24_01 perl rev = 5.00503 OS = dynix/ptx rev 4.4.6

Re: Apache::ASP problem with post data

2000-12-06 Thread Joshua Chamas
-bin/rc2.asp HTTP/1.0 Host: linux User-Agent: libwww-perl/5.36 Content-Length: 156 Content-Type: text/xml ?xml version="1.0"? methodCall methodNameexamples.getStateName/methodName params paramvaluei41/i4/value/param /params /methodCall The problem now is , that in the asp sc

Problem Building Mod_Perl 1.24_01 under AIX and gcc

2000-12-05 Thread William R. Mattil
/mod_perl.exp gcc: installation problem, cannot exec `cpp': No such file or directory gcc: file path prefix `/usr/local/lib/gcc-lib/E:./modules/perl/mod_perl.exp/egcs-2.91.60/' never used make: The error code from the last command is 1. Stop. Error Output for sanity check

Re: Problem Building Mod_Perl 1.24_01 under AIX and gcc

2000-12-05 Thread Jens-Uwe Mager
/mod_perl.exp gcc: installation problem, cannot exec `cpp': No such file or directory gcc: file path prefix `/usr/local/lib/gcc-lib/E:./modules/perl/mod_perl.exp/egcs-2.91.60/' never used make: The error code from the last command is 1. You must compile all of perl, mod_perl and apache using the same

Re: Apache::DBI problem and writting a perl module!!!

2000-12-03 Thread Perrin Harkins
Edmar Edilton da Silva wrote: I still didn't solve the problem of the Apache::DBI. It can not be loaded into the apache's startup.pl file because happens a error during the starting of the apache, the child processes are not created. For using the Apache::DBI I had to add the "use A

Re: Problem with mod_perl module!!!

2000-11-29 Thread G.W. Haywood
Hi there, On Wed, 29 Nov 2000, Edmar Edilton da Silva wrote: How can I know if a perl script is being ran under mod_perl? http://perl.apache.org/guide 73, Ged. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Apache::MP3 Problem?

2000-11-29 Thread tom
I think your "Order" directive is wrong. order should be lower case, as should be allow and all. Give that a whirl. Tom On Tue, Nov 28, 2000 at 08:11:06PM -0500, Sean Keplinger wrote: The Apache::MP3 module allows you to stream MP3 files from your webserver -- it's a pretty spiffy little

Re: Problem with mod_perl module!!!

2000-11-29 Thread Ask Bjoern Hansen
On Wed, 29 Nov 2000, Edmar Edilton da Silva wrote: I have a problem with the Apache::DBI and mod_perl modules that don't work together, before I thought that the problem was in the Apache::DBI. But, now I know that the problem is in the mod_perl because it also doesn't work when I try

DBI Problem

2000-11-28 Thread Bob Foster
Hi Folks, Everything is working great but I can't make a connection to my Oracle database (which is on another server) using mod_perl. -Perl 5.005_03 is working great. -mod_perl 1.24_01 is working great with apache 1.3.14 -DBI 1.14 connections are working great with DBD Oracle 1.06 I can

Apache::MP3 Problem?

2000-11-28 Thread Sean Keplinger
The Apache::MP3 module allows you to stream MP3 files from your webserver -- it's a pretty spiffy little interface. Everything appears to be working fine, but when I try to stream an MP3, I get the following error in my error_log: [Tue Nov 28 20:01:54 2000] [error] [client x.x.x.x] need

RE: Problem with Apache::DBI under mod_perl!!

2000-11-27 Thread Jason Liu
I had some similar problem before. It was caused by the "PerlFreshRestart on". Comment this line out and see what happens. Jason -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Edmar Edilton da Silva Sent: Thursday, November 23, 20

Problem with Apache::DBI under mod_perl!!

2000-11-24 Thread Edmar Edilton da Silva
Hi all, I am sending again the previous message because I still didn't know how to resolve the below problem. Can anyone any idea how help me? I have installed on the my machine the following modules: apache 1.3.12-2 perl-5.00503-10 mod_perl 1.21-10 DBI 1.14 DBD::Oracle Apache

Re: Problem with Apache::DBI under mod_perl!!

2000-11-24 Thread Edmund Mergl
Edmar Edilton da Silva wrote: Hi all, I am sending again the previous message because I still didn't know how to resolve the below problem. Can anyone any idea how help me? I have installed on the my machine the following modules: apache 1.3.12-2 perl-5.00503-10

Problem with Apache::DBI under mod_perl!!

2000-11-23 Thread Edmar Edilton da Silva
nect_on_init ("dbi:Oracle:ora8", "travel", "travel", { PrintError = 1, # Warn() on errors RaiseError = 0, # Don't die on error AutoCommit = 1, # Commit executes immediately } ); But, when I try loading a HTML page of WWW server, the server refuse my re

Re: Problem with Apache::DBI under mod_perl!!

2000-11-23 Thread Sapphire Software
Hello Don't you need a DBD module? Or did I miss something? Ruben - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Problem with Apache::DBI under mod_perl!!

2000-11-23 Thread Edmar Edilton da Silva
Sorry, but I forgot, I also have installed a DBD module for the Oracle ( the "DBD::Oracle" ). Do you have any idea to resolve this problem? Thanks, Sapphire Software wrote: Hello Don't you need a DBD module? Or did I miss somethin

Re: Problem with Apache::DBI under mod_perl!!

2000-11-23 Thread Ian Kallen
#!/usr/bin/perl use strict; # Extend @INC if needed use lib qw(/dir/foo /dir/bar); # ok, setup the Oracle and (optionally) the debug DBI environment BEGIN { $ENV{'ORACLE_HOME'}='/highway/to/orac/hell'; $ENV{DBI_TRACE}="3=/var/tmp/dbitrace.log"; } # Make sure we are in a sane

Re: Problem with Apache::DBI under mod_perl!!

2000-11-23 Thread Edmar Edilton da Silva
Hi, I added the code folow in the config file, but the Apache ::DBI module continue don't working. If I don't load the Apache::DBI module, the apache works correctly. Using only the DBI and DBD::Oracle modules, I can access the Oracle database no problems. Really the problem must

Re: VirtualDocumentRoot problem

2000-11-22 Thread peter brown
descriptors i have a vcombined LogFormat that adds the vhost to the front of the line Mark Bojara wrote: Date: Wed, 7 Nov 2000 02:38:00 + (GST) To: [EMAIL PROTECTED] Subject: VirtualDocumentRoot problem From: Mark Bojara [EMAIL PROTECTED] Hi, I have a problem with the vhost module. The module

Re: Problem with single quote ' character

2000-11-18 Thread Larry Leszczynski
Hi Omri - my $authors = $query{'authors'}; [...] $q_authors = $dbh-quote($authors); [...] $sth = $dbh-prepare( "UPDATE tbl_sarah SET authors = '$authors', It fails because you're not using the quoted version of the variables (e.g. "$q_authors") in your prepare statement. Using bind

Problem with %Location in Perl Config

2000-11-17 Thread Barry Hoggard
I'm working on an apache configuration script, and I'm having trouble with the enabling of perl-status, server-info, etc. I modified the examples in the eg directory, so I have: my %handlers = ( "/perl-status" = "Apache::Status", ); for (keys %handlers) { $Location{$_} = {

Re: Problem with %Location in Perl Config

2000-11-17 Thread Barry Hoggard
x194 e: [EMAIL PROTECTED] - Original Message - From: "Barry Hoggard" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, November 17, 2000 5:35 PM Subject: Problem with %Location in Perl Config | I'm working on an apache configuration script, and I'm having trouble with | th

Re: Problem with single quote ' character

2000-11-15 Thread Victor Michael D. Blancas
Hi Rodney, thanks very much for your reply. I'm trying it now, but I'm doing something wrong. Here's what I have, could you take a look at it? #parse query string and enter into database if query string exists my $authors = $query{'authors'}; my $title = $query{'title'}; my

Re: Problem with single quote ' character

2000-11-14 Thread Rodney Broom
Hmm, what was the message that you got back when you executed this stement? Rodney Broom - Original Message - From: "Omri Tintpulver" [EMAIL PROTECTED] To: "'Rodney Broom'" [EMAIL PROTECTED] Sent: Tuesday, 14 November, 2000 07:07 Subject: RE: Problem with sing

Please Help : Problem at ASP

2000-11-13 Thread Jacky
Dear Sir, I have the error output as follows. Please help me! Errors Output Can't call method "finish" without a package or object reference at (eval 14) line 134. , /usr/lib/perl5/site_perl/Apache/ASP.pm line 1083 Debug Output STARTING ASP HANDLER (v0.15) for file

Re: Please Help : Problem at ASP

2000-11-13 Thread Ruben I Safir
Why are you sending this to the modperl mailing list.

Re: Please Help : Problem at ASP

2000-11-13 Thread Joshua Chamas
First, upgrade to the latest Apache::ASP 2.03, which has better error messaging... while developing, set Debug to 2, so you won't get all this system level debugging, just developer errors to the browser. Then look at line 134, or thereabouts, of the offending scripts ... you are calling

off topic: CGI related problem

2000-11-13 Thread Kader Ben
Hey listers, Which the right syntax to tell the web server to execute script situated into another machine? My problem: I have html page located in IIS server, in this page I have cgi action to execute script located on another machine (unix with HTTP server). When I give the absolute path

Re: Problem reading from STDIN

2000-11-08 Thread G.W. Haywood
Hi there, On Tue, 7 Nov 2000, Pramod Sokke wrote: I'm not able to read anything from stdin at all. Have you got a Limit directive somewhere in the config? 73, Ged.

Re: Problem reading from STDIN

2000-11-08 Thread Pramod Sokke
this mean I have to change our legacy code to reflect this? Thanks, Pramod - Original Message - From: G.W. Haywood [EMAIL PROTECTED] To: Pramod Sokke [EMAIL PROTECTED] Cc: modperl [EMAIL PROTECTED] Sent: Wednesday, November 08, 2000 9:26 AM Subject: Re: Problem reading from STDIN Hi

Re: Problem reading from STDIN

2000-11-08 Thread G.W. Haywood
Hi there, On Wed, 8 Nov 2000, Pramod Sokke wrote: there are lot there that seem to indicate that the only way to access STDIN under mod_perl is to use Apache::Request. Is that right? If your code is clean I'm sure you'll be able to use Apache::Registry and things should work just as if you

Re: persistent database problem

2000-11-08 Thread Differentiated Software Solutions Pvt. Ltd
Yes - Original Message - From: Jeff Beard [EMAIL PROTECTED] To: Differentiated Software Solutions Pvt. Ltd [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Monday, October 23, 2000 7:08 PM Subject: Re: persistent database problem Are using Apache::DBI and establishing a connection

Re: persistent database problem

2000-11-08 Thread Differentiated Software Solutions Pvt. Ltd
Hi, To avoid this problem, we specifically started only one httpd. Murali Differentiated Software Solutions Pvt. Ltd. 176, Ground Floor, 6th Main, 2nd Block, RT Nagar Bangalore - 560032 Phone : 91 80 3431470 www.diffs-india.com - Original Message - From: John K. Sterling [EMAIL

VirtualDocumentRoot problem

2000-11-08 Thread Mark Bojara
Hi, I have a problem with the vhost module. The module does not support, logging per virtualhost in seprate files... eg I am looking for something like: VirtualLoggingFile /home/logs/access-%0.log something to that effect. Regards, Mark Bojara MICS Networking - 012-661-

FW: Problem: Number after header

2000-11-07 Thread Guido Moonen
Sorry if you receive this message twice!!! -Original Message- From: Guido Moonen [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 07, 2000 10:20 AM To: Mason Subject: Problem: Number after header Hi All, I have a little problem with my Mason site: IEplore doesn't have

<    5   6   7   8   9   10   11   12   13   14   >