mod_perl

1999-12-27 Thread Slava
I compiled perl -5.005_03 mod_perl 1-2.1 apache-1.3.9 under solaris 2.6 when I check http://localhost/perl-status , I got next PerlAccessHandler Enabled PerlAuthenHandler Enabled PerlAuthzHandler Enabled

mod_perl

2000-08-03 Thread yusun
I have installed the mod_perl   % tar xzvf apache_x.x.x.tar.gz  % tar xzvf mod_perl-x.xx.tar.gz  % cd mod_perl-x.xx  % perl Makefile.PL APACHE_SRC=../apache_x.x.x/src \    DO_HTTPD=1 USE_APACI=1 EVERYTHING=1  % make && make test && make install  % cd ../apache_x.x.x

Mod_perl

2001-09-03 Thread Murugan K
Hi I apologize for the simple question. Since i am new to this mod_perl , i am having this doubt. After building mod_perl.so , Is it required to have the Perl interpreter installed on the server. What i understood was, the mod_perl.so is a apache perl module which is providing

mod_perl bug (mod_perl 1.21; Apache 1.3.9).

2000-01-18 Thread John Hughes
I have a virtual host to handle https. The URL's on the main host and the virtual host can be pretty similar. Somethimes mod_perl gets confused, thinking that it wants a script from the main host when it actualy should be getting one for the virtual host. What's going wrong is

[OT] Re: [mod_perl] Re: mod_perl invokation valid?

2003-01-10 Thread Jonathan M. Hollin
Charlie Smith wrote: How are things in grand old England? Well our country's gone to the dogs, our government is corrupt and ineffective and it's bloody cold at the moment too. But the sun is shining so a true Englishman won't complain. ;-) -- Jonathan M. Hollin Technical Director: Dig

Re: mod_perl bug (mod_perl 1.21; Apache 1.3.9).

2000-01-18 Thread Doug MacEachern
what happens if you preload Apache::Registry in httpd.conf: PerlModule Apache::Registry On Tue, 18 Jan 2000, John Hughes wrote: > I have a virtual host to handle https. The URL's on the main host and the > virtual host can be pretty similar. Somethimes mod_perl gets confused, >

RE: mod_perl bug (mod_perl 1.21; Apache 1.3.9).

2000-01-19 Thread John Hughes
PROTECTED]>, CalvaEDI SA.Tel: +33-1-4313-3131 66 rue du Moulin de la Pointe, Fax: +33-1-4313-3139 75013 PARIS. --- mod_perl-1.21/src/modules/perl/mod_perl.c.orig Thu Jul 1 20:17:38 1999 +++ mod_perl-1.21/src/modules/perl/mod_per

RE: mod_perl bug (mod_perl 1.21; Apache 1.3.9).

2000-01-26 Thread Doug MacEachern
On Wed, 19 Jan 2000, John Hughes wrote: > > what happens if you preload Apache::Registry in httpd.conf: > > > > PerlModule Apache::Registry > > Didn't try that. But code examination seems to imply that it would have > no effect. > > 1. Apache::Registry gets run, so: > > unless (defined

Installing mod_perl

2001-10-15 Thread Nikolaus Rath
Hello. If i install mod_perl with # perl Makefile.pl NO_HTTPD=1 the files in src/modules/perl are not copied into the apache source tree and the Configuration file is not updated. Not a good way. If i call mod_perl in a way like # perl Makefile.pl DO_HTTPD=1 the files are copied and

Installing mod_perl

2001-10-15 Thread Nikolaus Rath
Hello. If i install mod_perl with # perl Makefile.pl NO_HTTPD=1 the files in src/modules/perl are not copied into the apache source tree and the Configuration file is not updated. Not a good way. If i call mod_perl in a way like # perl Makefile.pl DO_HTTPD=1 the files are copied and

Vhosts + mod_perl

2001-11-30 Thread James
Hi, Does anyone have a quick example of setting up a vhost with mod_perl enabled please? Also an ordinary cgi-bin, with file extensions .pl and .cgi enabled? Also with a vhost, I can name the host anything I like can't I? For example, say my domain is localhost.localdomain but I&#x

mod_perl installation

