-Mlib and -I do not work in Virtualhost

2005-12-18 Thread Risanecek
Hi, you have heard this before haven't you? Well $SUBJ definitely doesn't work under Linux, MP 2.0.1, Apache 2.0.55, Perl 5.8.7. All self-compiled. Here's my analysis. -Mlib and -I *outside* of work well. (but of course fill @inc) I suspect -Mlib would work well if I could set the "PerlOption

Re: Off Topic - Apache::Session::MySQL and invalid Session IDs

2005-10-19 Thread Risanecek
On 10/17/05, Jonathan <[EMAIL PROTECTED]> wrote: > I'm hoping someone here has a suggestion- > > I wrote my mod_perl app with Session::File (local development) and am > migrating it to Session::MySQL so it could cluster > > I ran into this issue: > > If I try to tie with a session id that does

PerlAddVar in sections

2005-10-15 Thread Risanecek
Hi, I'm fascinated by possibilities sections offer. I'm in the process of converting some VirtualHost blocks to flavour because there is much redundancy in them and I thought I'd do it with mod_define. Bah! However, I do have some trouble to get the syntax right for the PerlAddVar/PerlSetVar di

problems

2005-10-15 Thread Risanecek
Hi, trying to do my vhosts configurations with perl. No luck so far: config: Apache 2.0.54, mod_perl 2.0.1, perl 5.8.7 a simple $aha = 'var'; throws this error when trying to start Apache2 Syntax error on line 2 of /opt/apache2/conf/vhosts.d/vhostraw.conf: $parms->add_config() has failed: I

Re: enviroment Vars

2005-10-10 Thread Risanecek
On 10/10/05, Gordon Stewart <[EMAIL PROTECTED]> wrote: I am new to mod perI.   I have set up a virtual web server and it rely on enviroment variables.  When I restart my apache server only 3 enviroment variables are set.  When I logon using the apache user over 20 enviroment vars are set. where

-Mlib= does not work within VirtualHost

2005-10-07 Thread Risanecek
-8<-- Start Bug Report 8<-- 1. Problem Description: using PerlSwitches  -Mlib=/ within a VirtualHost block does not add this path to @INC. If it is used outside of VirtualHost, it works. 2. Used Components and their Configuration: *** mod_perl version