Re: How do I log onto anonymous ftp ?

2003-08-01 Thread Clement Hermann
David selby wrote: Hello I have logged onto ftps before, but never an anonymous one. I need to log into ftp://archive.progeny.com/ I can view the files with mozilla, no passwords needed. I will be using wget, but initially I want to loggon with ncftp, which I have used before. I have tried [

Re: php and suexec on debian

2003-07-31 Thread Clement Hermann
Yves Goergen wrote: maybe this doesn't help you with suexec, but i don't use php+suexec anymore. i switched to suphp (www.suphp.org), which runs as apache module (apache 1 only) and runs the php binary with a configurable uid/gid and php config file. that works fine, is easy to set up and does its

php and suexec on debian

2003-07-31 Thread Clement Hermann
Hi, I'm trying tu use php in cgi mode with suexec. I had no problem with this setup previously, as I used to compile apache myself, so I could specify whichever path I want for docroot and userdir. I used to specify --suexec-userdir=cgi-bin, and to put a php binary in a $HOME/cgi-bin directory fo