Re: [PHP]I know I know, but quick Apache/PHP question

2001-12-06 Thread The Big Roach
Chris, I'm a bit lost... what exactly is your question? Chris Cocuzzo [EMAIL PROTECTED] wrote in message 010e01c17e0d$d28e72b0$ae687780@webs224">news:010e01c17e0d$d28e72b0$ae687780@webs224... hey- I have php 4.0.6 on Win 2k with Apache 1.3.20 ... I figure I'm close to getting this installed

Re: [PHP]I know I know, but quick Apache/PHP question

2001-12-06 Thread Chris Cocuzzo
] To: [EMAIL PROTECTED] Sent: Thursday, December 06, 2001 8:42 AM Subject: Re: [PHP]I know I know, but quick Apache/PHP question Chris, I'm a bit lost... what exactly is your question? Chris Cocuzzo [EMAIL PROTECTED] wrote in message 010e01c17e0d$d28e72b0$ae687780@webs224">news:010e

Re: [PHP]I know I know, but quick Apache/PHP question

2001-12-06 Thread Sam2
Un-comment lines like this: #AddType application/x-httpd-php .php and these should be there: AddModule mod_php4.c LoadModule php4_modulelibexec/libphp4.so Unless you're using the cgi. And there might be some stuff I forgot. -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP]I know I know, but quick Apache/PHP question

2001-12-06 Thread Chris Allen
hmm looks right ...are you loading thru the server or are you doing a file://c/:doc_root/file.php ? heres the relevant info from my httpd.conf file on windows: ScriptAlias /php4/ C:/php/ Action application/x-httpd-php4 /php4/php.exe AddType application/x-httpd-php4 .php whats a url to check

[PHP]I know I know, but quick Apache/PHP question

2001-12-05 Thread Chris Cocuzzo
hey- I have php 4.0.6 on Win 2k with Apache 1.3.20 ... I figure I'm close to getting this installed correctly. I've edited my httpd.conf file to the point where if I call the php file I want, I get the source in the browser here's what my .conf file says? ScriptAlias /php/ c:/php/ and then