<?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: stop/start though web page? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583812#M32131</link>
    <description>i got it going here ..&lt;BR /&gt;one last question when you add a module do you have to restart webmin ?if so how do i restart this thing?</description>
    <pubDate>Mon, 24 Sep 2001 15:07:39 GMT</pubDate>
    <dc:creator>someone_4</dc:creator>
    <dc:date>2001-09-24T15:07:39Z</dc:date>
    <item>
      <title>stop/start though web page?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583805#M32124</link>
      <description>Hello and good morning everyone .. &lt;BR /&gt;I was wondering if anyone knows of a way to stop and start or just execute a remsh command though a webpage ? I already have apache set up on one box and it works great. But I have an app on another box that I would like to stop and start though a web page  can be done though the execution of a remsh though a web interface? Thanks&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 24 Sep 2001 13:06:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583805#M32124</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-09-24T13:06:31Z</dc:date>
    </item>
    <item>
      <title>Re: stop/start though web page?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583806#M32125</link>
      <description>you can use webmin&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.webmin.com/webmin/" target="_blank"&gt;http://www.webmin.com/webmin/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;it has an addon module that lets you execute any command throught a web interface... make sure you are sure you want to do this... it doens't use https only http&lt;BR /&gt;&lt;BR /&gt;i have it installed and it works great.</description>
      <pubDate>Mon, 24 Sep 2001 13:24:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583806#M32125</guid>
      <dc:creator>Edward Alfert_2</dc:creator>
      <dc:date>2001-09-24T13:24:44Z</dc:date>
    </item>
    <item>
      <title>Re: stop/start though web page?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583807#M32126</link>
      <description>Hey edward ..&lt;BR /&gt;how hard was the installation ?&lt;BR /&gt;and is it free?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Sep 2001 13:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583807#M32126</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-09-24T13:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: stop/start though web page?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583808#M32127</link>
      <description>it is free and runs on any unix/linux&lt;BR /&gt;&lt;BR /&gt;the install was easy very easy and straightforward.  &lt;BR /&gt;&lt;BR /&gt;Also, if you have hpux 11i, it comes bundled with the system if you install apache during os install.&lt;BR /&gt;&lt;BR /&gt;try http://yourserver:10000&lt;BR /&gt;&lt;BR /&gt;that is the default port for webmin&lt;BR /&gt;&lt;BR /&gt;Once it is installed, it is very easy to upgrade to the latest version or add a module.  Just point and click on the various webpages.&lt;BR /&gt;&lt;BR /&gt;It has modules for all kinds of things like sendmail, postfix, mysql, apache, squid, bind, ftp, majordomo, and countless other popular applications.</description>
      <pubDate>Mon, 24 Sep 2001 13:53:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583808#M32127</guid>
      <dc:creator>Edward Alfert_2</dc:creator>
      <dc:date>2001-09-24T13:53:44Z</dc:date>
    </item>
    <item>
      <title>Re: stop/start though web page?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583809#M32128</link>
      <description>Hi Richard,&lt;BR /&gt;&lt;BR /&gt;you can achieve this through a little CGI script.&lt;BR /&gt;In fact nothing else is done by webmin.&lt;BR /&gt;Webmin is a little http server with a bunch of CGI scripts entirely written in Perl.&lt;BR /&gt;If you are adventurous enough and are aware of the security implications you could for instance (in a trusted host environment between the boxes) allow a user to execute (non-perilious) commands on the remote box by putting him in the .shost file of the login account on the remote box.&lt;BR /&gt;I would recommend to use ssh instead of remsh.&lt;BR /&gt;&lt;BR /&gt;Then you could write a small CGI script and place it in the ScriptAlias directory of the webserver, and make it executable by the webserver's UID.&lt;BR /&gt;&lt;BR /&gt;In Perl one could write something like&lt;BR /&gt;&lt;BR /&gt;$ruser = 'user_on_remote_box';&lt;BR /&gt;$rhost = 'fqn_of_remote_box';&lt;BR /&gt;print &amp;lt;&lt;HEADER&gt;&lt;/HEADER&gt;Context-type: text/html&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;TITLE&gt;remote ls -lR&lt;/TITLE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE&gt;&lt;BR /&gt;HEADER&lt;BR /&gt;   &lt;BR /&gt;open SSH, "/usr/local/bin/ssh -l $ruser $rhost /usr/bin/ls -lR |";&lt;BR /&gt;while (&lt;SSH&gt;) { print }&lt;BR /&gt;close SSH;&lt;BR /&gt;&lt;BR /&gt;print "\\n\\n";&lt;BR /&gt;__END__&lt;BR /&gt;&lt;BR /&gt;But it is much better to use Perl's CGI.pm module, read the POD (i.e. "perldoc CGI").&lt;BR /&gt;&lt;BR /&gt;&lt;/SSH&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 24 Sep 2001 13:58:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583809#M32128</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2001-09-24T13:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: stop/start though web page?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583810#M32129</link>
      <description>OHHH THIS IS GOOD STUFF !!! &lt;BR /&gt;im liking this webadmin stuff !! &lt;BR /&gt;nice .. very nice ..&lt;BR /&gt;Can you point me how to add modules or the options to execute command though here?&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 24 Sep 2001 14:21:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583810#M32129</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-09-24T14:21:40Z</dc:date>
    </item>
    <item>
      <title>Re: stop/start though web page?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583811#M32130</link>
      <description>i have version 0.87 (some layout changes from 0.84 so depending on the version you have, they may be in differnt screens).&lt;BR /&gt;&lt;BR /&gt;Adding Modules:&lt;BR /&gt;go to "webmin" tab&lt;BR /&gt;then "webmin configuration"&lt;BR /&gt;then "webmin modules"&lt;BR /&gt;then "from local from" select the directory where you download the module to.&lt;BR /&gt;You can donwload modules from &lt;BR /&gt;&lt;A href="http://www.webmin.com/webmin/standard.html" target="_blank"&gt;http://www.webmin.com/webmin/standard.html&lt;/A&gt;&lt;BR /&gt;and thirdparty ones from&lt;BR /&gt;&lt;A href="http://webmin.thirdpartymodules.com/" target="_blank"&gt;http://webmin.thirdpartymodules.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MANY.. MANY to choose from.&lt;BR /&gt;&lt;BR /&gt;the one i use for ssh/telnet i downloaded and it put it under the "other" tab&lt;BR /&gt;&lt;BR /&gt;on that same "other" tab i also have one that lets me run commands throught a web form .. the module is called "command shell"</description>
      <pubDate>Mon, 24 Sep 2001 15:01:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583811#M32130</guid>
      <dc:creator>Edward Alfert_2</dc:creator>
      <dc:date>2001-09-24T15:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: stop/start though web page?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583812#M32131</link>
      <description>i got it going here ..&lt;BR /&gt;one last question when you add a module do you have to restart webmin ?if so how do i restart this thing?</description>
      <pubDate>Mon, 24 Sep 2001 15:07:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583812#M32131</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-09-24T15:07:39Z</dc:date>
    </item>
    <item>
      <title>Re: stop/start though web page?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583813#M32132</link>
      <description>edward &lt;BR /&gt;I found it looking though the webadmin website.&lt;BR /&gt;Thanks allot for all your help&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Mon, 24 Sep 2001 15:19:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/stop-start-though-web-page/m-p/2583813#M32132</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2001-09-24T15:19:48Z</dc:date>
    </item>
  </channel>
</rss>