2002-01-21 Thread Rasoul Hajikhani
Folks, I get this message when running Makefile.pm: Your Perl is configured to link against libgdbm, but libgdbm.so was not found. You might need to install Perl from source I have checked the /usr/lib directory for libgdbm.so and it is not there. Here is the result of perl -V | grep libs:

mod_perl + UNIVERSAL

2002-02-11 Thread Morton-Allen, Matthew
Hi All, I have two mod_perl applications that run under different virtual servers on the same machine. I have named the modules within a directory for each so that they do not clash (e.g. application::master etc). However both applications make use of the UNIERVSAL package to create universally

mod_perl documentation

2002-02-14 Thread peteman
What format are the documentation files (INSTALL, README, SUPPORT, etc) in, and why are they not in plain text format?? It's giving me a headache trying to read them. This is horidly evil(IMO), might i suggest that you distribute documentation in standard text format, so that everyone can read t

Debugging mod_perl

2002-03-12 Thread Nico Erfurth
Hi, i'm creating an accounting system for my employer, the webfrontend is created with mod_perl. Today i had a big problem, and i don't know how to track it down. After changing one of my tool-modules apache segfaults on startup. So, how can i debug something like this? Are there

mod_perl & memory

2002-04-15 Thread dmitryus
Hi all. Anybody knows, how to view detailed memory usage information by perl modules. Such as Module1::$var1 - memory size Module1::$var2 - memory size I can't solve memory leak problem with my site :( Thank for help.

mod_perl error

2002-05-31 Thread Boex,Matthew W.
can i ignore this error? the script seems to work fine... Subroutine print_get_num redefined at /var/www/perl/cancel.cgi line 19. Subroutine print_gonna_del redefined at /var/www/perl/cancel.cgi line 27. Subroutine print_do_nothing redefined at /var/www/perl/cancel.cgi line 74. Subroutine print

mod_perl help

2002-07-11 Thread Ryan Hairyes
Hello all, I just compiled mod_perl 1.27 with apache 1.3 for Solaris 8. I used perl 5.6.1 and gcc from www.sunfreeware.com. After I compiled everything and tried to load the perl module (with LoadModule) I receive the following error: Cannot load /usr/local/apache/libexec/libperl.so into

mod_perl program

2002-08-02 Thread masilva3
Hi list, I converted an cgi for mod_perl and sometimes it execute ok, in the others, it show the code of cgi in browser. Anybody know what occur ? thank, Mauricio

mod_perl & mod_php

2002-08-29 Thread Jesse Erlbaum
Hi Ufuk -- > Well what you said is true. I actuallay had perl 5.6.1 but I > tried to use an > old httpd executable compiled with 5.6.0. Adding directories to @INC would > help me but each time before I would start httpd, I'd have to do that. > Instead I recompiled mod_perl/a

apche + mod_perl

2002-09-17 Thread testic
Hi Guys,   Having decided to give Linux a go I installed Linux and Apache on a spare machine at work with the intention of using it to run an intranet. I managed to run Apache succesfully to serve up simple HTML files, but I wanted some dynamic content so I installed Mod_perl as well

mod_perl, Apache2

2002-10-06 Thread Benny Jensen
Hi,   I wonder if anyone can tell me what to do to solve this problem? I'm no perl programmer. Just want to GET ASP to work on my Apache2 webserver.   cc -c  -I/usr/src/mod_perl-1.99_07/src/modules/perl -I/usr/src/mod_perl-1.99_07/xs -I/usr/local/apache/include -D_REENTRANT -D_GNU_S

mod_perl config

2002-10-11 Thread Pierre Vaudrey
I'm just switching from Mac OSX 10.1.5 to 10.2 where Library/WebServer/Documents is changed to Bibliothèque /WebServer/Documents . The httpd.conf is still proposed with Library . Could you tell me if I need to change Library to Bibliothèque in httpd.conf ? Pierre Vaudrey email [EMAIL PROTECTED

mod_perl history

2002-10-15 Thread Per Einar Ellefsen
Hello mod_perlers, I have been working on a document retracing mod_perl's history for a while. While it's not finished yet, I have decided to put it online so that you can all have a look at it and contribute additions which are sorely needed. It currently only deals with mod_pe

MOD_Perl Converter

