stevieb,

thanks for your time. I understand that this is not a perl question. I need to use the perl interpreter installed in ~some_user, so was hoping some one here might have some config experience with it.

From the CLI, as apache, I can stat /home/some_user, but not thru the CGI, running under apache.

# su - apache $ stat /home File: `/home' Size: 4096 Blocks: 8 IO Block: 4096 directory Device: fd00h/64768d Inode: 2097153 Links: 5 Access: (0755/drwxr-xr-x) Uid: ( 0/ root) Gid: ( 0/ roo +t) Access: 2015-11-24 18:30:06.243730150 -0500 Modify: 2014-10-07 22:46:09.353475060 -0400 Change: 2014-10-07 22:46:09.353475060 -0400 -bash-4.1$
-bash-4.1$ stat /home/some_user File: `/home/some_user' Size: 4096 Blocks: 8 IO Block: 4096 directory Device: fd00h/64768d Inode: 2187307 Links: 43 Access: (0755/drwxr-xr-x) Uid: ( 508/ some_user) Gid: ( 508/ + some_user) Access: 2015-11-24 17:47:08.723747155 -0500 Modify: 2015-11-24 18:34:19.314602725 -0500 Change: 2015-11-24 18:55:24.365823666 -0500

Once again, thanks in advance for all help


In reply to Re^2: OT: Local Perl - CGI - Apache. by lanta
in thread OT: Local Perl - CGI - Apache. by lanta

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.