Re: mod_perl Not Working W/ Apache2 on Sid

2006-04-03 Thread Hal Vaughan
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. > > > >

Re: mod_perl Not Working W/ Apache2 on Sid

2006-04-03 Thread Hal Vaughan
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

Re: mod_perl Not Working W/ Apache2 on Sid

2006-04-03 Thread Sumo Wrestler (or just ate too much)
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:

Re: mod_perl Not Working W/ Apache2 on Sid

2006-04-03 Thread Hal Vaughan
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

Re: mod_perl Not Working W/ Apache2 on Sid

2006-04-03 Thread Hal Vaughan
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

Re: mod_perl Not Working W/ Apache2 on Sid

2006-04-03 Thread Sumo Wrestler (or just ate too much)
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

Re: mod_perl Not Working W/ Apache2 on Sid

2006-04-03 Thread Hal Vaughan
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

Re: mod_perl Not Working W/ Apache2 on Sid

2006-04-03 Thread Hal Vaughan
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

Re: mod_perl Not Working W/ Apache2 on Sid

2006-04-03 Thread James Westby
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

Re: mod_perl Not Working W/ Apache2 on Sid

2006-04-03 Thread Sumo Wrestler (or just ate too much)
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

mod_perl Not Working W/ Apache2 on Sid

2006-04-03 Thread Hal Vaughan
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

Re: mod_perl

2006-03-24 Thread jmt
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

Re: mod_perl

2006-03-24 Thread Michael Ott
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

Re: mod_perl

2006-03-24 Thread Andy Smith
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

mod_perl

2006-03-24 Thread Tim Toennsen
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

Re: Unthreaded Perl and Apache mod_perl

2006-01-06 Thread Linas Zvirblis
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]

Re: Unthreaded Perl and Apache mod_perl

2006-01-06 Thread Steve Lilley
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

RE: Unthreaded Perl and Apache mod_perl

2006-01-04 Thread David Christensen
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

Unthreaded Perl and Apache mod_perl

2006-01-04 Thread Steve Lilley
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

Re: mod_perl installation docs

2005-12-08 Thread Almut Behrens
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."

mod_perl installation docs

2005-12-08 Thread Mark Copper
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

Re: apache2 mod_perl sarge not working

2005-10-03 Thread Kjetil Kjernsmo
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

Re: apache2 mod_perl sarge not working

2005-10-03 Thread Jon Dowland
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

Re: apache2 mod_perl sarge not working

2005-10-02 Thread marek
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

Re: apache2 mod_perl sarge not working

2005-10-02 Thread Kjetil Kjernsmo
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

Re: apache2 mod_perl sarge not working

2005-09-30 Thread marek
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

Re: apache2 mod_perl sarge not working

2005-09-30 Thread Almut Behrens
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

apache2 mod_perl sarge not working

2005-09-30 Thread mdmarek
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

apache and mod_perl problem.

2005-09-04 Thread Dana Sibera
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

Re: mod_perl for apache insallation problem

2004-12-31 Thread Roberto Sanchez
/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

mod_perl for apache insallation problem

2004-12-31 Thread Umar Draz
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

mod_perl for apache (error)

2004-11-08 Thread Umar Draz
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

apr changes and mod_perl/twiki

2004-09-22 Thread Danie Roux
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

Re: Apache2 binary mod_perl for Woody?

2004-08-24 Thread Kevin Mark
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

Apache2 binary mod_perl for Woody?

2004-08-23 Thread Gururajan Ramachandran
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,

Re: mod_perl ???

2003-12-17 Thread Rob Weir
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. > >

Re: mod_perl ???

2003-12-16 Thread Michael D Schleif
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

mod_perl ???

2003-12-16 Thread Michael D Schleif
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

mod_perl non-configurability ???

2003-12-13 Thread Michael D Schleif
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

Execute permissions and mod_perl

2003-04-01 Thread Galbraith, Paul
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

Re: OT: what's the difference between apache+mod_perl and apache-perl, apache+mod_ssl and apache-ssl etc...

2003-03-20 Thread Nicos Gollan
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

Re: OT: what's the difference between apache+mod_perl andapache-perl, apache+mod_ssl and apache-ssl etc...

2003-03-20 Thread Haim Ashkenazi
> 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

Re: OT: what's the difference between apache+mod_perl and apache-perl, apache+mod_ssl and apache-ssl etc...

2003-03-19 Thread Nathan E Norman
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. > &

OT: what's the difference between apache+mod_perl and apache-perl,apache+mod_ssl and apache-ssl etc...

2003-03-19 Thread Haim Ashkenazi
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

Re: apache, mod_perl, apt-get php4

2003-02-05 Thread Sean Burlington
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

Re: apache, mod_perl, apt-get php4

2003-02-05 Thread Gary Turner
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

apache, mod_perl, apt-get php4

2003-02-04 Thread cmustard
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

Re: "Perl is configured to link against libgdbm" when building mod_perl

2003-02-01 Thread Colin Watson
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 * > >

"Perl is configured to link against libgdbm" when building mod_perl