2002-10-31 Thread Frank Naude (FJ)
Hi, Sorry if this is a FAQ, but, is there any mod_cgi to mod_perl converter available? I'm not even sure if such a converter would be possible. However, even a partial convert will already help a great deal. For example, such a converter could scan a program and add code to it to initi

mod_perl + CSS

2002-11-19 Thread Brett . Gillett
Hiya everyone, Another newbie question, I have an apache server setup with two instances, one for static pages and one for mod_perl dynamic pages. I use HTML::Template to generate my content. I would like to use CSS for styling but I can't seem to get it to work with mod_perl. I am ass

mod_perl + mod_rewrite

2002-12-05 Thread P. Zadikian
Hello, Is there some way to set mod_rewrite rules in a section in the apache configuration? Thanks, Z.

installing mod_perl

2002-12-18 Thread Carl Holm
Hello, When attempting to install mod_perl for Win32 ActivePerl using the  repository shown, I receive this error message  "Error: no suitable installation target found for package mod_perl.". http://theoryx5.uwinnipeg.ca/cgi-bin/ppmserver?urn:/PPMServer I am using  ActivePerl Bu

mod_perl & mod_jk

2003-01-12 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Hi, I'm trying to use mod_perl (1.99-07) with mod_jk (1.2) and Apache (2.0.43). (and cannot move to 1.99-08 immediately) When I try starting apache with both mod_perl & mod_jk enabled, I'm seeing the following error : $ sudo bin/apachectl start Syntax error on line 8 of /op

mod_perl examples

2003-02-24 Thread Christopher Hahn
Hello, The examples from the O'Reilly book "Writing Apache Modules with Perl and C" do not compile because of a missing Apache::Src module. I am using Apache 2.0 + mod_perl-1.99_08 and can only find docs on this module under the 1.0 section of the mod_perl 1.0 area of the m

mod_perl headers

2003-03-02 Thread Cure
not sure why. It seems apache submits headers along with my headers when an error occurs. My error message on my browser ---> ## hiHTTP/1.1 200 OK Date: Mon, 03 Mar 2003 04:34:04 GMT Server: Apache/1.3.26 (Win32) mod_perl/1.27_01-dev Connection: close Transfer-Encoding: chunked Content-Type

mod_perl + GnuPG

2003-03-11 Thread Gareth Palmer
I'm getting a strange error while trying to using the GnuPG module while running under mod_perl (everything works fine when executing from a shell) The message is: Can't locate object method "OPEN" via package "Apache::RequestRec" (perhaps you forgot to load "

MOD_PERL 2.0?

2003-05-30 Thread FARRINGTON, RYAN
Title: MOD_PERL 2.0? -- I don;t know if the first message was sent but here it is again -- just as a test I used the "ALL in ONE" package to get this installed and it works like a champ except for Apache::compat errors with something about line 68. =( I don't have the error in

Mod_Perl 2?

2003-05-30 Thread Ryan Farrington
Ok here is the error I get when using the all-in-one install for mod_perl 2.0   Can't locate object method "server_root_relative" via package "Apache" at e:/Per l/site/lib/Apache/compat.pm line 69. Compilation failed in require at startup.pl line 13. BEGIN fa

MOD_PERL 2.0?

2003-05-30 Thread FARRINGTON, RYAN
Title: MOD_PERL 2.0? just as a test I used the "ALL in ONE" package to get this installed and it works like a champ except for Apache::compat errors with something about line 68. =( I don't have the error infront of me but it is something like method not defined.

mod_perl/freebsd

2003-07-22 Thread Andy Harrison
-BEGIN PGP SIGNED MESSAGE- I'd like to install mod_perl from ports on freebsd, but it complains: Error: you don't have the right version of perl in /usr/bin. This is correct, I want to install it against the version of perl in /usr/local/bin *not* against the version i

mod_perl crash

1999-11-12 Thread Dominic A. V. Amann
I am trying to build apache 1.3.9 (or 1.3.anything) with mod_perl. It builds fine without, on libc-2.0.7 platform, using gcc 2.7.2.3 I have tried many options in the APACI make process, all have same result (segmentation fault). This is the gdb backtrace from running the mod-perl version

mod_perl, php...

1999-11-24 Thread Robert Locke
Just curious: Is compiling both mod_perl *and* php into Apache not a good idea? I seem to remember reading that somewhere. But, I noticed a site (bugs.horde.org) that did it, and was just wondering. Thanks, Rob

mod_perl license?

1999-12-17 Thread Bill
..and I was wondering how mod_perl was licensed. I actually couldn't find a License file in the mod_perl tar file...is there one? And I'm assuming (and hoping) that mod_perl is the standard Artistic License/GPL deal, like most Perl modules, but I wanted to make sure. Doug? :) - Bill P.S.

mod_proxy & mod_perl

1999-12-23 Thread Eugene Miretskiy
Hello, I have configured 2 apache servers: 1 light with mod_proxy, and another mod_perl server. I would like mod_proxy to cache the content generated by mod_perl server. All of mod_perl programs output correct Content-Length, Expires, and Last-Modified headers. When I access mod_perl program

benchmarking mod_perl

2000-02-03 Thread J. Horner
I'm sorry if this has been asked, but I haven't seen the answer. After you wonderful people pointed me in the right direction for making mod_perl with Stronghold, I'm now the proud parent of a mod_perl enabled stronghold server. How to I let my new baby stretch her wings? What

mod_perl jobs...

2000-02-14 Thread Sean Chittenden
Howdy. I received notice of some mod_perl positions earlier today and think that there are some people on the list who may bite at the opportunity. Here's the gist of it: Summary:5-10 moderate-advanced mod_perl programmers Skills: 1) Familiarity with mod_perl an

mod_perl + database?

2000-04-03 Thread Wu, Gordon
Can I use mod_perl to access database, such as oracle? Which database are supported in mod_perl? thanks, Gordon Wu

mod_perl cookbook

2000-04-04 Thread James G Smith
This might be a bit premature, but here goes... Something I've wanted to have for a long time was a cookbook for mod_perl. It is nice to go to the _Perl Cookbook_ (O'Reilly) and look up a solution to a problem without having to spend a day or even an hour or two trying to fig

Compiling mod_perl

2000-05-05 Thread Rich Theisen
Hello, I can build Apache 1.3.11 with mod_perl 1.21 without any difficulties using mod_perl. The problem comes in when I try to incorperate mod_ssl or mod_jserv. I can build Apache with either mod_ssl or mod_jserv without any problems. (I haven't tried yet combining both mod_ssl and mod_

mod_perl-perl5.6.0

2000-05-12 Thread Asghar Nafarieh
Hi, I just upgrated my perl5.6.0 from 5.005 and I cannot get mod_perl to work for me. I recompiled and installed mod_perl_1.23, but I get error "document contains no data" prompt from the browser when I activate the mod_perl module. Has anyone have this problem? Thanks, -Asghar

mod_perl & PHP

2000-05-22 Thread Emmanuel PIERRE
Hi ! I use Apache a very oeucumenic way, for I do mod_perl+Templates HTML pages, and another person includes PHP in it. My problem is that I'd like to have my HTML pages parsed by PHP (or mod_php). Is it possible with handlers ? Cheers, Emm

mod_perl install

2000-06-27 Thread Michael L. Stokes
mod_perl'ers, I got mod_perl to compile and rebuild httpd, but the new httpd did not have the prefix correct (it used the default location). I have 2 questions; 1) What do I need to do to get the correct prefix to the httpd build when compiling from the mod_perl scripts? 2) What i

Apache/mod_perl

2000-07-06 Thread Pramod Sokke
Hi, We are running Netscape Enterprise server with cgis written in perl and C. I'm looking at moving over to Apache and start using mod_perl. How simple/complex do you think the process is going to be? There are tons of scripts distributed all over the place here. Would moving over to A

mod_perl installation

2000-07-31 Thread frans
I 've tried to install mod_perl in FreeBSD2.2.8. The support modul for mod_perl have installed by CPAN module. But when I run Makefile perl Makefile.PL EVERYTHING=1 DO_HTTPD=1 && make The proccess stopped with error code perl_util.c: In function `perl_sv_is_http_code'

mod_perl configure

2000-08-02 Thread yusun
I have installed the mod_perl and changed the httpd.conf as    Alias /cgi-perl/ /usr/ns-home/cgi-bin/  #AllowOverride None SetHandler perl-script PerlHandler Apache::PerlRun Options +ExecCGI allow from all PerlSendHeader On

Re: mod_perl

2000-08-03 Thread Tobias Hoellrich
e you will find some really valuable informatio. 2.) Does mod_perl show up in the list of compiled in modules (output from 'httpd -l')? 3.) What does perl's 'HEAD http://localhost/' tell you for your server (output)? 4.) What is the filename of your testscript? 5.) Where is

