azeedc
|
Posted: 09/24/2004, 10:17 PM |
|
I'm using codecharge studio 2.2 and if I publish using PHP
and view the live pages is OK but if I change to PERL, when I
try to see the page, it shows the source of it instead of the
page itself.
Is this related to perl or codecharge ??
Any help would be appreciated.
Thanks ..................... Azee
Windows XP-SP1
Apache/2.0.50 (Win32)
mod_perl/1.99_13
Perl Version: 5.008003
v5.8.3 PHP/5.0.1
|
|
 |
Last Hero
|
Posted: 09/27/2004, 5:50 AM |
|
No.
You must configure apache.
Please read manual.
I think you must add this lines in you config:
Options +ExecCGI
AddHandler cgi-script cgi pl
in <Directory> section
|
|
 |
Azee
|
Posted: 09/27/2004, 6:51 AM |
|
Hi, thanks for your answer
Apache is working properly since other perl .cgi .pl scripts are working.
I had Perl with templates selected, but for some strange reason it was
publishing php. Reinstalled codecharge and now publishes properly.
Still get error 500 related to "premature end of scripts headers"
See next topic "Perl shows source During Live Page ".
Thanks a lot
Azee
|
|
 |
|