DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=31078>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31078


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




------- Additional Comments From [EMAIL PROTECTED]  2007-07-25 04:54 -------
Works for me:

## vhost:
<VirtualHost *:80>
 ServerName test1.local
 DocumentRoot /Users/noodl/Services/www/test1
 AddHandler cgi-script cgi
 AddType text/html cgi
 HeaderName feh.cgi
 <Location />
  Options Indexes ExecCGI
 </Location>
</VirtualHost>

## cgi:
#!/usr/bin/env ruby
puts "Content-Type: text/html"
puts
puts "woooga"


It seems likely that you don't have mod_cgi loaded, or you didn't correctly set 
the cgi handler. Then again 
it seems likely you won't read this message, given the age of the PR :-)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to