[PHP] Using .htaccess files with PHP CGI

2005-10-18 Thread Jason Kovacs
want to set 'session.save_path' for each virtual host to a directory other than the one set in php.ini that only apache can read/write to since my suexec'd php cgi binary can only write session data to a directory owned by the virtual host user. How can this be done? Any help would be appreciated, thanks. -Jason Kovacs

Re: [PHP] fckeditor and PDF and pesky users

2005-10-17 Thread Jason Kovacs
Richard Lynch said the following on Monday, October 17, 2005 3:30 PM: On Fri, October 14, 2005 6:03 pm, Jason Kovacs wrote: Richard Lynch said the following on Friday, October 14, 2005 3:39 PM: I added a custom drop-down menu to FCKEditor's Link window that fills in the URL upon sele

[PHP] PHP5+FastCGI Segmentation Fault

2005-10-17 Thread Jason Kovacs
configuration in my setup? How do I troubleshoot this? Any help would be appreciated, thanks. -Jason Kovacs

Re: [PHP] fckeditor and PDF and pesky users

2005-10-14 Thread Jason Kovacs
ad many non-technical users working with this utility just fine for about 6 months, so it works and though its not the most graceful implementation from a developer's standpoint, it makes the user interface easiest to work with. -Jason Kovacs -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Patch for Suexec for Virtual Hosts to use PHP with FastCGI

2005-10-07 Thread Jason Kovacs
ogs/fastcgi FastCgiWrapper /usr/local/apache2/bin/suexec FastCgiServer /home/fcgi-bin/php-fcgi -user php-cgi-shared -group php-cgi-shared SetHandler fastcgi-script Options +ExecCGI AddHandler php-fastcgi .php Action php-fastcgi /fcgi-bin/php-fcgi Please respond with your comments on my method, and if it's generally correct and others are interested in using it, I can post my changes to suexec.c. Thanks, Jason Kovacs