Randy Kobes wrote:
Of relevance to mod_perl-2 Win32 users, ActivePerl just released
a beta version of their perl-5.8 binary; see
http://www.activestate.com/Products/ActivePerl/
Hi,
thank you again. I was looking there the last days without finding the
new version.
Juergen
Randy Kobes wrote:
Does
W:\programme\Perl\site\lib\auto\Apache\RequestRec\RequestRec.dll
exist? This problem may have arisen from an earlier, incomplete,
install, or perhaps trying to install/uninstall mod_perl while
the server was running. Maybe try making sure the server is
stopped, then doing
Hi there,
On Fri, 8 Nov 2002, Manish Anand wrote:
> I am trying to install Apache1.3.27 + Mod_perl 1.27... I was successful in
> eventually installing the apache with mod-perl support. I verified that
> mod-perl was installed by 'httpd -l' command. Everything seemd to be
> working the way it shou
Hi there,
On Sat, 9 Nov 2002, Sylbert L wrote:
> I have this response handler, within which I've written this signal
> handler. When I pass a signal to that particular process, it is
> handled only when a request is processed, not when the signal is
> really received
Apache has told its children
Hi,
I have this response handler, within which I've
written this signal handler. When I pass a signal to that particular process, it
is handled only when a request is processed, not when the signal is really
received & all this is over a keepalive connection. I guess the Apache
Process ca
On Thu, 7 Nov 2002, jheckel wrote:
> Hi
> since two weeks I can no longer compile the mod_perl-2.0 package from
> the snapshot server without errors. The last "good" compilation was
> 10/27/2002:-(
>
> Apache version 2.0.44-dev, WinXP, Perl 5.6.1 Build 633.
>
> My install commands:
> perl Make
On Fri, 8 Nov 2002, Beau E. Cox wrote:
> Hi -
>
> Just wondering about DBI modules in 5.8.
>
> In both Randy's posted ppm packages list and via
> 5.8's ppm, I can't find:
>
> DBI (plain 'ole)
> DBD-ODBC
> DBD-Mysql
>
> I know this is beta, but are DBI modulrs such as
> these forthcoming?
>
>
Hi -
Just wondering about DBI modules in 5.8.
In both Randy's posted ppm packages list and via
5.8's ppm, I can't find:
DBI (plain 'ole)
DBD-ODBC
DBD-Mysql
I know this is beta, but are DBI modulrs such as
these forthcoming?
Aloha => Beau.
-Original Message-
From: Randy Kobes [mailto:r
darren chamberlain <[EMAIL PROTECTED]> writes:
> * Marcin Kasperski <[EMAIL PROTECTED]> [2002-11-08 16:22]:
> > I use Apache::Util::escape_html to perform fast HTML-escaping of the
> > data before displaying it. Unfortunately, this function handles
> > <, >, & and " but does not handle ' (single q
Hi !
I am trying to install Apache1.3.27 + Mod_perl 1.27... I was successful in
eventually installing the apache with mod-perl support. I verified that
mod-perl was installed by 'httpd -l' command. Everything seemd to be
working the way it shoudl, but when i run the server... it says 'httpd
server
* Marcin Kasperski <[EMAIL PROTECTED]> [2002-11-08 16:22]:
> I use Apache::Util::escape_html to perform fast HTML-escaping of the
> data before displaying it. Unfortunately, this function handles
> <, >, & and " but does not handle ' (single quote) - which
> can be escaped as '
Hey, this is an ea
Of relevance to mod_perl-2 Win32 users, ActivePerl just released
a beta version of their perl-5.8 binary; see
http://www.activestate.com/Products/ActivePerl/
Because of binary incompatibilities with 5.6, there's a
separate 5.8 repository of ppm packages under
http://www.activestate.com/ppmpac
I use Apache::Util::escape_html to perform fast HTML-escaping of the
data before displaying it. Unfortunately, this function handles
<, >, & and " but does not handle ' (single quote) - which
can be escaped as '
It would be nice if apos was handled. After all, in HTML file it is
almost equivalent
DeAngelo Lampkin wrote:
And of course the other reason is that if the solution to the problem
was so obvious from the error message, somebody would have posted a
solution before I figured it out (with help from you guys).
There is documentation related to this problem in the troubleshooting
Cool. Will do.
-Original Message-
From: Tim Tompkins [mailto:timt@;arttoday.com]
Sent: Thursday, November 07, 2002 12:27 PM
To: DeAngelo Lampkin; [EMAIL PROTECTED]
Subject: Re: Can't locate object method "new" via package
"Apache::Request" (via Mason)...SOLVED
> As a quick follow-up, th
>Huh?
>It tells you EXACTLY what is wrong.
No, not really.
One reason is that it's not immediately clear (to me) which file can't be loaded. Is
it Request.so or libapreq.so.1 that can't be loaded? This ambiguity is further
blurred when you know both files are installed.
And of course the
On Fri, 8 Nov 2002, Tony Simbine wrote:
> GET http://www.myhost.com/myscript.perl
> >now I get the results as expect
> GET http://www.myhost.com/myscript.perl
> >now I get an error
> wenn i reload my apache-webserver, then i allways get the expected page.
> how can i resolve it?
You know he's ri
Tony Simbine wrote:
wenn i reload it, then sometimes i get the document or an error.
Well, what's the error? Look at your log file. Then look at
http://perl.apache.org/docs/1.0/guide/troubleshooting.html and see if
the error is listed there.
- Perrin
Randy Kobes wrote:
Does
W:\programme\Perl\site\lib\auto\Apache\RequestRec\RequestRec.dll
exist? This problem may have arisen from an earlier, incomplete,
install, or perhaps trying to install/uninstall mod_perl while
the server was running. Maybe try making sure the server is
stopped, then doing
On Fri, 8 Nov 2002, jheckel wrote:
> Randy Kobes wrote:
>
> > where this gets defined in general, but a temporary workaround
> > for the above problem is to change in
> > modperl-2.0/xs/Apache/Access/Apache__Access.h, about line 63, the
> > call
> >av_push(config, newSVpvf(..));
> > to
> >
Hi all.
I'm having a big trouble on my Solaris 8 x86.
I'm trying to compile Apache v1.3.27 with mod_perl 1.2.27.
As for now i'm running Apache/1.3.19 (Unix) PHP/4.0.4pl1 mod_perl/1.25.
with Perl 5.6.1 and GCC 3.0.3
First off all, i'm using the GNU "ld" in the compilation process.
And as i go in
Hi all,
Trying to compile mod_perl 2.0 for my RH7.1/Apache 2.0.39 server and it
falls over with this error:
apr_perlio.c: In function `apr_perlio_apr_file_to_glob':
apr_perlio.c:573: `IoTYPE_WRONLY' undeclared (first use in this function)
apr_perlio.c:573: (Each undeclared identifier is reported
Hallo,
i wrote a script in mod_perl, but often it loses the db-connection.
i'm using mysql as DB.
how can i stop this?
for example
GET http://www.myhost.com/myscript.perl
>now I get the results as expect
GET http://www.myhost.com/myscript.perl
>now I get an error
wenn i reload it, then someti
I know I shouldn't, but I have a URI that goes:
"a_silly_clients_filename 2 . jpg"
And when I try:
$r->log_error ( $r->uri );
the result is:
[Fri Nov 08 09:59:37 2002] [error] a_silly_clients_filename 2.jpg
Is this real, or is it me?
Thanks,
lee
Lee Goddard
OFF TOPIC
Some of you probably know that DAlnet has been subject to a large-scale
DDOS attack recently. As a result of this, they (DALnet) have posted a
series of articles in their ezine to explain to their users what's
happening.
They have a wonderful "Plain English" explanation of DOS and D
25 matches
Mail list logo