Re: Any known gotchas with sending cookies?

2002-05-01 Thread karnurme
This works fine for the first access. Subsequently, I wipe out the backend database to see if a new session is correctly created. A new session is created as expected, but the problem is that the new cookie does not seem to stick to the browser. I've verified that this doesn't ... Is there

Disabling Perl*Handlers in .htaccess?

2002-04-07 Thread karnurme
Hello! How to enable only PerlSetVar/PerlAddVar directives in .htaccess files? More specific: We are building an multiuser environment with mod_perl to our campus. Mod_perl handlers contain especially PerlHandlers configured in httpd.conf. The .htaccess files are used for

SegFault report with backtrace

2001-11-05 Thread karnurme
. BACKTRACE = [karnurme@sapphire apache]$ gdb /usr/local/wm5/apache/bin/httpd (gdb) run -X -f /usr/local/wm5/apache/conf/httpd.conf -d /usr/local/wm5/apache Starting program: /usr/local/wm5/apache/bin/httpd -X -f /usr/local/wm5/apache/conf/httpd.conf -d /usr/local/wm5/apache

Segfault question and possible workaround

2001-05-08 Thread karnurme
Hello! Some help and ideas are once again needed... I'm quite a newbie with mod_perl, so there may be a totally reasonable explanation to segfaults that follow from a few reloads. It seems to me that subrequest and/or stat do not work together as I thought. ## [Tue May 8

Re: Child keeps seg faulting

2001-04-27 Thread karnurme
Hi! I have had similar problems with Linux. I have tried with different combinations: * perl versions 5.005_3, 5.6.0, 5.6.1, ActivePerl 5.6.0 * apache versions from 1.3.9 - 1.3.19 * with and without dso * never with php The combination that seems to work now for us is apache_1.3.14,

HELP: testing access with different methods

2000-10-22 Thread karnurme
Hello! This seems like a simple thing, but somehow I cannot make it work... In spite that this is propably a FAQ, I didn't find a solution. How to test access to the given url with the given method? For example, is the current user allowed to POST into /some/dir/file.document ? Sounds like a

AuthCookie consulting Basic for AuthZ?

2000-10-18 Thread karnurme
Hello! I' m using AuthCookie for authentication, but I would like to use all the normal authorization possibilities in .htaccess files (especially 'require group', Limit and LimitExecpt). Do I have to implement all the handling of .htaccess directives in my AuthCookie-derived module? Is it