This is a discussion on Signal Abort Trap within the Apache Web Server forums, part of the Web Server and Related Forums category; Trying to run apache2 on MacOSX 10.5 Code is: #!/usr/bin/ruby require 'rubygems' require 'cgi' require 'yaml' require '...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Trying to run apache2 on MacOSX 10.5
Code is: #!/usr/bin/ruby require 'rubygems' require 'cgi' require 'yaml' require 'digest/md5' cgi = CGI.new("html4") puts "<html><body>Ruby CGI works</body></html>" When I try to access this script from browser I get nothing, except of [Tue May 06 16:13:40 2008] [notice] child pid 736 exit signal Abort trap (6) in apache error_log Script is chmod 755 OK, and apache2.2.8 is configured properly, giving statical pages great Directory is +ExecCGI LoadModule cgi_module OK What else do I forgot? |
| Thread Tools | |
| Display Modes | |
|
|