AW: mod_perl and perl 5.6.0

2000-06-30 Thread Winfried . Soltys
I've tried -Accflags=-DPERL_POLLUTE already, but it didn't work. Our Apache has several "own" undocumented modules implemented. In order to use Apache 1.3.12+ I have to rewrite the whole source. Winni > -Urspr> üngliche Nachricht- > Von: Jay J [SMTP:[EMAIL PROTECTED]] > Gesendet am:

mod_perl and perl 5.6.0

2000-06-30 Thread Winfried . Soltys
Is there a way to compile Apache 1.3.3 with mod_perl 1.21 and perl 5.6.0 (Solaris 2.6)? I get Apache compiled with perl 5.004_04 and all works fine. But with perl 5.6.0 the compilation stopped and produced the following output: mod_perl.c: In function `perl_startup': mod_perl.c:663: warning: unus

Newbie: virtual hosts and includes

2000-06-08 Thread Winfried . Soltys
The scenario: A script under a shared location (/www/shared/myscript) parses a html template and print it out. For each virtual host exists a template with the same name but different root directories: /www/a/htdocs/templates/mytemplate /www/b/htdocs/templates/mytemplate ... and so on (roo

Newbie: virtual hosts and includes

2000-06-08 Thread Winfried . Soltys
> The scenario: > > A script under a shared location (/www/shared/myscript) parses a html template and >print it out. > For each virtual host exists a template with the same name but different root >directories: > /www/a/htdocs/templates/mytemplate > /www/b/htdocs/templates/mytemplate... an