Re: [us...@httpd] How To Set Cookies on Localhost Using RewriteRule Directive

2010-03-27 Thread Alan Brown
As usual something occurred to me last night whilst I was not even thinking about this problem - what is often a problem with including a space in a command parameter string of some kind? Yes, of course - put double quotes around it !! So the following is a valid workaround :- RewriteRule /d

Re: [us...@httpd] apach - solaris - sparc - 32 bit ?

2010-03-27 Thread Jeff Trawick
On Fri, Mar 26, 2010 at 11:41 PM, Sander Temme wrote: > > On Mar 26, 2010, at 12:36 PM, Rajwinder-office Singh wrote: > >> 1. I downloaded apache source >> 2. compiled on solaris 10 sparc > > When you ran ./configure, it should have a host, build and target > architecture triplet that comes out o

Re: [us...@httpd] How to make the code of PHP[mail()] work?

2010-03-27 Thread Nilesh Govindarajan
On 03/27/2010 05:19 PM, Dan Poirier wrote: On 2010-03-26 at 22:20, Nilesh Govindarajan wrote: If you wish to learn PHP, read the PHP manual at www.php.net This is not the place for discussion of PHP, except for its setup, etc. I will give you hint that you need an SMTP server at localhost. For

Re: [us...@httpd] How to make the code of PHP[mail()] work?

2010-03-27 Thread Dan Poirier
On 2010-03-26 at 22:20, Nilesh Govindarajan wrote: > If you wish to learn PHP, read the PHP manual at www.php.net > This is not the place for discussion of PHP, except for its setup, etc. > I will give you hint that you need an SMTP server at localhost. For > more info, ask on PHP Mailing Lists.