Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Disable mod_rendezvous to solve Apache cgi-bin problems' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Disable mod_rendezvous to solve Apache cgi-bin problems
Authored by: gxw on Jun 03, '03 09:55:19PM

Read another hint = either here or on O'Riley's site that said
the order if some of the stuff in Apache's config file(s) makes a big difference. IIRC Rendezvous options needed to come last.
If the hint was not here it might be in the OS X webdav tutorial on O'Riley's site.



[ Reply to This | # ]
Disable mod_rendezvous to solve Apache cgi-bin problems
Authored by: porkchop_d_clown on Jun 04, '03 08:47:47AM

In my httpd.conf, rendezvous was the very last bit in the file. I'm glad I didn't change that!

---
Everyone loves a clown, but no one will lend him money!



[ Reply to This | # ]
Disable mod_rendezvous to solve Apache cgi-bin problems
Authored by: ekimsknird on Jul 28, '03 03:30:04PM

!@$$!!! THE FILE IS THERE AND EXECUTABLE! I went in and turned off rendevzvous, but still no results. I have this counter that PERL just can't seem to find or execute. Anyone have any other ides? Anyone actually have OSX (Not server) running custom CGI? What is the correct path for the cgi-bin alias? This should be working! The come-with scripts work... HELP!!!

Processing config directory: /private/etc/httpd/users
Processing config file: /private/etc/httpd/users/ftpuser.conf
Processing config file: /private/etc/httpd/users/mikedrinks.conf
[Sun Jul 27 11:09:08 2003] [notice] Apache/1.3.27 (Darwin) configured -- resuming normal operations
[Sun Jul 27 11:09:08 2003] [notice] Accept mutex: flock (Default: flock)
[Sun Jul 27 11:09:40 2003] [error] (2)No such file or directory: exec of /Library/WebServer/CGI-Executables/counter.cgi failed
[Sun Jul 27 11:09:40 2003] [error] [client 68.34.xxx.xxx] Premature end of script headers: /Library/WebServer/CGI-Executables/counter.cgi
[Sun Jul 27 11:10:20 2003] [error] (2)No such file or directory: exec of /Library/WebServer/CGI-Executables/counter.cgi failed
[Sun Jul 27 11:10:20 2003] [error] [client 127.0.0.1] Premature end of script headers: /Library/WebServer/CGI-Executables/counter.cgi



[ Reply to This | # ]