-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Thursday 12 June 2003 08:22, ECE Webmaster wrote:
> Hi ,
>
> I am having a problem with an application that I am running on an
> Apache server. It says that it is unable to load the script. I have
> chmod all things to 777.
> My application is at ht
ECE Webmaster wrote:
Hi ,
I am having a problem with an application that I am running on an Apache
server. It says that it is unable to load the script. I have chmod all
things to 777.
My application is at http://www.ece.ufl.edu/COE/pages/chat/chatmain.html
You should look in error_log. It'll te
ECE Webmaster said:
> Hi ,
>
> I am having a problem with an application that I am running on an
> Apache server. It says that it is unable to load the script. I have
> chmod all things to 777.
> My application is at http://www.ece.ufl.edu/COE/pages/chat/chatmain.html
>
> Thanks a ton
> Mandeep
Hi ,
I am having a problem with an application that I am running on an
Apache server. It says that it is unable to load the script. I have
chmod all things to 777.
My application is at http://www.ece.ufl.edu/COE/pages/chat/chatmain.html
Thanks a ton
Mandeep
_
Mo Elwaisi wrote:
Hi
I have been tryin to set the following on a Linux machine for the last
few months, but i have been having problem, especialy with PERL and
Apache 2. I have been advised to use Apache 1.3.27!. i have formated the
system and installed Red Hat 8 once again but this time i did
Hi
I have been tryin to set the following on a Linux machine for the last few
months, but i have been having problem, especialy with PERL and Apache 2. I
have been advised to use Apache 1.3.27!. i have formated the system and
installed Red Hat 8 once again but this time i did not include any pa
At 18:10 29.04.2002, Paul Dlug wrote:
>I have a problem I can't seem to track down, showing up in our logs is:
>Out of memory!
>Callback called exit.
I don't know if it'll be of any help, but you might want to look in the
guide:
http://perl.apache.org/preview/modperl-docs/dst_html/docs/1.0/guid
> Is there anyway to have the parent apache process log all
> creations/exits of the children? This way I could setup an access log
> with the PID of each child and then trace back all requests served after
> it's death.
recipe 17.5 in the cookbook describes how to do this. basically you can h
I have a problem I can't seem to track down, showing up in our logs is:
Out of memory!
Callback called exit.
Typically there are two or three of these right after one another.
Depending on server load they show up every 15min. to an hour.
I followed the guidelines for allocating an emergency mem
Stas:
The fix still does not work. Here is the error message (OS: Windows NT 4.0 SP 6a;
ActivePerl 628; PPM Install of Mod_Perl-1.99 from theoryx.uwinnipeg.ca and Apache
2.0.35):
Server error!
Error message:
Attempt to free unreferenced scalar at
E:/Perl/site/lib/Apache2/ModPerl/RegistryCook
Arul, Rex wrote:
> Randy Kobes <[EMAIL PROTECTED]> wrote:
>
>
>>On Tue, 16 Apr 2002, Arul, Rex wrote:
>>
>>
>>>I am not sure, if I should post it here:
>>>
>>>OS: Windows 2000; Perl:ActivePerl 631; Apache:2.0.35;
>>>Mod_Perl:1.99_01 downloaded via PPM under theorynx website.
>>>
>>>In the httpd.
Randy Kobes <[EMAIL PROTECTED]> wrote:
>On Tue, 16 Apr 2002, Arul, Rex wrote:
>
>> I am not sure, if I should post it here:
>>
>> OS: Windows 2000; Perl:ActivePerl 631; Apache:2.0.35;
>> Mod_Perl:1.99_01 downloaded via PPM under theorynx website.
>>
>> In the httpd.conf, I am making the Apache::R
On Tue, 16 Apr 2002, Arul, Rex wrote:
> I am not sure, if I should post it here:
>
> OS: Windows 2000; Perl:ActivePerl 631; Apache:2.0.35;
> Mod_Perl:1.99_01 downloaded via PPM under theorynx website.
>
> In the httpd.conf, I am making the Apache::Registry pointer
> to be Apache2::ModPerl::Regist
I am not sure, if I should post it here:
OS: Windows 2000; Perl:ActivePerl 631; Apache:2.0.35; Mod_Perl:1.99_01 downloaded via
PPM under theorynx website.
In the httpd.conf, I am making the Apache::Registry pointer to be
Apache2::ModPerl::Registry.
However, when my CGI script is run, I get th
Hi there,
On Sat, 2 Feb 2002, unknown wrote:
> I was on this website, which i believe is yours. How can i make the
> same thing on my apache (win32) 1.3.22
> http://www.xorgate.com/Apache/OpenIndex/demo/
I'm not sure I understand the question.
If you want a demonstration of Apache running on y
Hi, i got apache about 3 weeks ago, and like to
modify it the way i like.
I was on this website, which i believe is
yours. How can i make the same thing on my apache (win32) 1.3.22
http://www.xorgate.com/Apache/OpenIndex/demo/
what exactly do i need to type in httpd.conf ? the
explanation on
Hi All,
I know all of you are very busy, but could you look at POST request results
( this is "print $req->as_string ") :
What is the "%00H" in the last line???
my $resp = $ua->request(POST 'https://www.assist.ru/reports/results.cfm',
[ @params ]);
my $req = $resp->request;
print $req->as_stri
Hi, I am trying to convert some of my scripts into a more oo friendly style,
and use them under mod_perl. For the very simple scripts below, when I run
them through the browser I get the following errors:
>From my apache logs:
[Tue Jul 31 11:25:18 2001] null: Attempt to free unreferenced scalar
Quoting Bryan Coon <[EMAIL PROTECTED]>:
> Each cgi simply calls 'use global;' and then off we go. However, after
> moving all this stuff into /perl, none of the subs in the custom .pl
> files
> are found, I get a complaint:
> Undefined Subroutine &Apache::ROOT::compar_2ecgi::checkUser called at
> Heres what I did:
> I had many scripts in one dir that shared many things; subroutines, global
> variables and modules. I wanted to clean things up, so I created a module
> called global.pm structured like this:
> The custom stuff scripts all end in 1;, and are loaded with my custom
> subrou
n Coon [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 26, 2001 6:01 PM
> To: '[EMAIL PROTECTED]'
> Subject: Porting CGI scripts help needed
>
>
> Hi,
>
> I have (happily) compiled and configured Apache with
> mod_perl, mod_ssl,
> mod_php and DSO. Whee!
>
Hi,
I have (happily) compiled and configured Apache with mod_perl, mod_ssl,
mod_php and DSO. Whee!
Now I am working on porting my scripts over...
I have always used strict and perl -w, so for the most part, I think I can
just pop my cgis in the /perl directory as Ive defined it in httpd.conf.
On Wednesday 25 July 2001 23:22, Bryan Coon wrote:
> Hi, I am trying to compile Apache with a bunch of modules and DSO. I
> cant find any documentation that covers all of this though.
> perl.apache.org/guide/ give lots of combination examples, but not
> all.
>
> I would like to build Apache 1.3.2
Hi, I am trying to compile Apache with a bunch of modules and DSO. I cant
find any documentation that covers all of this though.
perl.apache.org/guide/ give lots of combination examples, but not all.
I would like to build Apache 1.3.20 with mod_ssl, mod_perl, mod_php and DSO
support, and for apa
Hi there,
On Tue, 24 Jul 2001, Bryan Coon wrote:
> Hi, I am having trouble figuring out what is up with mod_perl.
>
> I currently have apache 1.3.20 running on RH6.2, compiled with mod_ssl, mm
> 1.1.3 and DSO support enabled.
>
> What is the method to install mod_perl?
http://perl.apache.org/
Hi, I am having trouble figuring out what is up with mod_perl.
I currently have apache 1.3.20 running on RH6.2, compiled with mod_ssl, mm
1.1.3 and DSO support enabled.
What is the method to install mod_perl? Is it not already included with
apache 1.3.20? I may have misunderstood this...
I ha
I'm having trouble fiddling around with user authentication on a proxy
server.
This is the basic setup.
User requests a page => Apache proxy => MediaSurface
=> NT site
Content is split between both MS & NT boxes and some content is public and
some
Ok! Thanx! I found the bug :-)
> Try to install the AUTOLOAD sub and trace the calls:
>
> use Carp;
> sub AUTOLOAD{
> Carp::cluck("trying to load $AUTOLOAD");
> }
>
> at least you will figure out where the sub is called from. It looks
>
> ___
On Tue, 17 Apr 2001, Vladislav Safronov wrote:
> Hi,
>
> That is all server says on
> http://my.server.ru/kubok?aa=bb
> and
> http://my.server.ru/testmod1?
>
> [Tue Apr 17 15:44:16 2001] [error] Undefined subroutine &main:: called.
> [Tue Apr 17 15:44:18 2001] [error] Undefined subroutine &main::
Hi,
That is all server says on
http://my.server.ru/kubok?aa=bb
and
http://my.server.ru/testmod1?
[Tue Apr 17 15:44:16 2001] [error] Undefined subroutine &main:: called.
[Tue Apr 17 15:44:18 2001] [error] Undefined subroutine &main:: called.
and that is httpd.conf
===
PerlRequire /usr/local/ww
On Thu, 15 Mar 2001, Jauder Ho wrote:
> Alright, it's crunch time (trying to help a coworker out) and I need
> to pick up some XML parsing with perl fast. So if anyone here has some
> good resources, they can point me at, it would be much appreciated.
>
> The problem I am trying to solve is as f
Alright, it's crunch time (trying to help a coworker out) and I need to
pick up some XML parsing with perl fast. So if anyone here has some good
resources, they can point me at, it would be much appreciated.
The problem I am trying to solve is as follows: I have two XML files, one
is encoded in
On Thu, 7 Dec 2000, bari wrote:
> Hi there,
> Can any one help me what this MAP function does...
>
> map(/^[\.\d]+$/ ? td({-align=>'right'}, $_) : td($_), @$_)
$_ contains an array ref. It loops through each entry in the array ref. If
the entry is a number (by the above regexp's naive view of n
hat. But the author probably should have
commented it. :)
cheers,
Ed
-Original Message-
From: bari [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 07, 2000 12:47 PM
To: [EMAIL PROTECTED]
Subject: Help needed with MAP expression
Hi there,
Can any one help me what this MAP function does.
It takes a reference to an array, and checks to see if each element of the
arry only contains one or more "."s or digits, if it does it calls the td()
function with parameters, returning the result, if not, it returns the element.
I think.
On 07-Dec-2000 bari wrote:
> Hi there,
> Can any one hel
Hi there,
Can any one help me what this MAP function does...
map(/^[\.\d]+$/ ? td({-align=>'right'}, $_) : td($_), @$_)
I am really confused by this one... your help would be appreciated..
Thank You,
- Bari
-
Jacob [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 15, 2000 4:25 PM
To: James Hall
Cc: [EMAIL PROTECTED]
Subject: Re: Newbie install help needed please
James,
It is installed, actually. What you're seeing is a build of Apache
where pretty much everything is installed as a DSO. This m
James,
It is installed, actually. What you're seeing is a build of Apache
where pretty much everything is installed as a DSO. This makes it
possible for Redhat to ship things like mod_php4 as RPMs so you can just
install them piecemeal. If you look in APACHE/libexec/, you'll find all
the other
Hello,
I recently installed Redhat 7, which includes/installs Apache and mod_perl.
I assumed mod_perl was installed and running successfully based on the http
error log (Mon Nov 13 15:37:16 2000] [notice] Apache/1.3.12 (Unix) (Red
Hat/Linux) mod_ssl/2.6.6 OpenSSL/0.9.5a DAV/1.0.1 mod_perl/1.24 c
| | /usr/lib/perl5/site_perl/5.005/ppc-linux/Apache/Log.pm
OK, overlooked that first line. Sorry. Desperate in need of some coffee ;)
Ime
| It's part of mod_perl. Now to the question whether it's really installed:
|
| locate '*[Aa]pache/[Ll]og*'
| /usr/lib/perl5/site_perl/5.005/ppc-linux/Apache/Log.pm
| /home/root/.cpan/build/mod_perl-1.24/blib/lib/auto/Apache/Log
| /home/root/.cpan/build/mod_perl-1.24/blib/lib/auto/Apache/Log/.exis
At 17:39 Uhr +0200 26.7.2000, blue wrote:
>On Wed, 26 Jul 2000, Christian Jaeger wrote:
>
>> Can't locate loadable object for module Apache::Log in @INC (@INC contains:
>> /usr/lib/perl5/5.00503/ppc-linux /usr/lib/perl5/5.00503
>> /usr/lib/perl5/site_perl/5.005/ppc-linux /usr/lib/perl5/site_perl/5
On Wed, 26 Jul 2000, Christian Jaeger wrote:
> Can't locate loadable object for module Apache::Log in @INC (@INC contains:
> /usr/lib/perl5/5.00503/ppc-linux /usr/lib/perl5/5.00503
> /usr/lib/perl5/site_perl/5.005/ppc-linux /usr/lib/perl5/site_perl/5.005 .
> /usr/ /usr/lib/perl) at
> /usr/lib/per
Hello
It seems I really don't succeed getting mod_perl with apache to work. I'm
really tired now (I've compiled [and installed] apache/mod_perl more than
ten times now) and would like to hear a success story from someone using
LinuxPPC1999 like me. Which apache version, perl version, mod_perl ver
On Tue, 18 Jul 2000, PHANI MADHAVI wrote:
> we have gone through all the guidelines But it is not working. It
> is still trying to search the 'module' in Apache.pm which obviously is
> not defined.
You can't tell much about the Apache.pm module just by looking at the perl
source because it's
;
>we have gone through all the guidelines
>But it is not working. It is still trying to search the 'module' in
>Apache.pm which obviously is not defined.
>
>Madhavi
>
>
>-Original Message-
>From: darren chamberlain [mailto:[EMAIL PROTECTED]]
>S
#x27;module' in
Apache.pm which obviously is not defined.
Madhavi
-Original Message-
From: darren chamberlain [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 17, 2000 5:52 PM
To: [EMAIL PROTECTED]
Subject: Re: Help needed for using Apache::DBI
PHANI MADHAVI ([EMAIL PROTECTED]) sa
MADHAVI
Cc: [EMAIL PROTECTED]
Subject: Re: Help needed for using Apache::DBI
PHANI MADHAVI wrote:
>
> Hi All,
> we have installed Apache::DBI module ( system os is linux, web server
> apache, running mod_perl and mysql is rdbms) in our systems. But it is not
> working.
> When
PHANI MADHAVI wrote:
>
> Hi All,
> we have installed Apache::DBI module ( system os is linux, web server
> apache, running mod_perl and mysql is rdbms) in our systems. But it is not
> working.
> When i try to compile a sample file to test db connectivity using
> Apache::DBI, it does not work.
> S
PHANI MADHAVI ([EMAIL PROTECTED]) said something to this effect:
> IF AT ALL ANYBODY KNOWS HOW TO MAKE APACHE::DBI WORK,PLEASE HELP
The guide is quite clear on how to use and set up Apache::DBI:
http://perl.apache.org/guide/databases.html#Apache_DBI_Initiate_a_persist
http://search.cpan.org/
Hamilton [mailto:[EMAIL PROTECTED]]
Sent: Monday, July 17, 2000 1:48 PM
To: PHANI MADHAVI
Cc: [EMAIL PROTECTED]
Subject: Re: Help needed for using Apache::DBI
Hi,
I've had the same bug for the past 3 weeks.
As far as I can tell mod_perl has been installed fine
(EVERYTHING=
Hi,
I've had the same bug for the past 3 weeks.
As far as I can tell mod_perl has been installed fine
(EVERYTHING=1 etc..) so I'm at loss to explain why ...
A couple of other people have mentioned this bug recently too ...
has anyone solved it?
NIge
On Mon, 17
Hi All,
we have installed Apache::DBI module ( system os is linux, web server
apache, running mod_perl and mysql is rdbms) in our systems. But it is not
working.
When i try to compile a sample file to test db connectivity using
Apache::DBI, it does not work.
Same thing works if I use DBI.
The err
[EMAIL PROTECTED] (Kenneth Frankel) wrote:
>Could someone provide a good FAQ or example of how to impliment this
>thing? The package documentation's "just copy the test script" example I'm
>sure is a great time-saver for the author but when one has problems it's
>really a pain with all the unr
Could someone provide a good FAQ or example of how to impliment this
thing? The package documentation's "just copy the test script" example I'm
sure is a great time-saver for the author but when one has problems it's
really a pain with all the unrelated testing code. I'm having problems and
Hello,
We are looking to hire a modperl guru for the next month or two to work on a dot com
project here in San Francisco, starting immediately.
Please contact me at [EMAIL PROTECTED] or 415-777-1636 x206.
Thank you,
Allan Locke
CEO
Infinite Info
We are running modperl for a client web site and are experiencing sporadic hanging
problems. We are looking for a consultant, preferably in the San Francisco Bay Area,
who can help us fix this problem. Please contact me by phone or email.
(I am not on this mailing list)
Thanks,
Allan Locke
57 matches
Mail list logo