On Wed, 16 Mar 2005 08:27:44 -0500, Joel Parramore <parramorej@xxxxxxxxx> wrote: > <!--#exec cmd="/path/to/headerfooterscript --showheader"à > (2)No such file or directory: change of working directory failed > Now, one odd thing is that doing this works if I use "#exec cgi" or > "#include virtual" commands in the JSP output instead of "#exec cgi" (using > either of those is undesirable for other reasons right now), it works --- I > get the output from a test script or file included in the output from the > JSP. > > > > The other odd thing is that if I write a plain CGI script (Perl in this > case) to return as output the header/footer includes using the "#exec cmd" > syntax, it also works --- no "(2)No such file or directory: change of > working directory failed" messages. Debugging shows that the value for the > working directory is being set correctly for all the working cases. I don't know the answer to your problem, but a couple gueses/suggestions: Could it be an issue with passing arguments? Have you tried replacing your exec cmd with /path/to/footerheaderscript-showheader (another script that simply executes your script with the correct arguments)? Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See <URL:http://httpd.apache.org/userslist.html> for more info. To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx