Dear Group,
Some of you might have tried the mod_perl for the first time and tested with
simple web application and it should be there some-where in your system. Could
you please post a few.
Regards
Dominic
> ---Original Message---
> From: Aaron Trevena <[EMAIL PROTECTED]>
> Subjec
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On Wed, Feb 21, 2007 at 03:47:44PM -0600, jayakrishnan iyer wrote:
> hi everyone,
>
> I have installed apache 2.2.4 on my computer and am trying to install mod
> perl 2.0.3, but have been running into some issues.
> To be specific I am having issues l
On 2/21/07, aqua <[EMAIL PROTECTED]> wrote:
Just wondering if it is possible to search this mailing list.
http://perl.apache.org/maillist/modperl.html#Searchable_Archives
- Perrin
Just wondering if it is possible to search this mailing list. It would be of
great help to newbies like me.
Regards
Dominic
Hi,
On 2/21/07, Jonathan Vanasco <[EMAIL PROTECTED]> wrote:
startup.pl has this:
use MyConfig::ServerLayout;
and then:
package MyConfig::ServerLayout;
my $_environment= $ENV{'SERVER_TYPE'};
if ( !defined $_environment ) {
die "ERROR! You
startup.pl has this:
use MyConfig::ServerLayout;
and then:
package MyConfig::ServerLayout;
my $_environment= $ENV{'SERVER_TYPE'};
if ( !defined $_environment ) {
die "ERROR! You MUST define SERVER_TYPE in \$ENV !";
}
that will neve
hi everyone,
I have installed apache 2.2.4 on my computer and am trying to install mod
perl 2.0.3, but have been running into some issues.
To be specific I am having issues loading APR.so duiring the "make test"
phase of the installation. Due to this statements such as
use APR;
use APR:Pool ();
Thanks Robert. That did the trick.
Sumit
Robert Landrum wrote:
Sumit Shah wrote:
I printed out the contents of the Cookie attribute in the request
header and I can see the cookie present in the header. I read all the
contents into a hash and then try to check for its existence. The
if(exist
On 21/02/07, Perrin Harkins <[EMAIL PROTECTED]> wrote:
On 2/21/07, Aaron Trevena <[EMAIL PROTECTED]> wrote:
> Who do I prod to get it updated?
http://perl.apache.org/contribute/docs.html :)
ooh SVN...
Bugger, now I'll have to write it myself won't I.
A.
--
http://www.aarontrevena.co.uk
LAM
On 2/21/07, Aaron Trevena <[EMAIL PROTECTED]> wrote:
Who do I prod to get it updated?
http://perl.apache.org/contribute/docs.html :)
- Perrin
On 20/02/07, Perrin Harkins <[EMAIL PROTECTED]> wrote:
On 2/19/07, aqua <[EMAIL PROTECTED]> wrote:
> Could you please let me know if there are any simple sample (complete)
application available on the net with a HTML form and update the same in a (MySQL)
database.
This is a good place to look:
Have you tried Apache::StatINC? Actually, is that available for Apache2?
We've also had problems with Apache::Reload here but we're putting that down to
using RHEL mod_perl 1.99 ;) Am waiting to get the latest MP2 installed and
hopefully it'll help sort the problems out.
But I agreee with Perri
12 matches
Mail list logo