Comments on How To Install mod_ruby On Various Linux Distributions For Use With ISPConfig (2.2.20 And Above)
How To Install mod_ruby On Various Linux Distributions For Use With ISPConfig (2.2.20 And Above) Starting with version 2.2.20, ISPConfig has built-in support for Ruby. Instead of using CGI/FastCGI, ISPConfig depends on mod_ruby being available in the server's Apache. This article explains how to install mod_ruby on various distributions supported by ISPConfig.
1 Comment(s)
Comments
apachelib.c:374: error: ‘OPT_INCNOEXEC’ undeclared (first use in this function)
Solution:
add underlast line to mod_ruby-1.3.0/apachelib.h
-----------------------
#ifndef APACHELIB_H
#define APACHELIB_H
#define OPT_INCNOEXEC 32 /* added */
-----------------------
taken from:
https://www.howtoforge.com/forums/showthread.php?t=35869&page=2