Help needed to configure Apache with Run Server
Posted: Mon Jul 12, 2010 10:28 pm
I've installed the latest Mint. And then Apache.
Apache is working fine (with a regular html file). And my irev file is really simple
Eventually, I use the virtual host conf file provided as a sample with Run Revserver.
I got the error 500 within Firefox, and within the Apache error log I got :
[Mon Jul 12 23:03:37 2010] [error] [client 127.0.1.1] Premature end of script headers: polo3.irev
[Mon Jul 12 23:03:37 2010] [debug] mod_deflate.c(615): [client 127.0.1.1] Zlib: Compressed 613 to 380 : URL /cgi-bin/revserver/polo3.irev
Someone could help me ? I'm totally newbie with Linux and apache configuration.
Apache is working fine (with a regular html file). And my irev file is really simple
Code: Select all
<title>HELLO</title>
< ? rev
put "hello world"
> rev
I got the error 500 within Firefox, and within the Apache error log I got :
[Mon Jul 12 23:03:37 2010] [error] [client 127.0.1.1] Premature end of script headers: polo3.irev
[Mon Jul 12 23:03:37 2010] [debug] mod_deflate.c(615): [client 127.0.1.1] Zlib: Compressed 613 to 380 : URL /cgi-bin/revserver/polo3.irev
Someone could help me ? I'm totally newbie with Linux and apache configuration.