[PHP] Re: PHP and Apache

2008-06-23 Thread Jon Drukman
R B wrote: Hello, I´m developing a PHP system that needs one of these lines in the .htaccess, depending of the server configuration: AddHandler application/x-httpd-php .xyz or AddHandler application/x-httpd-php4 .xyz or AddHandler application/x-httpd-php5 .xyz How can i detect "on the fly"

[PHP] Re: PHP and Apache 2.2.0

2005-12-18 Thread Kevin McBride
Manuel Lemos wrote: I built PHP 5.1 with Apache 2.2 following these instructions and it works: http://ww.php.net/manual/en/install.unix.apache2.php Seems to work now... maybe Apache meant that the 2.0 vs. 2.2 module info was valid only for precompiled binaries... -- PHP General Mailing List

[PHP] Re: PHP and Apache 2.2.0

2005-12-17 Thread Manuel Lemos
Hello, on 12/17/2005 04:58 PM Kevin McBride said the following: Use the same as for Apache 2.0 . I get "garbled code" errors; tried it before I even posted to the list. Here's an excerpt from the Apache download page: Apache 2.2 add-in modules are not compatible with Apache 2.0 or 1.3 modu

[PHP] Re: PHP and Apache 2.2.0

2005-12-17 Thread Kevin McBride
Manuel Lemos wrote: Use the same as for Apache 2.0 . I get "garbled code" errors; tried it before I even posted to the list. Here's an excerpt from the Apache download page: Apache 2.2 add-in modules are not compatible with Apache 2.0 or 1.3 modules. If you are running third party add-in m

[PHP] Re: PHP and Apache 2.2.0

2005-12-17 Thread Manuel Lemos
Hello, on 12/16/2005 12:36 PM Kevin McBride said the following: I am curious to know if there are plans to make a module for Apache 2.2.0. I couldn't find it in the anonymous CVS, but if it's already there, can someone point to me where it is? Use the same as for Apache 2.0 . -- Regards, M

[PHP] Re: PHP and Apache 2.2.0

2005-12-16 Thread Kevin McBride
belia wrote: Hi, You can download at http://www.apachelounge.com/download/ I am using Linux, not Windows, so the content there will not work. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP and Apache 2

2004-08-08 Thread Aidan Lister
Hi Rosen, It doesn't hurt to use google you know. [Q:] Is there going to be a version of PHP 4.x which is declared stable for use with Apache 2.x or, is this feature going to be reserved for PHP5? [A:] The development of the Apache 2 module is completely disconnected from the PHP 5 efforts. I th

[PHP] Re: PHP and Apache

2003-09-09 Thread jsWalter
I have a complete setup and testing procedure for windows class machines. Hope it can help you. www.torres.ws/dev/php Walter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: PHP and Apache

2003-09-09 Thread Chris Hayes
At 16:58 9-9-03, you wrote: Hi After installing Apache then PHP, i was told by php that apache wasnt configured, so i followed the instructions in the install.txt file. But everytime i view the files through the local host but i only see the written code, So how do i get this to work, assuming tha

[PHP] Re: PHP and Apache

2003-09-09 Thread Ray Mordy
Hi After installing Apache then PHP, i was told by php that apache wasnt configured, so i followed the instructions in the install.txt file. But everytime i view the files through the local host but i only see the written code, So how do i get this to work, assuming that Apache isnt giving the det

[PHP] Re: PHP and Apache 1.3.12

2001-08-01 Thread Richard Lynch
Making mod_so active should be a case of using --enable-shared when you configure Apache. Getting mod_so active and using the DSO install is probably the easiest and coolest way at this time. >I have already uncommented the lines in my httpd.conf file which read: > >> AddType application/x-httpd