Re: mod_perl

2000-08-03 Thread yusun
t; <[EMAIL PROTECTED]> To: "yusun" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, August 03, 2000 11:15 PM Subject: Re: mod_perl > Yusun, > > your questions don't get better if you post them over and over again. Can you > answer the fol

Re: mod_perl

2000-08-03 Thread yusun
- Original Message - From: "Tom Brown" <[EMAIL PROTECTED]> To: "yusun" <[EMAIL PROTECTED]> Sent: Friday, August 04, 2000 12:16 PM Subject: Re: mod_perl > > you've obviously got a ScriptAlias in place for that directory... you > _must_ ... either that

Installing mod_perl

2000-08-29 Thread Marco Marchi
Hi all, I'm a newcomer to this mailing list. I have installed mod_perl (rel. 1.24) on my machine (Linux, kernel rel. 2.2.13). Apache is already configured and running (rel. 1.3.9). But the plug-in (i.e. mod_perl) is not running: I mean, running httpd the machine gives the following error me

mod_perl examples

2000-09-07 Thread Ilya Soldatkin
Hi! I am beginner in mod_perl. I think it will be good for me to see some mod_perl script examples. Above all I would like to see style of programming. It will be great if these scripts work with DBI. Could you recommend(give URL) or send me several scripts with good style of programming in

mod_perl directives?

2000-09-12 Thread Matt Sergeant
I know this isn't in mod_perl yet, so take this as a feature request :-) What I'd like to see is a mod_perl equivalent of , so that I can add custom config directives to my httpd.conf perfectly safely: AxAddStyleMap text/xsl Apache::AxKit::Language::Sablot -- Fastnet So

perlfilter + mod_perl ?

2000-09-16 Thread Norbert Csongradi
Hi ! I created an encryption filter based on perlfilter (CPAN/modules/by-module/Filter by Paul Marquess). It's working very well in standard perl enviroment (command line, webserver without mod_perl enabled), but it does not work with mod_perl. It seems to be that it cannot modificate the s

usemymalloc && mod_perl

2000-09-16 Thread Ian Kallen
not just an errant child). The other pieces of the puzzle: latest DBI, DBD::Oracle, Oracle 8.1.5 So, my question for this group: why would I want usemymalloc=y on Solaris 2.6? Besides having to rebuild a somewhat complex mod_perl compile, I'm not looking forward to rebuilding all libraries wi

mod_perl problems..

2000-10-30 Thread Michael J. Freeman
I am trying to get a CGI to run under mod_perl and am getting weird errors. This CGI trys to use the GD module to create dynamic png's on demand (14all.cgi for RRDtool/MRTG-2) and everytime I run it under mod_perl I get errors like this: [Mon Oct 30 13:05:08 2000] [notice] child pid 336

Installing Mod_perl

2000-11-07 Thread Marco Marchi
Hi, >I have compiled mod_perl version 1.24 with apache version >1.3.9; The compilation completes without errors, but whenever I run the >new httpd daemon, I get the following error message: > >Syntax error on line 207 of /usr/local/apache/conf/httpd.conf: >Invalid command &#x

mod_perl segfault

2000-12-10 Thread Alex Vandiver
Heya -- Please 'scuse in advance the long post -- it had to be to fit in all of the information asked for (better too much than too little, I hope). Anyways, I've run into an intermittent segfault problem with mod_perl (Version 1.24). It causes the Apache (version 1.3.12) process to

mod_perl class

2000-12-11 Thread Nathan Torkington
gt; > So would I. I'm more than willing to proof read, test, and be a > guinea pig. http://prometheus.frii.com/~gnat/mod_perl/ holds the PowerPoint slide source and the PDF produced from it, of the course I taught at O'Reilly's University of Perl earlier this year. I'm h

Mod_perl tutorials

