<?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: I'm looking for a PHP script to start process on linux server in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/i-m-looking-for-a-php-script-to-start-process-on-linux-server/m-p/3161205#M73276</link>
    <description>yes, and now it works !&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;chris</description>
    <pubDate>Wed, 14 Jan 2004 10:51:58 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2004-01-14T10:51:58Z</dc:date>
    <item>
      <title>I'm looking for a PHP script to start process on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-m-looking-for-a-php-script-to-start-process-on-linux-server/m-p/3161203#M73274</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;I'm looking for a PHP script &lt;BR /&gt;using using exec command,  &lt;BR /&gt;to start process on linux server,  &lt;BR /&gt;like cisco vpn client:&lt;BR /&gt;&lt;BR /&gt;/etc/init.d/vpnclient_init restart &lt;BR /&gt;&lt;BR /&gt;from client via browser.&lt;BR /&gt;&lt;BR /&gt;best regards&lt;BR /&gt;cc&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Jan 2004 14:01:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-m-looking-for-a-php-script-to-start-process-on-linux-server/m-p/3161203#M73274</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-01-10T14:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: I'm looking for a PHP script to start process on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-m-looking-for-a-php-script-to-start-process-on-linux-server/m-p/3161204#M73275</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I think, you find here what you are looking for:&lt;BR /&gt;&lt;A href="http://www.php.net/manual/en/ref.exec.php" target="_blank"&gt;http://www.php.net/manual/en/ref.exec.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Sat, 10 Jan 2004 18:42:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-m-looking-for-a-php-script-to-start-process-on-linux-server/m-p/3161204#M73275</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2004-01-10T18:42:50Z</dc:date>
    </item>
    <item>
      <title>Re: I'm looking for a PHP script to start process on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-m-looking-for-a-php-script-to-start-process-on-linux-server/m-p/3161205#M73276</link>
      <description>yes, and now it works !&lt;BR /&gt;&lt;BR /&gt;thanks&lt;BR /&gt;chris</description>
      <pubDate>Wed, 14 Jan 2004 10:51:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-m-looking-for-a-php-script-to-start-process-on-linux-server/m-p/3161205#M73276</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-01-14T10:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: I'm looking for a PHP script to start process on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-m-looking-for-a-php-script-to-start-process-on-linux-server/m-p/3161206#M73277</link>
      <description>sorry big mistake !    &lt;BR /&gt;&lt;BR /&gt;it works only if I start the script from shell but still doesn't work via browser&lt;BR /&gt;&lt;BR /&gt;any idea ?&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;chris</description>
      <pubDate>Thu, 19 Feb 2004 20:15:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-m-looking-for-a-php-script-to-start-process-on-linux-server/m-p/3161206#M73277</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2004-02-19T20:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: I'm looking for a PHP script to start process on linux server</title>
      <link>https://community.hpe.com/t5/operating-system-linux/i-m-looking-for-a-php-script-to-start-process-on-linux-server/m-p/3161207#M73278</link>
      <description>Well, it's probably a user issue.&lt;BR /&gt;&lt;BR /&gt;When your Web server tries to start the daemon, it will launch as the apache/www user, not as a 'root' or the normal user.&lt;BR /&gt;&lt;BR /&gt;You either need to suid wrap the start routine (using a perl suid script), or get the vpnclient_init to work as a user (I don't think that can be done, but I've not tried).&lt;BR /&gt;&lt;BR /&gt;To proove this, log in to your machine, 'su' to your web-server user (www or apache usually), then try '/etc/init.d/vpnclient_init', and see what errors you get.</description>
      <pubDate>Thu, 19 Feb 2004 20:22:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/i-m-looking-for-a-php-script-to-start-process-on-linux-server/m-p/3161207#M73278</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-02-19T20:22:13Z</dc:date>
    </item>
  </channel>
</rss>

