[PHP-INST] PHP Installation problem( with apache ) - help

2002-06-21 Thread kramer
hello, I've Apache 2.0.35 up and running. Installed PHP 4.2.1( for W2k ). I've some basic questions, can someone help me. I followed the instructions on install.txt but it doesn't seem to work. The only change I did in php.ini is including the extension_dir where I had installed PHP. Q : Do I n

[PHP-INST] PHP tags are not recogonized.

2002-07-02 Thread kramer
hello, I've Apache 1.3.20 up and working. My local-host displays this in Netscape: Running version Apache-AdvancedExtranetServer/1.3.20 (Mandrake Linux/3mdk) PHP/4.2.1 mod_ssl/2.8.4 OpenSSL/0.9.6b I installed PHP 4.2.1 under Quick Install DSO option. It went fine - No complaints from make/make

[PHP-INST] Re: PHP tags are not recogonized.

2002-07-03 Thread kramer
ffice isn't. Can someone throw some light on this. Thanks. Kramer wrote: > hello, > > I've Apache 1.3.20 up and working. My local-host displays this in Netscape: > Running version Apache-AdvancedExtranetServer/1.3.20 (Mandrake > Linux/3mdk) PHP/4.2.1 mod_ssl/2.8.4 OpenS

Re: [PHP-INST] PHP tags are not recogonized.

2002-07-03 Thread kramer
; >AddType application/x-httpd-php-source .phps > > > >... and ... > > > >DirectoryIndex index.html index.htm index.shtml index.php index.php3 > >index.php (and others...) > > > > > >--- > >Frederic

[PHP-INST] Stuck at PHP4 installation( with Apache2 )

2002-10-03 Thread kramer
hp3 index.php4 -> ScriptAlias /php/ "F:/Program Files/php-4.2.3-Win32/" -> AddType application/x-httpd-php .php .php3 .php4 .phtml -> AddType application/x-httpd-php-source .phps -> Action application/x-httpd-php "F:/Program Files/php-4.2.3-Win32/php.exe" I'm new

[PHP-INST] Re: Stuck at PHP4 installation( with Apache2 )

2002-10-04 Thread kramer
ll LoadModule php4_module 'D:/WINNT/system32/php4ts.dll' LoadModule php4_module 'D:/WINNT/system32/php4ts.dll' "Erwin" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Kramer wrote: > > hi, > > > > I'

[PHP-INST] Re: Stuck at PHP4 installation( with Apache2 )

2002-10-05 Thread kramer
n't work either. I went line by lile in the notes on install.txt that comes along with the PHP zip-file, what am I missing ? Basically its not liking the "loadmodule" ! Appreciate your help. Thanks. - Original Message - From: "Erwin Bovendeur" <[EMAIL PROTECT

[PHP-INST] Re: php4apache.dll

2002-10-06 Thread kramer
Lasse, I'm in a similar boat with Windows2000. You can get more inputs if you search the threads under my name. Anyway, I've been trying with php4apache2.dll. And I was told that I don't need to do an "addmodule". There is one difference in the way I had give the location. I'm not using double-

[PHP-INST] MD5, DES Win32 w/Apache 2

2002-11-13 Thread Robert W. Kramer III
deal with Frontpage's DES encrypted password files. I just know one, if not most of you, are going to know: What module or library is required for DES authentication using Apache 2.0.42 for Win32? Is there an Apache directive that is eluding me? Thank you for any help you can offer.

[PHP-INST] Re: When i go to a page, it asks for me to download

2002-11-15 Thread Robert W. Kramer III
m not sure where else to look or how to troubleshoot any further. The apache2/logs don't indicate there is any problem. Bob Kramer I get the same problem as you - when I go to my hello.php page, IE prompts me whether I want to Open or Save the file to disk... "Matt Jaeger"

[PHP-INST] PHP Thermometer

2002-11-18 Thread Robert W. Kramer III
We just installed PHP 4 on our Win32 based Apache 2 server. Things appear to be working well, but I would like to take its temperature... Is there a .php web page or web site I can install on our Apache 2 server that will help in testing our installation? Bob Kramer -- PHP Install Mailing

[PHP-INST] PHP Code in .html/.htm pages

2002-11-27 Thread Robert W. Kramer III
.php as the extension: (index.php) "); phpinfo(); ?> This will display as expected showing the PHP environment in pretty tables. When I rename index.php to index.htm, I get output that looks like this: "); phpinfo(); ?> Can't PHP code be inserted in .html nam