Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

Since you can run the script in the main /cgi-bin directory, I assume you haven't made mistakes like uploading as binary instead of ASCII, ignoring case-sensitivite filenames, or anything like that.

Do you have access to your server error logs? That might be the easiest way to get an idea what's going wrong.

If not, I would start by trying to figure out whether the problem is indeed in your server config/permissions or somewhere in your script. (Seems unlikely that the script would fail simply because you changed directories, but without code I can't be sure what assumptions your program might make.) Anyway, you could write an extremely trivial cgi script -- like "hello, world" -- and see if you can get that to run within a directory under cgi-bin. If so, you could put use CGI::Carp qw(fatalsToBrowser) near the beginning of your script and probably get a better idea where the failure is occurring.

I suppose it's possible that Apache is configured to execute scripts only within cgi-bin, though if that's the case I'm surprised that you would've been able to use this technique in the past.

        $perlmonks{seattlejohn} = 'John Clyman';


In reply to Re: permissions... by seattlejohn
in thread permissions... by Anonymous Monk

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



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (5)
As of 2024-04-23 18:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found