[PHP] Why isn't there much info on apache2?

2002-09-20 Thread pierre.samson

I'm building a new server and would like to use:
php4
apache 2.xxx
mod_ssl
MySQL
mod_perl

Is there any major hurdle?

Thanks

Pierre B. Samson
CAMBAR



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Why isn't there much info on apache2?

2002-09-20 Thread Adam Williams

Yeah, apache 2.0 and php don't like each other.

Adam

On Fri, 20 Sep 2002, pierre.samson wrote:

 I'm building a new server and would like to use:
 php4
 apache 2.xxx
 mod_ssl
 MySQL
 mod_perl

 Is there any major hurdle?

 Thanks

 Pierre B. Samson
 CAMBAR






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Why isn't there much info on apache2?

2002-09-20 Thread pierre.samson

Any particular reason... future plans or is apache2 is not worthy?
Adam Williams [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Yeah, apache 2.0 and php don't like each other.

 Adam

 On Fri, 20 Sep 2002, pierre.samson wrote:

  I'm building a new server and would like to use:
  php4
  apache 2.xxx
  mod_ssl
  MySQL
  mod_perl
 
  Is there any major hurdle?
 
  Thanks
 
  Pierre B. Samson
  CAMBAR
 
 
 
 




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Why isn't there much info on apache2?

2002-09-20 Thread Adam Williams

The PHP coders are still working to have full compatability with apache
2.0.  I know for example posting one variable in a form messes up, but
posting 2 or more variables works fine.  There is a entry n the bug
database about this, so hopefully it will be fixed soon.

Adam

On Fri, 20 Sep 2002, pierre.samson wrote:

 Any particular reason... future plans or is apache2 is not worthy?
 Adam Williams [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Yeah, apache 2.0 and php don't like each other.
 
  Adam
 
  On Fri, 20 Sep 2002, pierre.samson wrote:
 
   I'm building a new server and would like to use:
   php4
   apache 2.xxx
   mod_ssl
   MySQL
   mod_perl
  
   Is there any major hurdle?
  
   Thanks
  
   Pierre B. Samson
   CAMBAR
  
  
  
  
 






-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Why isn't there much info on apache2?

2002-09-20 Thread Danny Shepherd

Apache 2 isn't officially supported yet. If you get the latest version of
both then you shouldn't hit to many hurdles but you should know that you'll
get no official support and it isn't recommended for production
environments.

If you need Apache2 then you'll know why - if you don't know what the
advantages are, you'll probably be better off with Apache 1.3.26 anyway.

Danny.

- Original Message -
From: pierre.samson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Friday, September 20, 2002 4:00 PM
Subject: Re: [PHP] Why isn't there much info on apache2?


 Any particular reason... future plans or is apache2 is not worthy?
 Adam Williams [EMAIL PROTECTED] wrote in message
 [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
  Yeah, apache 2.0 and php don't like each other.
 
  Adam
 
  On Fri, 20 Sep 2002, pierre.samson wrote:
 
   I'm building a new server and would like to use:
   php4
   apache 2.xxx
   mod_ssl
   MySQL
   mod_perl
  
   Is there any major hurdle?
  
   Thanks
  
   Pierre B. Samson
   CAMBAR
  
  
  
  
 



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Why isn't there much info on apache2?

2002-09-20 Thread Jesse Cablek

 Adam Williams [EMAIL PROTECTED] wrote in message
 news:[EMAIL PROTECTED]
 e.ms.us...
 Yeah, apache 2.0 and php don't like each other.
 
 Adam
 
 On Fri, 20 Sep 2002, pierre.samson wrote:
 
 I'm building a new server and would like to use:
 php4
 apache 2.xxx
 mod_ssl
 MySQL
 mod_perl
 
 Is there any major hurdle?
 


mod_ssl is also incompatible with apache 2.x according to www.modssl.org

Well, unless they hide the 2.x compatible version.

Plus mod_perl as far as I know has completely changed, so if you have
old mod_perl scripts they gotta convert.
Start here:
http://perl.apache.org/docs/2.0/user/overview/overview.html

-jesse


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] Why isn't there much info on apache2?

2002-09-20 Thread Jesse Cablek

Danny Shepherd mailto:[EMAIL PROTECTED] scribbled;
 
 Mod_ssl is part of the standard Apache2 distro now.
 


Ah, then it IS hidden ;)

-jesse


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Why isn't there much info on apache2?

2002-09-20 Thread pierre.samson

Well, I'm in no hurry, so I'll try to make it work.
It just seemed to me that with ssl and mpm's incorporated it worth the
upgrade.

I was not sure if there was a held back on the use of apache2...

Pierre

Danny Shepherd [EMAIL PROTECTED] wrote in message
001201c260b9$7ebb8530$a201a8c0@DANNYS">news:001201c260b9$7ebb8530$a201a8c0@DANNYS...
 Apache 2 isn't officially supported yet. If you get the latest version of
 both then you shouldn't hit to many hurdles but you should know that
you'll
 get no official support and it isn't recommended for production
 environments.

 If you need Apache2 then you'll know why - if you don't know what the
 advantages are, you'll probably be better off with Apache 1.3.26 anyway.

 Danny.

 - Original Message -
 From: pierre.samson [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]
 Sent: Friday, September 20, 2002 4:00 PM
 Subject: Re: [PHP] Why isn't there much info on apache2?


  Any particular reason... future plans or is apache2 is not worthy?
  Adam Williams [EMAIL PROTECTED] wrote in message
  [EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
   Yeah, apache 2.0 and php don't like each other.
  
   Adam
  
   On Fri, 20 Sep 2002, pierre.samson wrote:
  
I'm building a new server and would like to use:
php4
apache 2.xxx
mod_ssl
MySQL
mod_perl
   
Is there any major hurdle?
   
Thanks
   
Pierre B. Samson
CAMBAR
   
   
   
   
  
 
 
 
  --
  PHP General Mailing List (http://www.php.net/)
  To unsubscribe, visit: http://www.php.net/unsub.php
 




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




Re: [PHP] Why isn't there much info on apache2?

2002-09-20 Thread Rick Widmer

At 11:35 AM 9/20/02 -0400, pierre.samson wrote:
Well, I'm in no hurry, so I'll try to make it work.
It just seemed to me that with ssl and mpm's incorporated it worth the
upgrade.

 From today's Apache week newsletter:

the  Apache  2.0  interface is still undergoing steady change, 

Don't expect to see a stable PHP for Apache 2 until the interfaces stop
changing with almost every version.  There is great work being done on
PHP for Apache 2, but it seems to need to be updated with every new
version of Apache, and they are coming out fast and furious.

Rick


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php