2000-12-13 Thread J. J. Horner
Jeff, I was looking around Stas' site and found a discussion in which you stated that you taught some underlings about mod_perl in 2 five hour sessions. What is the story on these tutorials? Is it something you can distribute, or did most of it come off of the top your head? Thanks

mod_perl tutorials

2000-12-15 Thread Joe Grastara
I've been following this thread and just wanted to offer up my services at an html coder for a mod_perl website. Joe Grastara Project Assistant Digital Media Center The Skirball Institute Of Biomolecular Medicine New York University Medical Center 540 First Ave., New York City, NY 1001

mod_perl training

2000-12-20 Thread Gunther Birznieks
I got swamped with an unexpected project last Friday and coupled with XMas stuff, I am probably not going to be able to give any more input until after XMas (next week). Anyway, I know this topic has been very quiet since last week. But I just wanted to say that I don't want to let it die (for

corba & mod_perl

2001-01-10 Thread Jesús Lasso Sánchez
Hello,     anybody knows where can I get information about work with corba and mod_perl?   thanks Jesús __Jesús Lasso - Ya.com Internet Factory[EMAIL PROTECTED] - www.globalya.comTfno: +34 912917675

make mod_perl

2001-01-26 Thread Ilya
I am trying to build mod_perl with apache, but cant get through iunitial make. I got apache 1.3.14 src and mod_perl untared them, and run perl Makefile.PL APACHE_SRC=../apache/src DO_HTTPD=1 USE_APACI=1 EVERYTHING=1 i get this: Will configure via APACI Enter `q' to stop search Please te

mod_perl BOF

2001-03-28 Thread Dave Rolsky
Why was this scheduled during Matt Sergeant's AxKit presentation? Why not during a time slot when there are no mod_perl presentations? This is not rocket science here. -dave /*== www.urth.org We await the New Sun ==*/

mod_perl BOF

2001-04-05 Thread Geoffrey Young
hi all... over a few beers last night, we (anyone who was drinking:) decided that tonight would be a better time for the BOF than 9am this morning (or any morning for that matter) seeing as how we don't have a room though, I thought that the pool was as good a place to meet as anywhere...

mod_perl help

2001-04-24 Thread abhishek agrawal
Hi, I have been trying to run perl scripts on apache using mod_perl. I initially had perl5.6.0 which came with the Redhat. I then configured my apache and got simple per scripts running. Then i realised that most of the perl scripts which will eventually run on my machine are wirtten

mod_perl install

2001-06-26 Thread Purcell, Scott
Hello, I am trying a new install of mod_perl on my NT box here which is running apache. The last install I used Ron Savages NT binary distribution. And it was easy to install and worked. But I feel that I need to install mod_perl from scratch (I have to begin supporting it here at my shop). I

suexecx & mod_perl

2001-07-05 Thread Oliver - GoodnGo.COM \(R\)
-gidmin= 100 --suexec-logfile=/usr/local/apache/logs/suexec_log --suexec-safepath=/us r/local/bin:/usr/bin:/bin My question: Is there any possibility to run Apache with suexec and mod_perl ? BEGIN:VCARD VERSION:2.1 N:GoodnGo.COM (R);Oliver - FN:Oliver - GoodnGo.COM (R) ORG:GoodnGo.COM;Gefü

mod_perl/aix

2001-07-12 Thread Matt Glosson
Hello. I've searched the internet and found many things relating to this, but I thought I would present my own specific problem. I'm trying to install mod_perl with IBM HTTP Server (which is really just apache 1.3.12) on AIX 4.3.3. Everything installs fine, but when I tried to use

using mod_perl

2001-08-24 Thread jroe13
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

Apache, mod_perl

2001-08-28 Thread H Jayakumar
I have mod_perl and apache on NT. I want to add mod_perl as a module to apache, I built mod_perl and got mod_perl.so. I have copied it to the modules directory in apache source tree. When I start apache, it says : Syntax error on line 1049 of e:/apache/conf/httpd.conf: Cannot load e

mod_perl build

2001-08-30 Thread Rasoul Hajikhani
Hello, I am wondering whether there is a way of knowing how mod_perl was built? I have inhereted a box with mod_perl configured. Thanks -r

mod_rewrite + mod_perl

2001-09-09 Thread Kenny Smith
Hello all, For the first part of my project, I'm just using mod_perl as a replacement for CGI. I'm trying to execute a mod_perl script via mod_rewrite, but it doesn't seem to be persisting. In my httpd.conf, I've got: SetHandler perl-script PerlHand

Mod_perl woes

2001-09-18 Thread brooks roy
Hello, I have just installed mod_perl into my Apache 1.3.20 install :).. I have apache+mod_ssl+mod_frontpage+php. When ever I apachectl start it start up fine but when I try to load a webpage, it says it cannot access the specified URL, here is a capture of the error_log. Any ideas are

Apache-mod_perl

2001-11-16 Thread Manjrekar Pratiksha
Hello all, We are facing a problem while configuring perl-module in Apache webserver in the Solaris environment. The Server configuratin is as follows: OS : Solaris 2.7 SunOS 5.7 Sparc machine. Apache/1.3.20 (Unix) mod_fastcgi/2.2.10 mod_perl/1.26 We have installed a VSWAP1.1.6 which is a WAP

New mod_perl name was [Re: New mod_perl Logo]

2002-01-29 Thread ___cliff rayman___
how about Everest? Niagara? Multiphase? Slipstream? DigiServer? Pointillion? Web Mammoth? SharpWeb? Web Enterprise? EnterWeb? Ged Haywood wrote: > Hi there, > > On Tue, 29 Jan 2002, Chris Thompson wrote: > > > "mod_perl" is a lousy name. > [snip] >

mod_perl 2.x vs. mod_perl 1.x benchmarks

2002-09-18 Thread Josh Chamas
Hey mod_perl users, I just did a benchmarks to compare mod_perl + apache versions 1 & 2. What I find striking is that without any optimizations, the v2 mod_perl & apache are faster. I'm really blown away, as I was expecting the new versions to be slower with v1 configurations

[OT] mod_perl longevity [Was: mod_perl advocacy project resurrection]

2000-12-05 Thread Ajit Deshpande
On Tue, Dec 05, 2000 at 11:34:49AM -0800, brian moseley wrote: > i had lunch with doug and jon swartz not too long ago, > talking about the possibility of starting a web application > infrastructure company based on mod_perl and mason. when we > got down to it, the fundamental quest

Re: [OT] mod_perl longevity [Was: mod_perl advocacy projectresurrection]

2000-12-05 Thread brian moseley
On Tue, 5 Dec 2000, Ajit Deshpande wrote: > Well, the above question pre-supposes that Java is > inherently *better* than mod_perl for some definition of > "better". it's true. i stayed away from defining better in that msg, but explored in a separate one in this thr

RE: New mod_perl name was [Re: New mod_perl Logo]

2002-01-30 Thread Joe Breeden
From: ___cliff rayman___ [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, January 29, 2002 7:20 PM > To: [EMAIL PROTECTED] > Subject: New mod_perl name was [Re: New mod_perl Logo] > > > how about Everest? Niagara? Multiphase? Slipstream? > DigiServer? Pointillion? Web Mammoth? S

Re: mod_perl 2.x vs. mod_perl 1.x benchmarks

2002-09-18 Thread Perrin Harkins
Josh Chamas wrote: > I just did a benchmarks to compare mod_perl + apache versions 1 & 2. Cool. Any idea why bytes/hit is lower on apache 2? Are some headers being omitted? - Perrin

Re: mod_perl 2.x vs. mod_perl 1.x benchmarks

2002-09-18 Thread Josh Chamas
Perrin Harkins wrote: > Josh Chamas wrote: > >> I just did a benchmarks to compare mod_perl + apache versions 1 & 2. > > > Cool. > > Any idea why bytes/hit is lower on apache 2? Are some headers being > omitted? > Looks like its the Server tokens, see

Re: mod_perl 2.x vs. mod_perl 1.x benchmarks

2002-09-19 Thread Ask Bjoern Hansen
On Wed, 18 Sep 2002, Josh Chamas wrote: [...] > So I run it again with ServerTokens Min, and get the same results. :) > Still something different on the mod_perl headers, looks like mod_perl > 2.x is setting Content-Length where it didn't use to. The details evade me, but I re

Re: mod_perl 2.x vs. mod_perl 1.x benchmarks

2002-09-19 Thread siberian
proxy for chunked data. John- On Thu, 19 Sep 2002 01:47:39 -0700 (PDT) Ask Bjoern Hansen <[EMAIL PROTECTED]> wrote: >On Wed, 18 Sep 2002, Josh Chamas wrote: > >[...] >> So I run it again with ServerTokens Min, and get the >>same results. :) >> Still something

Re: mod_perl 2.x vs. mod_perl 1.x benchmarks

2002-09-20 Thread Frank Wiles
.--[ Ask Bjoern Hansen wrote (2002/09/19 at 01:47:39) ]-- | | On Wed, 18 Sep 2002, Josh Chamas wrote: | | [...] | > So I run it again with ServerTokens Min, and get the same results. :) | > Still something different on the mod_perl headers, looks like mod_perl | &g

[ANNOUNCE] new site: scaling mod_perl (+tool: mod_perl + DBD::Oracle)

2000-12-08 Thread Ed Park
The enterprise mod_perl architectures idea that I posted earlier has evolved into a slightly modified idea: a 'scaling mod_perl' site: http://www.lifespree.com/modperl. The point of this site will be to talk about & synthesize techniques for scaling, monitoring, and profiling larg

Re: [OT] mod_perl longevity [Was: mod_perl advocacy project resurrection]

2000-12-05 Thread Ajit Deshpande
On Tue, Dec 05, 2000 at 12:28:08PM -0800, brian moseley wrote: > On Tue, 5 Dec 2000, Ajit Deshpande wrote: > > > Well, the above question pre-supposes that Java is > > inherently *better* than mod_perl for some definition of > > "better". > > it'

packaging mod_perl (was RE: Backing out a mod_perl install)

2001-08-06 Thread Stas Bekman
everything you need... > > Ok, thanks tar_Apache should include all that I need, thanks. I don't see > the need for offsite_tar in my case, since I already have mod_perl built > and ready for install in the target machine. I think that even a better solution is build some RPM/deb/what

Re: Installing mod_perl

2001-10-15 Thread Michael Kroell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12 Oct 2001, Nikolaus Rath wrote: > Is there no way to copy the files without compiling apache? My problem > is that i want to specify additional options for the apache configure > script, but perl Makefile.PL doesn't allow this. try the PREP_HTT

Re: Vhosts + mod_perl

2001-11-30 Thread Stephen Reppucci
e: > Does anyone have a quick example of setting up a vhost with mod_perl > enabled please? Also an ordinary cgi-bin, with file extensions .pl and > .cgi enabled? > > Also with a vhost, I can name the host anything I like can't I? For > example, say my domain is localhost.lo

Re: Vhosts + mod_perl

2001-11-30 Thread James
Root /var/apache/htdocs > > Options +ExecCGI +Indexes > AddHandler cgi-script .cgi > > > > SetHandler perl-script > PerlFreshRestart On > PerlHandler Foo:Bar > PerlSetVar SOME_VAR /usr/local/foo > > > > > hth, > >

Re: Vhosts + mod_perl

2001-11-30 Thread Maarten Koskamp
Take a look here: http://dsb3.com/dave/dynipvhost.html or here: http://orbitstar.linux-site.net/pub/archive/apache-vhosts.html Greetz. maarten.

Re: Vhosts + mod_perl

2001-11-30 Thread Jorge Godoy
James <[EMAIL PROTECTED]> writes: > Now, how did I know I was going to get flamed?? :/ > > Anyway thanks for the example. Some manuals are too hard to read, you > have to be a goddamn PhD to read some of them out there to untangle > the mess of cross references and incomplete examples. :/ > > But

Re: Vhosts + mod_perl

2001-12-02 Thread Marius Feraru
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Dec 1 at 01:59, 'James' wrote: |J|But, with that e.g. that uses an IP address, from day to day I don't |J|know what my IP address will be, can't I use: |J|NameVirtualHost fred.trains.ath.cx |J| |J|... foo |J| NameVirtualHost * ServerName w

Defeating mod_perl Persistence

2001-12-11 Thread Jonathan M. Hollin
Hey Gang, When using Mail::Sender only the first email is sent on my mod_perl server. When I investigated, I realised that the socket to the SMTP server was staying open after the completion of that first email (presumably mod_perl is responsible for this persistence). Is there any way to

  1   2   3   4   5   6   7   8   9   10   >