<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Run shell script from mozilla on unix in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/run-shell-script-from-mozilla-on-unix/m-p/3588116#M827316</link>
    <description>I am assuming you meant, you have a unix server which is running something like apache web server and you want to run a shell script on this server. Is this right ? If so, this is most probably apache or whichever web server you are running is not allowing executable code running under a unix shell due to security reasons. And I am pretty much sure that perl code is allowed to run as cgi-bin. So, you can put a perl wrapper around your shell script as such :&lt;BR /&gt;&lt;BR /&gt;perl -e '$cc = system("/path/myscript.sh"); exit($cc);'&lt;BR /&gt;&lt;BR /&gt;and put this one liner script into your cgi-bin directory on the server.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
    <pubDate>Thu, 21 Jul 2005 15:21:02 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2005-07-21T15:21:02Z</dc:date>
    <item>
      <title>Run shell script from mozilla on unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-shell-script-from-mozilla-on-unix/m-p/3588115#M827315</link>
      <description>Hi,&lt;BR /&gt;  I need to run shell script from the mozilla browser to start a tool on unix. But mozilla gives me an error that the associated helper application is not found. I have tried to set the helper application in preferences, but not working. Please help me with this and also how I should set the application type for executing shell script.&lt;BR /&gt;Thankyou</description>
      <pubDate>Thu, 21 Jul 2005 14:36:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-shell-script-from-mozilla-on-unix/m-p/3588115#M827315</guid>
      <dc:creator>Mark Lien</dc:creator>
      <dc:date>2005-07-21T14:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Run shell script from mozilla on unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-shell-script-from-mozilla-on-unix/m-p/3588116#M827316</link>
      <description>I am assuming you meant, you have a unix server which is running something like apache web server and you want to run a shell script on this server. Is this right ? If so, this is most probably apache or whichever web server you are running is not allowing executable code running under a unix shell due to security reasons. And I am pretty much sure that perl code is allowed to run as cgi-bin. So, you can put a perl wrapper around your shell script as such :&lt;BR /&gt;&lt;BR /&gt;perl -e '$cc = system("/path/myscript.sh"); exit($cc);'&lt;BR /&gt;&lt;BR /&gt;and put this one liner script into your cgi-bin directory on the server.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 21 Jul 2005 15:21:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-shell-script-from-mozilla-on-unix/m-p/3588116#M827316</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-21T15:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Run shell script from mozilla on unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-shell-script-from-mozilla-on-unix/m-p/3588117#M827317</link>
      <description>Thanks for the reply.&lt;BR /&gt;  Actually the files are local to the client that the shell script is trying to execute so I thought that giving direct path to the shell script file might work as it does in netscape on Unix and on IE on windows.I have set the helper application too , but the mozilla is giving error. Is this possible what I'm trying to do or should I go for some other solution like perl? &lt;BR /&gt; Also the webserver is a windows server and I would have to have Unix server initialized for this. &lt;BR /&gt;  Please help. Thankyou</description>
      <pubDate>Mon, 25 Jul 2005 14:31:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-shell-script-from-mozilla-on-unix/m-p/3588117#M827317</guid>
      <dc:creator>Mark Lien</dc:creator>
      <dc:date>2005-07-25T14:31:07Z</dc:date>
    </item>
    <item>
      <title>Re: Run shell script from mozilla on unix</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/run-shell-script-from-mozilla-on-unix/m-p/3588118#M827318</link>
      <description>although it may sound like an overkill but if this, running the script from a browser window, is a requirement, you may be better off installing an apache instance on this box and use a perl cgi-bin solution.&lt;BR /&gt;&lt;BR /&gt;I have never done what you are trying to do before, so I can not be of more help with the mozilla helper applications, and its being fit for the purpose or not.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Mon, 25 Jul 2005 14:38:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/run-shell-script-from-mozilla-on-unix/m-p/3588118#M827318</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2005-07-25T14:38:14Z</dc:date>
    </item>
  </channel>
</rss>

