mod_perl compile errors in perl_util.c

2001-08-24 Thread Alex Gottschalk
Hi, I'm trying to compile mod_perl, and am getting the following error. System details follow the error message: /usr/gnu/bin/gcc -I. -I../../include -I../../include/regex -I../../include/.././os/unix -DSOLARIS2=260 -DUSE_EXPAT -I../lib/expat-lite -DNO_DL_NEEDED -DMOD_PERL -I`/usr/gnu/bin/perl

Re: using mod_perl

2001-08-24 Thread Jon Molin
try looking at http://perl.apache.org/ /jon [EMAIL PROTECTED] wrote: Hi! I am wondering if anyone could tell me how to actually run modperl on my webserver i have perl modules installed to run without modperl and dont know how to invoke the process to get them working can anyone help?

Re: using mod_perl

2001-08-24 Thread Jeremy Howard
Hi! I am wondering if anyone could tell me how to actually run modperl on my webserver i have perl modules installed to run without modperl and dont know how to invoke the process to get them working can anyone help? jason The best place to learn mod_perl is the Guide:

RE: embedding perl code to html

2001-08-24 Thread
I've used HTML::Embperl in a fairly large project and really liked it. I found it to be a rock solid package with a dedicated product developer backing it up. Mike V. Andreev [EMAIL PROTECTED] wrote: Hi! I have a tree of static html files and perl cgi-scripts. But sometimes I want to include

Re: scope of PerlSetVar

2001-08-24 Thread Stas Bekman
On Wed, 22 Aug 2001, Michael wrote: Before I make a dumb assumption, would the experts please comment on the scope of PerlSetVar within a virtual host statement. Is the scope restricted to that of the enclosing brackets. I have not been able to find where in the Eagle book or the guide the

Re: PerlModule Error

2001-08-24 Thread Rasoul Hajikhani
Ken Williams wrote: [EMAIL PROTECTED] (Rasoul Hajikhani) wrote: use lib qw(...);. I have tried declaring: use MY::Perl::Control::WebAccess; in my startup.pl, with the same Here it is: Undefined subroutine My::Perl::Control::WebAccess::handler called. Looks like you need to check

Re: PerlModule Error

2001-08-24 Thread Rasoul Hajikhani
Stas Bekman wrote: On Thu, 23 Aug 2001, Rasoul Hajikhani wrote: ___cliff rayman___ wrote: and what do the error logs say? Rasoul Hajikhani wrote: I know this question will sound primitive to most of you, however, I have this nagging error which won't go away. In

push_handlers

2001-08-24 Thread Rasoul Hajikhani
Hi Is there any way that I could use $r-push_handlers(PerlHandler = myHandler); and send/include a query string with that? I need to push another handler with some specific form data. thanks -r

Re: URI::URL - problem in LWP 5.53_95 with mod_perl

2001-08-24 Thread mike808
I ran into the same problem. Found a simpler, cleaner solution. Just perform a export PERL_HTTP_URI_CLASS=URI::URL before building mod_perl, and you're home free. Long term, all mod_perl testing modules that assume URI::URL is loaded by LWP will now need to explicitly load URI::URL if they

Rewrite block before a Perl block

2001-08-24 Thread Rafiq Ismail
Hi, I'm trying to set up an apache vhost which either redirects to a proxy or sets its DocumentRoot and then opens a Perl/Perl block, and then eventually processes the request through a mod_perl handler.. My rewrite rule: RewriteEngine On RewriteCond %{REQUEST_FILENAME}^/tfl

URI munging and Referer headers

2001-08-24 Thread Geoffrey Young
hi mungers... it there a more reliable way to not have your session id's show up in Referer headers than using a refresh tag? I've played around with various redirect methods, but both MSIE5 and Netscape4.7 hold on to the Referer from the original page and ignore the 302 page. seems like

push_handlers

2001-08-24 Thread Rasoul Hajikhani
Hello again, The problem with push_handlers, I just realized, is that the PerlHandler argument assumes that its argument is a method, sub, within the same package/handler. However, I need some other handler to take over and finish the job. Chaining won't do since I don't know before hand which

RE: push_handlers

2001-08-24 Thread Geoffrey Young
-Original Message- From: Rasoul Hajikhani [mailto:[EMAIL PROTECTED]] Sent: Friday, August 24, 2001 2:59 PM To: [EMAIL PROTECTED] Subject: push_handlers Hello again, The problem with push_handlers, I just realized, is that the PerlHandler argument assumes that its argument is

Thanks

2001-08-24 Thread Rasoul Hajikhani
You guys/gals are the most helpful bunch of people I have had the pleasure of interacting with. You ROCK, all of YOU. Thanks

cvs commit: modperl-site perl_myth.html perl_myth.pod

2001-08-24 Thread stas
stas01/08/21 19:26:19 Modified:.perl_myth.html perl_myth.pod Log: correct my email address Revision ChangesPath 1.5 +1 -1 modperl-site/perl_myth.html Index: perl_myth.html ===