Re: [phplib] PHPLib prepend setting confusing other virtuals From: Arno A. Karner (karner <email protected>)
Date: 10/23/00

on linux i ran into some strange problems, i was running out of file
handles.
the problem showed up in html/php server and in failed email requests
dont have url for the stuff but if u cat /proc/sys/fs/file-max, file-nr,
inode-max, inode-nr the max entries are writeable with new limit, the nr
ones tell you current and peak, and somthing else forgot, note max
inodes have to larger than max-files because inodes are used for ip
sockets, and other such connections

hope this helps

John Melville wrote:
>
> Hi all,
>
> Not sure if anyone has ever encountered this before, but we've been
> noticing a slight problem with our hosting server since someone installed
> PHPLib. It seems that either PHP or Apache doesn't release something or
> shares the info across child processes, what we are seeing is when someone
> calls up the site using PHPLib and then someone else goes and loads up a
> site not using PHPLib but is using PHP pages to pull stuff from the
> database then we encounter stuff like this:
>
> Fatal error: Failed opening required '' in
> /home/www/kudosnet/staff.kudosnet.com/phpMyAdmin2/db_details.php3 on
> line 1Fatal error: Failed opening required '
>
> Now, this problem never cropped up until PHPLib started being used by some
> sites, the required include file does exist but for some reason is not
> being accessed correctly.
>
> I've changed the default include path in the php.ini to "./" but it's not
> done any good?
>
> Any ideas short of banning PHPLib from the servers?
>
> Server is running:
>
> Apache/1.3.12 (Unix) PHP/3.0.15 mod_ssl/2.6.1 OpenSSL/0.9.4
>
> Thanks ...
>
> John
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>

-- 
My opinions are my own and not that of my employer even if I am self
employed
Tech Net, Inc.            --FREE THE MACHINES--                 
651.224.2223
627 Palace Ave. #2           karner <email protected>              
karner <email protected>
St. Paul, MN 55102-3517        www.tnss.com         
wanted    : adsl/cable modem with static ip at reasonable price
accept-txt: us-ascii,html,pdf
accept-dat: ascii-delimited,sql insert statments

--------------------------------------------------------------------- To unsubscribe, e-mail: phplib-unsubscribe <email protected> For additional commands, e-mail: phplib-help <email protected>