2003-02-01 Thread Bill Moseley
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 ***

Re: mod_perl 2 compile problem [solved]

2002-12-28 Thread Ludwig
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

Re: mod_perl 2 compile problem

2002-12-28 Thread Colin Watson
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

mod_perl 2 compile problem

2002-12-27 Thread Ludwig
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

Re: Building mod_perl with stock openssl -- how?

2002-12-15 Thread Rob Weir
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

Re: after install mod_perl, still can not work well

2002-12-13 Thread Colin Watson
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

Building mod_perl with stock openssl -- how?

2002-12-13 Thread bwagner
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

after install mod_perl, still can not work well

2002-12-13 Thread eric lin
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'

Re: how to confirm mod_perl is functioning with apache? to run mason

2002-05-29 Thread Ian D. Stewart
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

Re: how to confirm mod_perl is functioning with apache? to run mason

2002-05-28 Thread Petro
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

Re: Configuring mod_perl on Debian

2002-05-28 Thread Andrew McNaughton
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 >

Re: Configuring mod_perl on Debian

2002-05-28 Thread Ian D. Stewart
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

RE: Configuring mod_perl on Debian

2002-05-28 Thread Jeff A
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

Re: Configuring mod_perl on Debian

2002-05-27 Thread Andrew McNaughton
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

Re: Configuring mod_perl on Debian

2002-05-27 Thread Ian D. Stewart
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

Re: Configuring mod_perl on Debian

2002-05-27 Thread Ian D. Stewart
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)

Re: Configuring mod_perl on Debian

2002-05-27 Thread Andrew McNaughton
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

Configuring mod_perl on Debian

2002-05-26 Thread Ian D. Stewart
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

Re: how to confirm mod_perl is functioning with apache? to run mason

2002-05-25 Thread Ian D. Stewart
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.

how to confirm mod_perl is functioning with apache? to run mason

2002-05-23 Thread justin cunningham
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?

mod_perl apache segement fault

2002-01-14 Thread Matt Fair
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

Re: mod_php and mod_perl and apache at the same time?

2001-07-13 Thread will trillich
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

Re: mod_php and mod_perl and apache at the same time?

2001-07-11 Thread Joost Kooij
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

Re: mod_php and mod_perl and apache at the same time?

2001-07-11 Thread will trillich
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

mod_php and mod_perl and apache at the same time?

2001-07-02 Thread danh
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

Re: SOLVED! Apache mod_perl + mod_cgi in same directory

2001-04-02 Thread Nathan E Norman
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

SOLVED! Apache mod_perl + mod_cgi in same directory

2001-04-02 Thread Robert A. Jacobs
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

Re: Apache mod_perl + mod_cgi in same directory

2001-03-30 Thread Keith G. Murphy
"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

Apache mod_perl + mod_cgi in same directory

2001-03-29 Thread Robert A. Jacobs
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

apache: php vs mod_perl [OT]

2000-12-26 Thread will trillich
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

Re: Potato .deb pkg install of apache/php/mod_perl/postgresql or mysql

2000-07-08 Thread Gordon Pedersen
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

Re: Potato .deb pkg install of apache/php/mod_perl/postgresql or mysql

2000-07-07 Thread Corey Popelier
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

Potato .deb pkg install of apache/php/mod_perl/postgresql or mysql

2000-07-07 Thread Gordon Pedersen
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

Problem Compiling mod_perl in Apache

2000-06-20 Thread Derek Wueppelmann
> 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

Re: Problem Compiling mod_perl in Apache

2000-06-20 Thread Ron Rademaker
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

Problem Compiling mod_perl in Apache

2000-06-20 Thread Derek Wueppelmann
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

Re: [mod_perl] Mini HOWTO

2000-05-09 Thread w trillich
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? :) -+-+-+-+-+-+-+-+-

Re: mod_perl debianized? (thanks)

1999-07-04 Thread Nate
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. > >

Re: mod_perl debianized?

1999-07-04 Thread Brad
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.

mod_perl debianized?

1999-07-04 Thread Nate
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

Re: mod_perl breaks apache in potato?

1999-04-21 Thread Brad
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_

mod_perl breaks apache in potato?

1999-04-20 Thread Chris Runge
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

Re: How to get mod_perl into Apache?

1999-02-23 Thread Keith G. Murphy
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),

How to get mod_perl into Apache?

1999-02-17 Thread Keith G. Murphy
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),

Re: Inserting mod_perl into apache

1999-01-06 Thread Rahsheen Porter
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)

Inserting mod_perl into apache

1999-01-06 Thread Ryszard Lach
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

Apache/mod_perl packages ... not configured properly?

1998-10-22 Thread Preston Landers
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

apache + mod_perl + embperl

1998-10-16 Thread Marek Andricik
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

Solved [I'm an idiot] Re: compiling mod_perl

1998-10-12 Thread Christopher Fury
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

compiling mod_perl

1998-10-11 Thread Christopher Fury
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

Re: mod_perl

1998-04-12 Thread Jason Costomiris
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

mod_perl

1998-04-12 Thread Erv Walter
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   2   >