Re: Restart Apache with clean enviroment

2007-06-16 Thread Almir Karic

env -i is your friend.




On 6/16/07, Mackan [EMAIL PROTECTED] wrote:

Hi list!

How do you guys restart apache (apachectl stop / start) without
having all the current shell variables show up in phpinfo() that
is exported in the shell?

Mackan





--
almir



Re: Restart Apache with clean enviroment

2007-06-16 Thread Henning Brauer
* Mackan [EMAIL PROTECTED] [2007-06-16 13:57]:
 Hi list!
 
 How do you guys restart apache (apachectl stop / start) without
 having all the current shell variables show up in phpinfo() that
 is exported in the shell?

env - apachectl restart
?

-- 
Henning Brauer, [EMAIL PROTECTED], [EMAIL PROTECTED]
BS Web Services, http://bsws.de
Full-Service ISP - Secure Hosting, Mail and DNS Services
Dedicated Servers, Rootservers, Application Hosting - Hamburg  Amsterdam



Re: Restart Apache with clean enviroment

2007-06-16 Thread Mackan

On 6/16/07, Mackan [EMAIL PROTECTED] wrote:

Hi list!

How do you guys restart apache (apachectl stop / start) without
having all the current shell variables show up in phpinfo() that
is exported in the shell?

Mackan


On Jun 16, 2007, at 1:59 PM, Almir Karic wrote:

env -i is your friend.
--
almir


Perfect, thank you!

Mackan