This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Enabling ATHTTP CGI


Hello,

I am trying to enable the CGI OBJLOADER. I modified the httpd.cdl and set the USE_CGIBIN_OBJLOADER default value to 1. But when I look at the ecos.ecc file it states:

cdl_option CYGOPT_NET_ATHTTPD_USE_CGIBIN_OBJLOADER {
    # This option is not active
    # ActiveIf constraint: CYGPKG_OBJLOADER
    #     CYGPKG_OBJLOADER (unknown) == 0
    #   --> 0

    # Flavor: bool
    # No user value, uncomment the following line to provide one.
    # user_value 1
    # value_source default
    # Default value: 1

    # The following properties are affected by this value
    # option CYGDAT_NET_ATHTTPD_SERVEROPT_CGIDIR
# ActiveIf: 0 != CYGOPT_NET_ATHTTPD_USE_CGIBIN_OBJLOADER || 0 != CYGOPT_NET_ATHTTPD_USE_CGIBIN_TCL
};

What else is needed to get the CGI OBJLOADER working?


Thanks,
Fredrick

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]