sundialsvc4,

I guess you haven't done much with any of the above. Unlike you, I only answer threads that I have experience with and have some knowledge of the subject. Apache 1 was a wonderful product! It is and was a great web-server. Apache 2 is the kitchen sink of security, product authorization, analysis, etc. etc.

My answer to the original OP, was to inform him/her about my similar experience and maybe save him/her from going through months of trying to get FastCGI to work with Apache2! If the application is complex (I'm sure 'hello world' will work!), he/she may find a better alternative desirable.

There are many things I could do with Apache1 that I cannot do with Appache2. I have had to change many scripts that ran for years with Apache1, and most of the time my changes were to reduce or eliminate functionality.

Since my experience with FastCGI and Apache2, changes may have been made to improve the compatibility between the products, but my experience at the time was to try and debug two products. I choose to eliminated one of the problems, and just like FastCGI, I use a small cgi script to talk to an in-memory compiled Perl frame-work that responds to the requests.

All of this is my experience with the subject, which I wanted to help the OP with. Sorry that it doesn't agree with your experiences.

Regards...Ed

"Well done is better than well said." - Benjamin Franklin


In reply to Re^3: FastCGI / Apache memory usage? by flexvault
in thread FastCGI / Apache memory usage? by DreamT

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.