Re: Apache::Dynagzip not seeing my headers from Apache::Registry script

2004-12-24 Thread Slava Bizyayev
Please Alex, "reply to all" in order to keep the thread on list. I believe that Ken Williams could give you a more precise advise since I'm always writing pure Apache handlers in similar cases, but just in order to give a quick try I would suggest to register the input too. I'm not quite sure, but

Re: Apache::Dynagzip not seeing my headers from Apache::Registry script

2004-12-24 Thread Slava Bizyayev
Hi Alex, Your problem is originated from the fact that your code is not compatible with the Apache::Filter chain that you are trying to use. Apache::Dynagzip does not see your header because Apache::RegistryFilter does not allow it to get through. That's why Apache::Dynagzip sets up the default Co

Apache::Dynagzip not seeing my headers from Apache::Registry script

2004-12-24 Thread Alex Greg
Hi, I've been trying for most of the evening to get Apache::Dynagzip working with Apache::Registry. I've gotten to the point whereby it works fine (compresses the content or not depending on the browser), but it sets the default Content-Type to text/html and disregards the headers I send from my

Re: segfault in 2.0RC1, didn't happen in 1.99_16?

2004-12-24 Thread Tyler MacDonald
> Tyler, have you by chance read: > http://perl.apache.org/docs/2.0/user/help/help.html#Resolving_Segmentation_Faults > plus the short script that we can reproduce the problem with. Maybe... I'll look into it in more detail later. My main point was that no segmentation fault occurs in 1.99

Re: shared hosts and MP2 security

2004-12-24 Thread Perrin Harkins
Nick *** wrote: PHP workarounds this problem with the OPEN_BASEDIR directive (http://www.php.net/manual/en/features.safe-mode.php). In addition to what Markus said, I would point out that many mass-hosters just run PHP through CGI because it's the only way to get real security. There is a fair a

Re: segfault in 2.0RC1, didn't happen in 1.99_16?

2004-12-24 Thread Stas Bekman
Tyler MacDonald wrote: -8<-- Start Bug Report 8<-- 1. Problem Description: Hello, I just tried an upgrade to 2.0RC1... only to have to back out. All of my scripts run fine, except for one -- which exits with a segmentation fault reliably.

Re: shared hosts and MP2 security

2004-12-24 Thread Nick ***
>BTW, please wrap your paragraphs to max 80 characters, unfortunately many >email clients still can't properly wrap longer lines at display or quote time. Didn't know that. Sorry. > >> PHP workarounds this problem with the OPEN_BASEDIR directive. I don't know >> how secure this is, but it

Re: shared hosts and MP2 security

2004-12-24 Thread Markus Wichitill
BTW, please wrap your paragraphs to max 80 characters, unfortunately many email clients still can't properly wrap longer lines at display or quote time. PHP workarounds this problem with the OPEN_BASEDIR directive. I don't know how secure this is, but it seems it works No it doesn't. As I wrote,

Re: shared hosts and MP2 security

2004-12-24 Thread Nick ***
> Оригинално писмо >От: Stas Bekman <[EMAIL PROTECTED]> >Относно: Re: shared hosts and MP2 security >До: Markus Wichitill <[EMAIL PROTECTED]> >Изпратено на: Четвъвтък, 2004, Декември 23 23:09:20 EET >-- > >Markus Wichitill wrote: >> Nick **

segfault in 2.0RC1, didn't happen in 1.99_16?

2004-12-24 Thread Tyler MacDonald
-8<-- Start Bug Report 8<-- 1. Problem Description: Hello, I just tried an upgrade to 2.0RC1... only to have to back out. All of my scripts run fine, except for one -- which exits with a segmentation fault reliably. The segfault h