php mail() function fails

2007-01-11 Thread noob lenoobie
Dear list, I'm a happy openbsd user since 3.7. It always served me well. But now for the first time, I'm stuck. My problem is the following : I'm unable to send mail from php. The mail function works fine (echo "test" | mail [EMAIL PROTECTED] succeds). php, works fine, I disable safe mode for d

apache doesn't interpret php

2005-11-20 Thread noob lenoobie
Hello. I installed a Fresh OpenBSD 3.8 in order to make a firewall/webserver.But I can't make apache interpret php. I did run phpxs -s, I checked my httpd.conf (with Loadmodule and AddType), I restarted apache with apacheclt stop && sleep 1 && apachectl start (apachectl restart fails). I've read

Re: apache doesn't interpret php

2005-11-21 Thread noob lenoobie
2005/11/21, Stephen Kaiser <[EMAIL PROTECTED]>: > http://freeyourbox.org/tutorials/bsd/obsd3.8_apache_php_mysql.html Thank you for this url. It will be useful. > I wrote this tut for php4 but i just tested it for php5 and it > works...Replace all the pkg_add commands for php4 with these: That's p

Re: xargs PF or BPF

2006-02-13 Thread noob lenoobie
On Mon, 13 Feb 2006, Matthias Kilian wrote: >(b) pipeing to xargs(1) may be faster. Why so many people is using xargs ? I mean for instance why bother use xargs AND a pipe to do somthing like this : find ./ -type f -print | xargs -i rm -f Instead of rm -f $(find ./ -type f -print) ? Richard.