Hi! I have ported apache::authnetldap to work with Apache 2. We have been using this module for over two years with apache 1.3, and are looking for an upgrade...
When you have your usual Client -> Front End (proxy) -> Back End (modperl) setup, is there a way to reliably get the ip address of the client from the modperl...
Dear mod_ssl User Group, I have been working at this install for awhile and am interested in your comments. And primarily whether or not there is a serious...
for those who haven't already seen it, perl.com ran the first of my series of articles on mod_perl 2.0 late last week. the code from the article can be...
Hi, Which is the best template system to use with mod perl. I have looked through the information on the mod perl site, and there a quite a few listed, it also...
Hi! I'm trying to set 2 http_headers with same name e.g Set-Cookie: test2=2; domain=test.com; path=/ Set-Cookie: test1=1; domain=test.com; path=/ I've read the...
... Works perfectly. Thank You. :-D -- If You're European, do something for YOUR civil rights: http://www.stop1984.com Stop software patents in the EU!...
Does anyone have experience working with any perl-based business process automation/workflow solutions? I'm looking for an open-source starting point for an...
Hi, Is it worth outputting the log details for web sites out to the database using mod perl, or is it best to use the general logging to a file. Also would it...
Hi, I am trying to set a cookie using Perl(mod_perl/1.26)(5.6) on Apache Linux but IE6 doesn't accept it (also in CGI). I tried the same script using Perl(5.8)...
Over the years I created a set of Perl classes that allowed me to generate web pages via CGI, FastCGI, or HTTP::Daemon. Write the application-specific code...
On Sat, 5 Apr 2003, Sebastian Breier wrote: [ .. ] ... Stas heroically managed to track down the problem with the current cvs sources on Win32; the mod_perl...
This is an analogy of a problem we have found with our web server. We are using mod perl but this problem would occur regardless. If I send up the following...
... Sorry about that. I'm currently attempting to use the HTTP_MOVED_TEMPORARILY constant, and the logging messages are all correct (so my $redirect_to value...
Hello, all. Is it possible to check the version of modperl from the httpd.conf file? I have the version check in my filter, but would prefer checking the...
Hi, Our company is in a position to take on some Perl contractors (full-time preferred, part-time possible) in the Atlanta, GA area. These contracts might...
Sorry for the off-topicness. I am looking for a mailing list on embedded Perl (like mod_perl is an embedded Perl interpreter in Apache, not like EmbPerl) and...
Given a request for: /foo/bar#blah It seems that: $r->uri eq '/foo/bar39; scalar $r->args eq '' (or maybe undef) But how can I get the "blah" part using $r...
something is wrong here. apache 2.0.45,mod_perl 1.99_08 and perl 5.8.0 The following little script running under ModPerl::Registry makes consuming all the...
Hi there, configuring frontend-backend (apache 1.3.27) I noticed last ip in X-Forwarded-For is duplicated. Seems (from proxy_http.c), mod_proxy now generates...
Hi all Sorry - this isn't a mod_perl question, but a lot of you will have experience with this kind of issue. I am building a travel web site which allows you...
hi i'm having a weird problem building mod_perl on win32. i am running activeperl 5.8 and and apache 2 this is an example of what happens, apparently there is...
... Ah, similar to header_out, header_in, err_header_out the old API is not supported in 2.0 (the method name is the same though). I've committed a wrapper...
... Your case still includes things that I don't have, references to some images... can you trim it down to something that can be used as is? it'd be nice to...
Having problems with mod_perl and Apache::RPC::Server Basically have some perl modules written for RPC::XML::Server to handle XML-RPC methods. I'm now...
... D'oh. ... what about eval "require mod_perl"; which never gets checked? ... Eh? You said: if $r is not available, there are a few things to choose from: ...