Hi!
On Wed, Feb 29, 2012 at 11:16:44PM +0100, Michael Ludwig wrote:
> > Configuring for Apache, Version 1.3.42
> > + Warning: Your 'echo' command is slightly broken.
> > + It interprets escape sequences per default. We already
> > + tried 'echo -E' but had no real success. If errors occur
> >
Hi!
A rather old legacy projects need to be recompiled, but neither mod_perl
nor Apache seem to be compilable.
Any hints/ideas?
~$ uname -a
Linux laptop 3.2.0-1-amd64 #1 SMP Fri Feb 17 05:17:36 UTC 2012 x86_64
GNU/Linux
(same on:
Linux server 2.6.26-2-openvz-amd64 #1 SMP Mon Jun 13 17:16:12 UTC
We're also still looking for regular talks:
http://vienna.yapceurope.org/ye2007/cfp.html
Hope to see you in Vienna,
Thomas Klausner
on behalf of Vienna.pm
--
#!/usr/bin/perl http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}
Hi!
On Tue, Mar 20, 2007 at 09:19:29PM -0400, Jim Martinez wrote:
> YAPC::NA June 25th through 27th, Houston, Texas
> http://conferences.mongueurs.net/yn2007/
> Abstract Submission Deadline - April 9th
There's also YAPC::Europe, 28th to 30th August 2007, in Vienna, Austria
http://vienna.yap
Hi!
Is it possible and advisable to write the complex part of an application
(the Controller, if you like) in mod_perl2 and use PHP as a frontend (or
View) ?
While I personally prefere Template::Toolkit as a presentation language, the
project I'm currently getting involved in has quite a lot of P
Hi!
On Fri, Apr 08, 2005 at 09:25:30AM -0400, Geoffrey Young wrote:
> > Is it possible to somehow get to the URI as it looks like after beeing
> > transformed by mod_rewrite?
>
> don't you just want $r->uri?
Yes. Thanks.
> I don't think anyone is supposed to (or traditionally does) mess with
>
Hi!
Is it possible to somehow get to the URI as it looks like after beeing
transformed by mod_rewrite?
What I'm trying to do is:
In a DB I have 'pseudo-files' with a column named 'path' and titles and
bodies in several languages. (title_de, title_en, etc)
Values for 'path' are eg: '/index.html',
Hi!
On Thu, Oct 07, 2004 at 02:40:02AM -0400, Sean T Allen wrote:
> can anyone point me in the direction of good hosting sites for dedicated
> mod-perl, mysql apache hosting companies
>
> ours just isnt cutting it anymore...
>
> location of host isnt a thuge issue but us/ca hosts definately
Hi!
Sorry for the offtopic post, but I thought somebody here just has to know
the answer to my problem...
I want to rewrite URIs (using Apache 1.31) from something like this
http://somehost/somedir/123.html
to
http://somehost/somedir/view?id=123
I tried:
RewriteRule ^/(.*)/(.*).html$
Hi!
On Mon, Jun 21, 2004 at 04:34:37AM -0700, [EMAIL PROTECTED] wrote:
> what are the do's and don'ts when porting from perl/CGI to mod_perl?
http://perl.apache.org/docs/1.0/guide/porting.html
> what can mod_perl + apache offer me that no other ( php or pure perl +
> apache) can?
Mainly dire
Hi!
On Tue, Jun 08, 2004 at 09:55:56AM -0500, Frank Wiles wrote:
> I think all of these are important and #4 especially for people new
> to programming or just new to mod_perl. If we had 4 or 5 small
> working applications online that had detailed commentary about
> specific mod_perl inf
Hi!
On Sat, Apr 10, 2004 at 09:57:05PM +0200, Oliver Brandt wrote:
> Hi All,
>
> I want to build my own apache with statically linked mod_perl.
> ..
> /usr/bin/ld: cannot find -lperl
As allready discussed on IRC (#vienna.pm), the problem lies in the
debian-stable Perl packages. I suggest to do a
Hi!
On Sat, Mar 20, 2004 at 02:39:03PM +0400, Mazen S. Alzogbi wrote:
> I would appreciate anyone sheding some light on this issue.
I suggest reading either
http://perl.apache.org
and/or some of the books referenced here:
http://perl.apache.org/docs/offsite/books.html
, especially "Writing
Hi!
On Wed, Mar 17, 2004 at 01:35:40PM +0900, Batara Kesuma wrote:
> I am running a web site where users can upload their pictures. The
> problem is, I don't want to let users view the pictures while they are
> not logged in. I am thinking about using AuthName, AuthType on
> httpd.conf, but I don
Hi!
On Fri, Feb 27, 2004 at 09:35:11AM +, Mark Maunder wrote:
> In a perl handler, I'm doing a stat on a module file, and if the file
> has been modified, I'm reloading the module by slurping the file into a
> scalar and eval'ing it. The module has a few subs and global vars that
> have defau
Hi!
On Wed, Feb 18, 2004 at 12:36:36PM -0500, [EMAIL PROTECTED] wrote:
> I would like to start using mod_perl12, and I'm confident that I can
is this mod_perl1 or mod_perl2 (for Apache 1.x or 2.x)
Anyway, take a look at this section of the docs:
http://perl.apache.org/docs/1.0/guide/install.htm
Hi!
On Tue, Jan 13, 2004 at 03:27:51PM +0100, Daniel Lang wrote:
> I?m using a GD-based Module (Bio::Graphics) to generate png-graphics on
> the fly with a Modperl Content Handler.
> Now I encounter the following problem:
> The first request(after httpd restart), is served well, and the
> gener
Hi!
On Wed, Jan 07, 2004 at 09:27:49AM +0200, Malka Cymbalista wrote:
> 1. In other words, is it possible to run 2 apache processes on the same
> machine, one with apache 2 and mod perl 2, and one with apache 1.3 and
> mod perl 1.
I know nothing about eprints, but it should be no problem to ha
Hi!
On Tue, Dec 16, 2003 at 12:36:43PM -0800, Maurice Height wrote:
> I am coding a web application using lots of Perl modules including
> Class::DBI, Text::MagicTemplate, CGI::Session and CGI::Application via
> ActivePerl v5.8.1.807. My code has to run on both Win2K and WinXP together
> ..
> Sh
Hi!
On Mon, Dec 15, 2003 at 06:22:42PM +0530, nasar.sherieff wrote:
> Thanks. I am starting to learn mod_perl. how about "practical mod_perl"
> book.
I haven't read it yet (sorry Stas & Eric), but you can find reviews here:
http://books.perl.org/book/175
> Could anybody tell me the advantages o
Hi!
On Mon, Dec 15, 2003 at 04:16:28PM +0530, nasar.sherieff wrote:
> Thanks. my doubt is can't I understand modperl after just learning a
> documentation on cgi. It will safe my time to directly going to modperl.
> how will you justify this.
Developming mod_perl applications is quite differen
Hi!
On Fri, Dec 12, 2003 at 08:32:30PM -0800, Chris Ochs wrote:
> I am using CGI.pm with mod perl, and simply because I hate using
> $q->param('var') I use $q->import_names('CGI') so I can reference the post
> variables as $CGI::var. CGI.pm does not clear this namespace and I am not
> sure of th
Hi!
On Wed, Dec 10, 2003 at 03:34:39PM -, Simon McCaughey wrote:
> This sounds to me like the kinds of problem we had migrating to mod_perl. It
> sounds like a global variable problem, we had the same kind of issues - 90%
> of the time the app seemed to be behaving, but it really wasn't. We e
Hi!
On Wed, Dec 10, 2003 at 12:38:51AM +, andrew dunn wrote:
> It seems to me like mod_perl is somehow caching the results of the
> script for a short time, and if its called quickly again it will just
> send out the same results without accepting new parameters. Is there a
> way to disable t
Hi!
On Tue, Dec 02, 2003 at 09:11:26AM +0100, Jon wrote:
>I wonder if there's any litrature or web pages anyone can recomend
> reading to learn more about what can be done with mod_perl to speed things
> up.
Try:
http://perl.apache.org/
http://perl.apache.org/docs/offsite/index.html
http
Hi!
On Sat, Nov 29, 2003 at 02:49:20AM -0600, John Michael wrote:
> But This:
>
> if ($h->r->connection->aborted) {
>
> would not be called until this
>
> $h->r->send_fd($fh);
>
> were already through. For a large file, wouldn't that it too late.
> or would a real aborted connection cause se
Hi!
On Sat, Nov 29, 2003 at 02:00:18AM -0600, John Michael wrote:
> Someone pointed me to checking the connection class for an abort. I found
> info on this in the modperl cookbook..That seems useful if you want to
> server your own files, but would take a lot of overhead if you had to
> continue
Hi!
On Wed, Nov 26, 2003 at 12:11:54AM +1100, Chris Drake wrote:
> How come there's no index to look up keywords and stuff on the help
> site? It's impossible to search for answers to the above without such
> a thing...
What help site are you referring to?
http://perl.apache.org has got full t
Hi!
On Wed, Nov 05, 2003 at 10:13:38AM -0500, Frantzcy Paisible wrote:
> Does anyone have a list of tips and/or tricks that could help improuve
> performance ?
http://perl.apache.org/docs/1.0/guide/performance.html
--
#!/usr/bin/perl http://domm.zsi.at
for(ref bl
Hi!
On Mon, Oct 27, 2003 at 02:38:06PM -0400, Alejandro Galue wrote:
> I need help with mod_perl
http://perl.apache.org/
> My production servers has RedHat 8.0 and 9.0 using Perl, Apache and mod_perl
> RedHat rpms.
>
> What is your suggestion for a production server ?
>
> In others emails I re
Hi!
On Mon, Sep 29, 2003 at 02:06:03AM -0700, [EMAIL PROTECTED] wrote:
> what is the proper way to pass a parameter for something like
> $cgi-param(username)?
This is way off topic here, but very much on topic at the beginners list
(which the initial mail was sent to, too). So please discuss this
31 matches
Mail list logo