Re: apache and php

2007-07-02 Thread John ORourke
Jonathan Vanasco wrote: i think the only way around it was to recompile everything from scratch. generally speaking though... don't run mod_php and mod_perl on the same server. you're just going to bloat apache and tie up resources. I'm running both on Fedora Core 5 and 6, but I had to tweak

Re: apache and php

2007-07-02 Thread Jonathan Vanasco
On Jul 2, 2007, at 11:38 PM, Eli Shemer wrote: I have installed mod_perl 1.3 statically to apache while using php as a DSO After I've gracefully reloaded apache, php stopped working What is the best way to get them both working together ? Should I statically link php as well or do I have t

Re: questions on serving big file & SQL statement parsing

2007-07-02 Thread Jonathan Vanasco
On Jul 3, 2007, at 12:21 AM, James. L wrote: i probably should give more detail about my question. in my case, i need to do authorization. do i need extra mod_perl front-end server to do this? how does this perform? also, will serving the file from backend mod_perl server to the front-end pro

Re: questions on serving big file & SQL statement parsing

2007-07-02 Thread James. L
> 2. "Upload and Download of Big Files" > http://perl.apache.org/docs/1.0/guide/performance.html#toc_Upload_and_Download_of_Big_Files > > it mentions that serving static file from the > front-end server but also mentions the following: > > "This of course assumes that the script requires > none

FW: apache and php

2007-07-02 Thread Eli Shemer
יום טוב ולהתראות. אלי שמר. -Original Message- From: Eli Shemer [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 03, 2007 6:48 AM To: 'William A. Rowe, Jr.' Subject: RE: apache and php No. Mod_so and mod_perl are both loaded and listed by httpd -l I now installed mod_perl as a DSO and it

Re: apache and php

2007-07-02 Thread William A. Rowe, Jr.
Eli Shemer wrote: > > I have installed mod_perl 1.3 statically to apache while using php as a DSO > > After I've gracefully reloaded apache, php stopped working > > What is the best way to get them both working together ? > > Should I statically link php as well or do I have to use mod_perl as

apache and php

2007-07-02 Thread Eli Shemer
Hey, I have installed mod_perl 1.3 statically to apache while using php as a DSO After I've gracefully reloaded apache, php stopped working What is the best way to get them both working together ? Should I statically link php as well or do I have to use mod_perl as a DSO ? Thanks.

Re: header issues etc...

2007-07-02 Thread pubert na
I fixed it... apparently it not like the "return $self if defined $self;" ... return $class id ref $class is better form anyway... thanks and sorry about all the emails ;) On 7/2/07, pubert na <[EMAIL PROTECTED]> wrote: I was able to narrow down the problem I was having, and produce a test cas

Re: questions on serving big file & SQL statement parsing

2007-07-02 Thread Charlie Garrison
Good morning, On 2/7/07 at 4:27 PM -0700, James. L <[EMAIL PROTECTED]> wrote: >I am wondering how do you do it if i have to auth user >first? mod_auth_tkt Charlie -- Charlie Garrison <[EMAIL PROTECTED]> PO Box 141, Windsor, NSW 2756, Australia O< ascii ribbon campaign - stop html mai

questions on serving big file & SQL statement parsing

2007-07-02 Thread James. L
Hi, all I got curious when reading 'performance tuning' in mod_perl doc. two questions. 1. "SQL statement parsing" is mentioned in the doc: http://perl.apache.org/docs/1.0/guide/performance.html#toc_Eliminating_SQL_Statement_Parsing i am curious that if it is a general practice(caching sql stat

header issues etc...

2007-07-02 Thread pubert na
I was able to narrow down the problem I was having, and produce a test case for you folks. Below are two relatively self-explanatory files. If I navigate to test.cgi, it will appear to load the page properly, but if I hit the reload button a bunch of times in a row, the error_log will log segfaul

Re: Where is Perl compilation output when using modperl ?

2007-07-02 Thread Jens Helweg
Hello everyone, To sum this up: I had no luck in my efforts to get the perl compilation output to show up somewhere (on win32). I have tried several (basic) thinks. I have put it aside for now and will switch to linux as I do not have the time to spend more hours on researching this. Thanks f