Re: [cgiwrap-users] Getting started with CGIWrap
Brought to you by:
nneul
From: Neulinger, N. <nn...@ms...> - 2010-10-11 14:03:28
|
> I've read the docs on the website and I've got a few questions (some of > which > seem easy to me but I can't find an answer for!): > > * Does cgiwrap build itself into the source-code of apache, or is it an > external binary that is called by a content handler? External setuid binary. It gets installed into the cgi-bin directory configured in apache, which no one other than the server admin should have write access to. (This should be in the docs.) > * Are there any RPMs maintained for Centos 5? I don't believe so, as the specific configuration of cgiwrap will generally depend on the circumstances of the site, a one-size-fits-all RPM generally wouldn't be appropriate. > * Would it be easy to convert to an RPM? Sure, it's a pretty simple build if you wanted to do a custom RPM specific to your installation. Just start with a base spec file for another package and tweak as required. > If anyone can provide any help on this, it would be much appreciated! > > Kind regards, > > Matt > > ----------------------------------------------------------------------- > ------- > Beautiful is writing same markup. Internet Explorer 9 supports > standards for HTML5, CSS3, SVG 1.1, ECMAScript5, and DOM L2 & L3. > Spend less time writing and rewriting code and more time creating > great > experiences on the web. Be a part of the beta today. > http://p.sf.net/sfu/beautyoftheweb > _______________________________________________ > cgiwrap-users mailing list > cgi...@li... > https://lists.sourceforge.net/lists/listinfo/cgiwrap-users |