Ask a Question related to PHP Development, Design and Development.
-
Jswalter #1
PHP and mod_perl
Anyone have any idea why I can't run PHP and mod_perl in the same web
structure?
I am getting this in my error log...
[Thu Jul 17 14:02:07 2003] [error] 2508: ModPerl::Registry:
Unterminated <> operator at G:/home/walter/htdocs/test.php line 1.
This is my php file...
<?php
echo "My simple little PHP test page!", "<p>";
?>
Any ideas?
And yes, it worked before I installed mod_perl
thanks
walter
--
In heaven an angel is nobody in particular.
- George Bernard Shaw
Jswalter Guest
-
mod_perl and GD
Using: Apache/2.0.48 (Unix) mod_perl/1.99_13-dev Perl/v5.8.3 gd version 2.0.22 GD.pm version 2.12 on Redhat 9: 2.4.20-28.9smp -
mod_perl 1.99 Apache 2.0.48
Hello, I built a sever with apache and perl (cgi), and i used the mod_perl to boost my server, it actually works 4x time faster with mod_perl. ... -
Mod_perl & do()
Hi! I tryed to use do() function in mod_perl 1.27 but as I found out that does not work. For example test.pl: #!/usr/bin/perl my $test = 0;... -
mod_perl: my $var=1 if ...
I'm having trouble understanding something in mod_perl. The sub handler is: sub handler { ...stuff deleted... my $var=1 if... -
[PHP] PHP and mod_perl
Walter Torres wrote: Looks like Apache 2? Not too familiar with that (still using 1.3.x myself), but it seems to me that SetHandler may be... -
John Nichel #2
Re: [PHP] PHP and mod_perl
jsWalter wrote:
Look in your Apache configuration. Are you telling it to process *.php> Anyone have any idea why I can't run PHP and mod_perl in the same web
> structure?
>
> I am getting this in my error log...
>
> [Thu Jul 17 14:02:07 2003] [error] 2508: ModPerl::Registry:
> Unterminated <> operator at G:/home/walter/htdocs/test.php line 1.
>
>
> This is my php file...
>
> <?php
> echo "My simple little PHP test page!", "<p>";
> ?>
>
> Any ideas?
>
> And yes, it worked before I installed mod_perl
>
> thanks
>
> walter
files as PHP? I seriously doubt this is a mod_perl issue....I've been
using them together for quite some time.
[url]http://www.by-tor.com/phpinfo.php[/url]
John Nichel Guest



Reply With Quote

