RE: [PHP-WIN] PHP as an Apache module

2002-03-27 Thread Tommy Claasens / QDC KZN
se it doesn't load my extensions and the rest of formatings. anyway i can change that? thanks for your help -Original Message- From: Tommy Claasens / QDC KZN [mailto:[EMAIL PROTECTED]] Sent: March 26, 2002 11:17 PM To: 'Ali'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] PHP as an Apa

RE: [PHP-WIN] PHP as an Apache module

2002-03-26 Thread Ali Nayeri
the rest of formatings. anyway i can change that? thanks for your help -Original Message- From: Tommy Claasens / QDC KZN [mailto:[EMAIL PROTECTED]] Sent: March 26, 2002 11:17 PM To: 'Ali'; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] PHP as an Apache module Dont add the LoadModule i

RE: [PHP-WIN] PHP as an Apache module

2002-03-26 Thread Tommy Claasens / QDC KZN
Dont add the LoadModule in the top of the file, Just add it at the end of the file. It will work fine there i.e. [httpd.conf] . . . . . LoadModule php4_module C:/Program Files/Apache Group/PHP/sapi/php4apache.dll AddType application/x-httpd-php .php -Original Message- From: Ali [mailto:[

Re: [PHP-WIN] PHP as an Apache module

2002-03-26 Thread Helphand
At 06:32 PM 3/26/02 -0800, Ali wrote: >hi all, > >i'm new to PHP and PHP installation. I've tried it before and used the cgi >since I couldn't figure out the module installation. but i really want to >get it working. the problem is whatever I do, I get an error message from >Apache. I installe

Re: [PHP-WIN] PHP as an Apache module

2001-04-08 Thread Phil Driscoll
Thanks for the info. Your security problem is not so much of an issue for me as I don't allow anyone else to run anything on my machine. I assume that Apache by default will probably run under the system account. I suppose you could create an account with similar privileges, but set permissions

Re: [PHP-WIN] PHP as an Apache module

2001-04-08 Thread Steve Prentice
"Phil Driscoll" <[EMAIL PROTECTED]> wrote in a message : > > As an interim position before I transfer most of my production sites from > NT to Linux, it would be helpful for me to move from IIS to Apache, so > that I can get everything in order for a quick switch to Linux. > > I am happy that Apac