ClosestStorm / v8cgi

Automatically exported from code.google.com/p/v8cgi
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

mod_v8cgi doesn't work #8

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What version of the product are you using? On what operating system?
 - ubuntu intrepid
 - v8 r1749
 - v8cgi rev442

What steps will reproduce the problem?
1. updated v8 from svn, compiled; 
2. updated v8cgi from svn, compiled;
3. copied all the files to needed locations
4. restarted apache

What is the expected output? 
 - Normal program execution

What do you see instead?
 - 500 Internal Server Error
 in the apache error.log there is the following:
 - [Tue Apr 21 12:59:17 2009] [error] [client 127.0.0.1] Cannot locate main
file., referer: http://localhost/v8cgi/

Original issue reported on code.google.com by rand0mbond@gmail.com on 21 Apr 2009 at 10:05

GoogleCodeExporter commented 9 years ago
Acknowledged. This bug was introduced when I changed the way environment 
variables
are handled. Top priority task.

Original comment by ondrej.zara on 21 Apr 2009 at 11:02

GoogleCodeExporter commented 9 years ago
Should be fixed in revision 444.

Original comment by ondrej.zara on 21 Apr 2009 at 11:12

GoogleCodeExporter commented 9 years ago
Great! Works like a charm!

Original comment by rand0mbond@gmail.com on 21 Apr 2009 at 5:25