[PHP] Unix-Apache: running apache as different user

2004-01-27 Thread Eli Hen
Hello All, I have PHP installed on Apache and Unix with several vhosts so each vhost has its own user account on Unix. Now when accessing a webpage, Apache runs with user httpd.. but I want it to run as the user of the vhost account.. How can I do that? thanks in advnce, -Lorderon -- PHP Genera

Re: [PHP] web page thumbs

2004-01-22 Thread Eli Hen
I asked it before, and got a fine tool at this site: http://www.babysimon.co.uk/khtml2png/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] picturing webpage

2004-01-07 Thread Eli Hen
Hello All, I wanted to know if it is possible to picture a webpage via PHP. By "picturing" I mean that the program can generate a picture, a view, out of the page URL given. (Like sometimes you have in search engines, that you see the site URL and besides is the picture of the first page of the si

[PHP] cache_limiter & cache_expire

2004-01-04 Thread Eli Hen
Hello All, I would like to do that the session will expire after X minutes, and the page at the client will expire after Y minutes. How can I do that? I understand that session_cache_limiter() function determines who can cache the page: - pulic:proxies and clients. - private:clients.

[PHP] cache_limiter & cache_expire

2004-01-04 Thread Eli Hen
Hello All, I would like to do that the session will expire after X minutes, and the page at the client will expire after Y minutes. How can I do that? I understand that session_cache_limiter() function determines who can cache the page: - pulic:proxies and clients. - private:clients.