You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2007/07/25 13:54:33 UTC

DO NOT REPLY [Bug 31078] - doc for mod_autoindex's headername invoking cgi

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


noodlet@gmail.com changed:

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




------- Additional Comments From noodlet@gmail.com  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org