From: Roman J. <cit...@ma...> - 2002-03-18 19:57:02
|
Rick, 1. why don't you just create php/contrib/phpESP under /usr/local/lib? 2. if this is not possible in your case, than put the phpESP folder=20 where you can, but please don't put it inside you html directory (the=20= one that Apache using as html documents root). This is a serious=20 security hole. Plus it looks like you've moved public folder outside=20 phpESP, don't do that either. Lets just say you have everything in /home/rick/phpESP. Than you need to=20= edit three files. manage.php, handler*.php. phpESP.ini and make sure=20 they have correct path. for phpESP.ini you should change lines #14,54,64,65 for manage.php line # 12 for handler*.php line # 17 for handler.php and default handler- prefix.php line # 45 Go through README and make two links as described for manage.php and=20 images/ inside you html folder. Let me know if this fixed your problem. -Roman On Monday, March 18, 2002, at 09:27 PM, Rick Weiss wrote: > I am feeling very much like a novice here. I can=92t seem to set up a=20= > config path that works with this phpESP install. > > =A0 > > I have access to the whole server (as I am the root host), but it is a=20= > rented server and I did not do the setup. > > =A0 > > I want to use phpESP only on my site, but the recommended directory=20 > tree does not exist (/usr/local/lib/php/etc). I have /usr/local/lib = but=20 > after that it is an empty directory. It is not the path to php or = mysql=20 > packages. > > =A0 > > I have tried installing in the html/ directory and in the next=20 > directory below it /home/httpd. > > =A0 > > No matter where I go, I get the same message:Unable to open INI file.=20= > Aborting. > > =A0 > > I=92m obviously putting in the wrong paths, but I can=92t seem to find = out=20 > why. Right now I have everything in: > > /home/httpd/html > > =A0 > > I have the operating files (admin, etc.) inside /html/phpESP > > I have the public/ folder at html/public > > =A0 > > Any idea on what config path I should be using with this setup? > > =A0 > > =A0 > > =A0 > > =A0 > |