On Tuesday 04 April 2006 01:00, Sumo Wrestler (or just ate too much)
wrote:
> Hal Vaughan wrote:
> > On Monday 03 April 2006 21:59, Sumo Wrestler (or just ate too much)
> >
> > wrote:
> >> Re-enable "PerlModule Apache2". When it aborts apache, report what
> >> apache says in its log file.
> >
> >
On Monday 03 April 2006 18:34, Hal Vaughan wrote:
> I'm just trying to run a simple test set up, so I don't have to keep
> uploading every little change to my web server. I've had Apache2
> working for a while, and today I added mod_perl (aptitude install
> libapache2-m
Hal Vaughan wrote:
On Monday 03 April 2006 21:59, Sumo Wrestler (or just ate too much)
wrote:
Re-enable "PerlModule Apache2". When it aborts apache, report what
apache says in its log file.
Thanks for the tip.
[Mon Apr 03 23:22:56 2006] [error] Can't locate Apache2.pm in @INC (@INC
contains:
On Monday 03 April 2006 21:59, Sumo Wrestler (or just ate too much)
wrote:
> Hal Vaughan wrote:
> > On Monday 03 April 2006 19:14, Sumo Wrestler (or just ate too much)
> >
> > wrote:
> >> [...]
> >>
> >> Then perhaps you want
> >
> > Thanks, but, as I said in the post, I tried that as well. If
On Monday 03 April 2006 21:59, Sumo Wrestler (or just ate too much)
wrote:
> Hal Vaughan wrote:
> > On Monday 03 April 2006 19:14, Sumo Wrestler (or just ate too much)
> >
> > wrote:
> >> [...]
> >>
> >> Then perhaps you want
> >
> > Thanks, but, as I said in the post, I tried that as well. If
Hal Vaughan wrote:
On Monday 03 April 2006 19:14, Sumo Wrestler (or just ate too much)
wrote:
>> [...]
Then perhaps you want
Thanks, but, as I said in the post, I tried that as well. If you're
sure that's all it needs, I'll try it again.
Hal
Re-enable "PerlModule Apache2". When it ab
On Monday 03 April 2006 19:47, James Westby wrote:
> Hal Vaughan wrote:
> > I'm just trying to run a simple test set up, so I don't have to
> > keep uploading every little change to my web server. I've had
> > Apache2 working for a while, and today I
On Monday 03 April 2006 19:14, Sumo Wrestler (or just ate too much)
wrote:
> Hal Vaughan wrote:
> > I'm just trying to run a simple test set up, [...]
> >
> >
> >SetHandler perl-script
> >PerlHandler ModPerl::Registry
> >Options +ExecCGI
> >
> > [...]
> > The root server directory i
Hal Vaughan wrote:
I'm just trying to run a simple test set up, so I don't have to keep
uploading every little change to my web server. I've had Apache2
working for a while, and today I added mod_perl (aptitude install
libapache2-mod-perl2). My /etc/apache2/mods-enabled/perl.l
Hal Vaughan wrote:
I'm just trying to run a simple test set up, [...]
SetHandler perl-script
PerlHandler ModPerl::Registry
Options +ExecCGI
[...]
The root server directory is /var/www and I have a perl script
in /var/www/perl. [...]
Then perhaps you want
--
To UNSUBSCRIBE, ema
I'm just trying to run a simple test set up, so I don't have to keep
uploading every little change to my web server. I've had Apache2
working for a while, and today I added mod_perl (aptitude install
libapache2-mod-perl2). My /etc/apache2/mods-enabled/perl.load looks
like th
x27;m not that familliar with Unix/Linux.
> For my actual project I need apache2 and mod perl. So, I installed apache2
> with apt-get install and it is working. But where can i find mod_perl? it
> is not in the modules list of the apache2 manual and i couldnt find it in
> the package list
Hello!
> It might sound a bit stupid, but I'm not that familliar with Unix/Linux.
> For
> my actual project I need apache2 and mod perl. So, I installed apache2
> with
> apt-get install and it is working. But where can i find mod_perl? it is
> not
> in the modules list o
On Fri, Mar 24, 2006 at 10:23:41AM +0100, Tim Toennsen wrote:
> But where can i find mod_perl? it is not in the modules list of
> the apache2 manual and i couldnt find it in the package list ot
> the debian webside. Can u send me the correct packet name so i can
> install it wit
Dear sir,
It might sound a bit stupid, but I'm not that familliar with Unix/Linux. For
my actual project I need apache2 and mod perl. So, I installed apache2 with
apt-get install and it is working. But where can i find mod_perl? it is not
in the modules list of the apache2 manual and i co
Does anyone have a good step by step how to source for recompiling a
debian package?
Take a look at "apt-src" and "apt-build" packages.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Steve Lilley wrote:
I am switching one of my servers over to unthreaded perl in order to
use the IMA::DBI module which warns against using threaded perl.
I may be asking an obvious question, but would it be necessary to
recompile the mod_perl debian package as well as the perl package
Debian user:
I am running Debian GNU/Linux i386 31r0a "Stable" (Sarge) and am using it for
Linux/ Apache/ MySQL/ Perl development. The following Apt packages are
installed:
kernel-image-2.4.27-2-686
apache-perl (Apache 1.3.33/mod_perl 1.29)
mysql-server
I am switching one of my servers over to unthreaded perl in order to use
the IMA::DBI module which warns against using threaded perl.
I may be asking an obvious question, but would it be necessary to
recompile the mod_perl debian package as well as the perl package? This
would insure the
On Thu, Dec 08, 2005 at 11:06:39AM -0500, Mark Copper wrote:
>
> In /usr/share/doc/apache-perl/README-perl.Debian it says
> "Apache can be configured to pass requests for dynamic content to a
> second server. See the mod_perl documentation for more details on this."
nt to a
second server. See the mod_perl documentation for more details on this."
Would any of you mind sharing more specific information? Like
approximately where in the mod_perl documentation this might be found?
Thanks,
Mark
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a
that was sent out after the version that is in sarge, so you can
interprete that document as "what didn't happen".
Then, there is the changelog:
http://search.cpan.org/~gozer/mod_perl/Changes
The version in Sarge is 1.999_21, so there is everything above that.
> In addition d
On Fri, Sep 30, 2005 at 10:47:07PM -0300, marek wrote:
> Thanks for pointing out my mistake in the directive.
> I have corrected that and added the Options +ExecCGI. Now
> the script is functioning.
Not sure if this helps, but I believe ExecCGI is mutually exclusive to
mod_perl. Tha
Is there any documentation on how mod_perl2 differs in Sarge from the
official release?
In addition does anyone know when the "official" release of mod_perl2 will be
included in Sarge?
And could I help in getting the official release into Sarge? I have
some time on my hands and would to help is p
On lørdag 01 oktober 2005, 03:47, marek wrote:
> Thanks for pointing out my mistake in the directive.
> I have corrected that and added the Options +ExecCGI. Now
> the script is functioning.
There's one thing you might want to note with mod_perl2 in Sarge,
though: Debian has an alpha of mod_perl
wrote:
> On Fri, Sep 30, 2005 at 05:33:16PM -0700, [EMAIL PROTECTED] wrote:
> > I am trying to get mod_perl working on my Debian Sarge box. I have
> > installed the libapache2-mod-perl2 and its dependencies via Synaptic.
> >
> > My /etc/apache2/mods-enabled
On Fri, Sep 30, 2005 at 05:33:16PM -0700, [EMAIL PROTECTED] wrote:
> I am trying to get mod_perl working on my Debian Sarge box. I have
> installed the libapache2-mod-perl2 and its dependencies via Synaptic.
>
> My /etc/apache2/mods-enabled/perl.load file has t
I am trying to get mod_perl working on my Debian Sarge box. I have
installed the libapache2-mod-perl2 and its dependencies via Synaptic.
My /etc/apache2/mods-enabled/perl.load file has the following:
---
LoadModule
I have a problem with apache when mod_perl is enabled, on a Sarge
system - a 200MHz PPC603e performa with 136MB RAM.
Throughout apache's error.log I get entries like the following:
[Sun Sep 4 07:10:37 2005] [notice] child pid 18571 exit signal
Segmentation fault (11)
I've co
/mod_perl-1.29/apaci'
make: *** [apxs_libperl] Error 2
thanks and regards
Umar Draz
That means that you are missing the libperl-dev package.
But why don't you just install the libapache-mod-perl
package?
-Roberto Sanchez
signature.asc
Description: OpenPGP digital signature
Hi Dear Members!
i want to configure apache with mode_perl after run make command i got this error
plz help me how i can solve it
/usr/bin/ld: cannot find -lperlcollect2: ld returned 1 exit statusmake[1]: *** [libperl.so] Error 1make[1]: Leaving directory `/home/lamp/pkg/mod_perl-1.29
hi dear members!
i want comple mod-perl for apache after run make i got this error
/usr/bin/ld: cannot find -lperlcollect2: ld returned 1 exit statusmake[1]: *** [libperl.so] Error 1make[1]: Leaving directory `/home/umar/pkg/mod_perl-1.29/apaci'make: *** [apxs_libperl] Error 2
plz
Since the first attempt to get the apr stuff into apache, my Twiki started
to act up. I'm running unstable.
I can navigate the site without a problem. I can click on edit and get the
page. Saving the changes then results in the following error in error.log
and a web browser that just spins forever
On Mon, Aug 23, 2004 at 08:16:55AM -0700, Gururajan Ramachandran wrote:
> Hello,
>
> Where can I download binary mod_perl for Apache2 built for Woody? I
> checked backports.org but came up empty. What is apt-get's sources.list
> sequence to download this module? I dow
Hello,
Where can I download binary mod_perl for Apache2 built for Woody? I
checked backports.org but came up empty. What is apt-get's sources.list
sequence to download this module? I downloaded Apache2 from backports.org
but the mod_perl module was not automatically downloaded.
Thanks,
n 36
hours, according to the bug log.
> > I wonder if I am doing something wrong, or there is something peculiar
> > about my two systems.
> >
> > What do you think?
What have you tried? Did you rebuild apache or mod_perl?
> OK, please, help me roll my own.
>
>
Michael D Schleif <[EMAIL PROTECTED]> [2003:12:16:12:23:53-0600] scribed:
> Is anybody else having problems with recent libapache-mod-perl?
>
> I have two (2) debian systems that segfault on apache startup, as soon
> as I insert the LoadModules line into /etc/apache/httpd.conf.
>
> I have opened
Is anybody else having problems with recent libapache-mod-perl?
I have two (2) debian systems that segfault on apache startup, as soon
as I insert the LoadModules line into /etc/apache/httpd.conf.
I have opened Bug#224049, and I have posted to debian-user,
debian-apache and [EMAIL PROTECTED] with
onfiguring httpd.conf. I _did_ manually add the LoadModule line,
since I have had to do that before on other systems. mod_php install
offers to do that automatically; but, mod_perl installation offered no
such assistance.
What do you think?
--
Best Regards,
mds
mds resource
877.596.8237
-
D
I've installed apache and mod_perl on woody, and I'm trying to execute a
script with Apache::Registry, but keep getting this returned:
Forbidden
You don't have permission to access /webgui/env.pl on this
server.
Httpd.conf defines user and group as www-data, and th
On Wednesday 19 March 2003 11:49, Haim Ashkenazi wrote:
> If I understand corectly, apache-perl is staticaly compiled with mod_perl
> (that is it's the same as installing apache+mod_perl). so how come I can
> install both? the same with apache-ssl.
There are some known problems wit
> Well, er, installing apache-perl isn't quite the same as installing
> apache + libapache-mod-perl; as you point out the former is compiled
> in while the latter links dynamically. Likewise, apache-ssl and
> apache + libapache-mod-ssl are not the same in that the SSL stuff is
> compiled in when
On Wed, Mar 19, 2003 at 12:49:40PM +0200, Haim Ashkenazi wrote:
> Hi
>
> If I understand corectly, apache-perl is staticaly compiled with mod_perl (that is
> it's the same as installing apache+mod_perl). so how come I can install both? the
> same with apache-ssl.
>
&
Hi
If I understand corectly, apache-perl is staticaly compiled with mod_perl (that is
it's the same as installing apache+mod_perl). so how come I can install both? the same
with apache-ssl.
Am I missing something here?
Bye
--
Haim
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
w
cmustard wrote:
I run apache 1.3.26 and mod_perl, i recently did 'apt-get install php4', which
installed fine and ran apachectl when finished which i assumed meant
that it set up apache and php to work together and loaded php4 as a DSO,
so i edited the httpd.conf and uncommented all
cmustard wrote:
>
>I run apache 1.3.26 and mod_perl, i recently did 'apt-get install php4', which
>installed fine and ran apachectl when finished which i assumed meant
>
>
>I am sure there are great docs for this question, as i'm sure it's asked
>al
I run apache 1.3.26 and mod_perl, i recently did 'apt-get install php4', which
installed fine and ran apachectl when finished which i assumed meant
that it set up apache and php to work together and loaded php4 as a DSO,
so i edited the httpd.conf and uncommented all the #php4 line
On Sat, Feb 01, 2003 at 10:02:49AM -0800, Bill Moseley wrote:
> * WARNING *
>
> Your Perl is configured to link against libgdbm,
> but libgdbm.so was not found.
> You could just symlink it to /usr/lib/libgdbm.so.1.7.3
>
>
> * WARNING *
>
>
I'm building mod_perl from source and I'm not clear if this is a problem
or not.
* WARNING *
Your Perl is configured to link against libgdbm,
but libgdbm.so was not found.
You could just symlink it to /usr/lib/libgdbm.so.1.7.3
***
On Sat, 2002-12-28 at 05:07, Colin Watson wrote:
> On Sat, Dec 28, 2002 at 02:51:07AM -0500, Ludwig wrote:
> > When trying to compile mod_perl-2.0 (actually 1.99_07) for apache2, make
> > fails with
> >
> > /usr/bin/ld: cannot find -lperl
> > collect2: ld
On Sat, Dec 28, 2002 at 02:51:07AM -0500, Ludwig wrote:
> When trying to compile mod_perl-2.0 (actually 1.99_07) for apache2, make
> fails with
>
> /usr/bin/ld: cannot find -lperl
> collect2: ld returned 1 exit status
> make[1]: *** [mod_perl.so] Error 1
>
> I have li
When trying to compile mod_perl-2.0 (actually 1.99_07) for apache2, make
fails with
/usr/bin/ld: cannot find -lperl
collect2: ld returned 1 exit status
make[1]: *** [mod_perl.so] Error 1
I have libperl5.6 and libperl-dev installed from the packages in
testing. Why can't ld find what
On Fri, Dec 13, 2002 at 05:52:28PM -0800, [EMAIL PROTECTED] wrote:
> I'm trying to install apache by source with mod_ssl and mod_perl, but I am
> running into a problem with the "SSL_BASE=" part of the mod_perl
> configuration.
>
> What's happening is that
On Sat, Dec 14, 2002 at 02:46:39AM -0700, eric lin wrote:
> I download mod_perl 1.27 and install it also at my /etc/apache/httpd
> add a line
> LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so
Since that makes absolutely no difference to CGI scripts, and people
told you so, I
I'm trying to install apache by source with mod_ssl and mod_perl, but I am
running into a problem with the "SSL_BASE=" part of the mod_perl
configuration.
What's happening is that when SSL_BASE=/usr is specified, it finds the
openssl binary, but not the libraries. And when
Dear experienced webmaster or linuxer:
I download mod_perl 1.27 and install it also at my /etc/apache/httpd
add a line
LoadModule perl_module /usr/lib/apache/1.3/mod_perl.so
with my simple script /usr/lib/cgi-bin/entrance.cgi
#!/usr/bin/perl-wT
use strict;
use CGI ':standard'
On 2002.05.28 19:03 Petro wrote:
On Sat, May 25, 2002 at 09:17:12PM -0400, Ian D. Stewart wrote:
> On 2002.05.23 20:42 justin cunningham wrote:
> >hey list, I wanted to check out mason which requires mod_perl but
it's
> >not show as a loadable module in /etc/apach
On Sat, May 25, 2002 at 09:17:12PM -0400, Ian D. Stewart wrote:
> On 2002.05.23 20:42 justin cunningham wrote:
> >hey list, I wanted to check out mason which requires mod_perl but it's
> >not show as a loadable module in /etc/apache/httpd.conf I just
> >installed lib
On Tue, 28 May 2002, Ian D. Stewart wrote:
> Date: Tue, 28 May 2002 08:14:26 -0400
> From: Ian D. Stewart <[EMAIL PROTECTED]>
> To: Jeff A <[EMAIL PROTECTED]>
> Cc: modperl@perl.apache.org, debian-user@lists.debian.org
> Subject: Re: Configuring mod_perl on Debian
>
s after you pretty well, but it's a bit of an all or
> nothing affair. ie it's worth a little effort to stick
> with the debian packages if you can.
I agree with Andrew - getting Apache, Mod_SSL, PHP4 and mod_perl
with PHP4/MySQL and mod_perl/mySQL all co-operating is a relative
dodd
it's a bit of an all or
> nothing affair. ie it's worth a little effort to stick
> with the debian packages if you can.
I agree with Andrew - getting Apache, Mod_SSL, PHP4 and mod_perl
with PHP4/MySQL and mod_perl/mySQL all co-operating is a relative
doddle with Debian packaging. Espe
ing this with telnet, use `lynx -mime_header` or
`Get -Se`, although be aware that both of these can mung the output a
little, as does apache.
I've gotten debian's mod_perl running on multiple machines under both
potato and woody.
You miss most of the advantage of debian's packa
Well, I haven't had any better luck with the debian package but I have
gotten Apache and mod_perl running by building from source.
Thanx for all the help,
Ian
On 2002.05.27 13:06 Ian D. Stewart wrote:
On 2002.05.27 12:59 Eric wrote:
On Mon, May 27, 2002 at 12:20:00PM -0400, Ian D. St
nvironment.
Galeon identifies the content type as application/x-perl. This would
seem to indicate to me that Apache is serving the script directly
instead of executing the script and serving the output. According to
the mod_perl Guide, the ExecCGI option (which I have set for Location
/perl)
ewart wrote:
> Date: Sun, 26 May 2002 09:43:46 -0400
> From: Ian D. Stewart <[EMAIL PROTECTED]>
> To: modperl@perl.apache.org
> Cc: debian-user@lists.debian.org
> Subject: Configuring mod_perl on Debian
>
> Dear List,
>
> I have been trying for the better part of t
Dear List,
I have been trying for the better part of the day to get Apache
w/mod_perl working on a Debian Woody system. With the help of the
Configuration section of the mod_perl Guide, I have set up httpd.conf
w/ mod_perl support, I have setup a /perl location with
Apache::Registry as the
On 2002.05.23 20:42 justin cunningham wrote:
hey list, I wanted to check out mason which requires mod_perl but it's
not show as a loadable module in /etc/apache/httpd.conf I just
installed libapache-mod-perl but wasn't prompted to load mod_perl.c as
a
loadable module like say, php4.
hey list, I wanted to check out mason which requires mod_perl but it's
not show as a loadable module in /etc/apache/httpd.conf I just
installed libapache-mod-perl but wasn't prompted to load mod_perl.c as a
loadable module like say, php4. how do I confirm it is properly
configured?
I did:
apt-get source libapache-mod-perl
apt-get source -b libapache-mod-perl
got everything to compile and install, apache restarted fine, but I got
an Apache seg fault:
[notice] child pid 16539 exit signal Segmentation fault (11)
I had to take out mod_perl from my httpd.conf file to allow apache
On Thu, Jul 12, 2001 at 01:16:20AM +0200, Joost Kooij wrote:
> On Wed, Jul 11, 2001 at 05:11:37PM -0500, will trillich wrote:
> > DEBIAN NEWBIE TIP #66 from Will Trillich <[EMAIL PROTECTED]>
> > :
> > Do you know WHICH SHELL YOU'RE RUNNING? If not, you can find out:
> > ps T
> > The first item
On Wed, Jul 11, 2001 at 05:11:37PM -0500, will trillich wrote:
> DEBIAN NEWBIE TIP #66 from Will Trillich <[EMAIL PROTECTED]>
> :
> Do you know WHICH SHELL YOU'RE RUNNING? If not, you can find out:
> ps T
> The first item listed is most likely to be your shell.
> (Valid shells are listed in
On Mon, Jul 02, 2001 at 03:37:34AM -0700, [EMAIL PROTECTED] wrote:
> is there a known problem with getting apache and
> mod_php and mod_perl all working at the same time?
well, i don't know if this'll help much, but here's my setup:
$ dpkg -l apache\*
Desired=U
is there a known problem with getting apache and
mod_php and mod_perl all working at the same time?
I can get apache to work fine, just by installing the package
I can get apache and php to work fine
I had a lot of trouble trying to get libapache-mod-ssl working,
so i just installed the apache
i-bin and/or
> perl-bin directories and only allow cgi's served out of those directories.
> Since my webserver is for development purposes, I wanted greater flexibility.
You should never allow mod_perl access to people you don't trust
unless you are prepared to run an unpriviledg
of the same directory.
The Problem: mod_cgi and mod_perl both provide CGI services. If you attempt
to set them up under the same directory, only one of them will work.
The Solution:
NOTE: I use only one config file: httpd.conf in accordance with current
Apache configuration practices
"Robert A. Jacobs" wrote:
>
> Is it possible to enable CGIs (shell scripts, C/C++ apps, etc.) and
> CGI perl-scripts to both operate out of the same directory? I know you can do
> this if you add ".pl" to the list of extensions approved under the handler
> "cgi-script"...what I want to be able to
l-scripts handled by the
PerlHandler.
For example: I want to be able to load both a CGI shell script and a CGI
perl-script into /home/user/public_html and have the CGI shell script handled
by mod_cgi while the CGI perl-script is handled by mod_perl.
Right now, I am able to have scripts h
regarding apache 1.3.9+ : php vs mod_perl --
all i've got under my belt is perl, and before launching on
a whole new learning curve i thot i'd ask some of you who may
know---
anybody got any benchmarkings on whether PHP outperforms
MOD_PERL or vice-versa? how about development cycl
Thanks. Your post built confidence so I waded in today.
I got apache, php4 and postgresql limping along together,
now working on mod_perl. I bear in mind what you said about php4,
but it was already installed so I just used it for today's trial.
It was easy for the first three:
ap
Px without too much complexity.
Mod_Perl i cant comment on. Oh, and this above detail should be pretty
right with potato too. And I'd prolly recommend you stay away from PHP4
for now, from what ive heard its not quite "there" yet.
Cheers,
Corey Popelier
http://members.dingoblue.net
I run potato, now about 4 weeks old.
I want to install apache with php (3 or 4), mod_perl and either
postgresql or mysql.
It seems better in the long run to master an apt-get-based method of
installing them *if* that is possible--that's what I don't know.
I have looked in the d
> Why compiling if there's a debian package??
I am compiling because I was unable to find a deb package which had Apache
1.3.12 statically linked to mod_perl 1.24. Also I think it is a linker error
since when I run ldconfig I get a whole lot of skipped files that actually
exist.
0
Why compiling if there's a debian package??
Ron
On Tue, 20 Jun 2000, Derek Wueppelmann wrote:
> I have been working at this all morning, and most of the afternoon and I
> just can't seem to figure out how to solve this problem. I am trying to
> compile mod_perl 1.24 sta
I have been working at this all morning, and most of the afternoon and I
just can't seem to figure out how to solve this problem. I am trying to
compile mod_perl 1.24 statically with apache 1.3.12 and I keep getting the
same errors no matter what I try to do. I keep getting an error message
from http://www.insite.com.br/~nferraz/projetos/mod_perl.html :
> my (%handlers) = (
> "/perl" => "",
> "/perl/io" => "",
> "/perl/perl-status" => "Apache::Status"
> );
>
> foreach (keys(%handler)) {
> ...
is it %handler or %handlers?
:)
-+-+-+-+-+-+-+-+-
On Sat, Jul 03, 1999 at 09:41:19PM -0500, Brad wrote:
> On Sat, 3 Jul 1999, Nate wrote:
>
> > I'm hoping mod_perl for apache is somewhere debianized. I really would
> > rather
> > not mess around with too much source code since I'm not a programmer.
> >
On Sat, 3 Jul 1999, Nate wrote:
> I'm hoping mod_perl for apache is somewhere debianized. I really would rather
> not mess around with too much source code since I'm not a programmer.
>
> Anyone know where mod_perl would be? Thanks.
Try the libapache-mod-perl package.
Hi folks!
I'm hoping mod_perl for apache is somewhere debianized. I really would rather
not mess around with too much source code since I'm not a programmer.
Anyone know where mod_perl would be? Thanks.
--
_
NatePuri ("natedawg") o
On Mon, 19 Apr 1999, Chris Runge wrote:
> I'm using the latest apache and mod_perl in potato. Before activating
> mod_perl apache works properly in pulling down default pages. For
> example, accessing http://localhost/ pulls down the index.html page.
> After activating mod_
I'm using the latest apache and mod_perl in potato. Before activating mod_perl
apache works properly in pulling down default pages. For example, accessing
http://localhost/ pulls down the index.html page. After activating mod_perl
the same URL generates a "Document contains no d
Keith G. Murphy wrote:
>
> I'm running a 2.0 system, and I need mod_perl. However, there does not
> seem to be a source or binary package under hamm for this.
>
> I have tried getting the hamm Apache source package and the mod_perl
> tarball (from perl.apache.org),
I'm running a 2.0 system, and I need mod_perl. However, there does not
seem to be a source or binary package under hamm for this.
I have tried getting the hamm Apache source package and the mod_perl
tarball (from perl.apache.org), then building mod_perl (telling it to
not build apache),
On Wed, Jan 06, 1999 at 04:20:06PM +0100, Ryszard Lach wrote:
> Hi!
>
> Could someone tell me in few words, how to build apache*.deb with mod_perl
> support? I have mod_perl-1.16_02, apache packet source files
> (apache_1.3.0-5.dsc, apache_1.3.0-5.tar.gz and apache_1.3.0-5.diff)
Hi!
Could someone tell me in few words, how to build apache*.deb with mod_perl
support? I have mod_perl-1.16_02, apache packet source files
(apache_1.3.0-5.dsc, apache_1.3.0-5.tar.gz and apache_1.3.0-5.diff). I unpacked
mod_perl, apache (using dpkg-source -x), and... what now? I've been t
Hello all,
After much banging of head against the desk, I am compelled to seek help
on the list. My problem is with Apache 1.3.3-3 and mod_perl 1.16-1. I
compiled both of them from slink source packages. After ensuring that I
had the proper libraries, it went flawlessly. I made sure the
Hi,
I could not make Embperl working. As man page says, srm.conf contains
AddType text/html .epl
SetEnv EMBPERL_DEBUG 2285
SetHandler perl-script
PerlHandler HTML::Embperl
Options ExecCGI
mod_perl is installed and not commented in httpd.conf. When I request
simple test.epl page
EPL
DOH! I needed to install the libgdbm-dev package. Stupid, stupid,
stupid...
Christopher Fury wrote:
>
> I'm trying to compile mod_perl and it doesn't seem to see my gdbm
> library
> in /usr/libs:
[... blah blah ...]
--
Christopher Fury
Aerosoft, Inc
... a tale tol
I'm trying to compile mod_perl and it doesn't seem to see my gdbm
library
in /usr/libs:
ip046:/usr/local/src/mod_perl-1.16# perl Makefile.PL EVERYTHING=1
Configure mod_perl with ../apache/src ? [y]
Shall I build httpd in ../apache/src for you? [y]
Appending mod_perl to src/Configura
On Sat, Apr 11, 1998 at 10:17:46PM -0500, Erv Walter wrote:
: Is mod_perl included with the hamm version of apache? If not is there
: a .deb package I can get that will add this functionality? If not,
: what do I have to do to add this functionality myself. If I understand
: the changlog
Is mod_perl included with the hamm version of apache? If not is there
a .deb package I can get that will add this functionality? If not,
what do I have to do to add this functionality myself. If I understand
the changlog correctly, it looks like mod_perl was removed from apache
for some reason
1 - 100 of 101 matches
Mail list logo