Re: mod_perl & PHP installation problem

2003-01-27 Thread domm
Hi! On Mon, Jan 27, 2003 at 02:03:12PM +0100, [EMAIL PROTECTED] wrote: > I've got some problems compiling mod_perl together with PHP. So, after reading some docs, I solved them myself. For the archives: > ./configure --prefix=/usr/local/etc/httpd \ > --activate-module=src/modules/perl/lib

mod_perl & PHP installation problem

2003-01-27 Thread domm
Hi! I've got some problems compiling mod_perl together with PHP. I'm using Apache 1.3.27, mod_perl 1.27 and PHP 4.3.0 on RedHat-Linux (7.2). I'm following http://perl.apache.org/docs/1.0/guide/install.html#mod_perl_and_mod_php The problem arises at the step "Build Apache" ./configure --prefi

RE: mod_perl && php && apache || !

2002-12-24 Thread Beau E. Cox
. Crotty [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 24, 2002 7:26 PM To: [EMAIL PROTECTED] Subject: mod_perl && php && apache || ! Recently I gave php a go. While playing with it I was unable to find any documentation pertaining to how it interacts with apache (e.g. php p

mod_perl && php && apache || !

2002-12-24 Thread Joseph P. Crotty
Recently I gave php a go. While playing with it I was unable to find any documentation pertaining to how it interacts with apache (e.g. php provides some nice session functions and cookie handling, but doesn't explain at exactly which phases of the apache request loop it's interacting with apach

Re: [OT] mod_proxy, mod_perl, php

2002-12-19 Thread Perrin Harkins
Scott Alexander wrote: No mod_perl doesn't serve the documents. I'm just using a PerlTranshandler to change the uri. Okay, that should work then. So if I add php support to the mod_perl server. How much extra load/memory usage strain will it add to the mod_perl server. I don't know; that's

Re: [OT] mod_proxy, mod_perl, php

2002-12-19 Thread Scott Alexander
On Wed, 18 Dec 2002, Perrin Harkins wrote: > Scott Alexander wrote: > > At the moment I have a front_end server with no php support. > > > > Backend is mod_perl. I'm planning to extend our document management > > system to serve www pages. > > > > The html documents are on the mod_perl machine. Wh

Re: [OT] mod_proxy, mod_perl, php

2002-12-18 Thread Perrin Harkins
Scott Alexander wrote: At the moment I have a front_end server with no php support. Backend is mod_perl. I'm planning to extend our document management system to serve www pages. The html documents are on the mod_perl machine. What happens if users add php code to their html documents? Nothing

Re: [OT] mod_proxy, mod_perl, php - RESEND

2002-12-18 Thread Raf
Still half asleep. Stupid typos have been un-typofied: On Wed, 18 Dec 2002, Raf wrote: > On Wed, 18 Dec 2002, Scott Alexander wrote: > > > The html documents are on the mod_perl machine. What happens if users add > > php code to their html documents? > > > > If I add php support on the front_end

Re: [OT] mod_proxy, mod_perl, php

2002-12-18 Thread Raf
On Wed, 18 Dec 2002, Scott Alexander wrote: > The html documents are on the mod_perl machine. What happens if users add > php code to their html documents? > > If I add php support on the front_end will it work normally? * Have you thought of setting a separate document route for php (if they are

[OT] mod_proxy, mod_perl, php

2002-12-18 Thread Scott Alexander
At the moment I have a front_end server with no php support. Backend is mod_perl. I'm planning to extend our document management system to serve www pages. The html documents are on the mod_perl machine. What happens if users add php code to their html documents? If I add php support on the fron

Re: [OT] gdb and httpd (mod_perl, PHP)

2001-01-25 Thread Doug MacEachern
> make install ... > I know that PHP is not compiled in yet... I wanted to try executing > "httpd -X" step by step first - just to see if it works. What am I > doing wrong? Doesn't PERL_DEBUG=1 add the debugging symbols? yes, but 'make install' probably stripped them. just re-run make, wit

Re: [OT] gdb and httpd (mod_perl, PHP)

2001-01-24 Thread Alexander Farber (EED)
Sorry! It was a FAQ from http://perl.apache.org/guide/debug.html#gdb_says_there_are_no_debugging_ However I couldn't find IFLAGS_PROGRAM = -m 755 -s or just " -s" anywhere in ~/src/apache_1.3.14/Makefile.tmpl so I had to edit the Makefile. (Stas, don't you want to correct The Guide on

[OT] gdb and httpd (mod_perl, PHP)

2001-01-24 Thread Alexander Farber (EED)
Hi, I have a bit offtopic question: we have a problem enabling the PHP safe mode under Solaris 2.6 even though it works under Linux. This must be something very simple: everything works fine, but the uid for files is always 1 under Solaris... I tried looking into the source code, but haven't fo

Re: mod_perl & PHP

2000-05-23 Thread Emmanuel PIERRE
> 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 ? to add some more to the discussion

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, Emmanuel --

Re: mod_perl, php...

1999-11-24 Thread Rasmus Lerdorf
> 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. As long as you have enough memory to avoid swapping because of the extra memory needed

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