Re: [PHP] Apache2 html/php dir-where..?

2005-04-12 Thread Mark Sargent
Jason Wong wrote: On Tuesday 12 April 2005 16:09, Mark Sargent wrote: I've gone and uninstalled the pre-installed httpd/php via yum on Fedora3 and re-installed Apache/PHP via source. Apache is now installed at /usr/local/apache2. I want to know, where is the dir for html/php files. B4 it was /va

Re: [PHP] Apache2 html/php dir-where..?

2005-04-12 Thread Jason Wong
On Tuesday 12 April 2005 16:09, Mark Sargent wrote: > I've gone and uninstalled the pre-installed httpd/php via yum on > Fedora3 and re-installed Apache/PHP via source. Apache is now installed > at /usr/local/apache2. I want to know, where is the dir for html/php > files. B4 it was /var/www/html.

Re: [PHP] apache2 & php stability

2004-11-29 Thread Anthony Gauda
actually any distro with a 2.6 kernel should already have it. You can check by doing a getconf GNU_LIBPTHREAD_VERSION if it says NPTL .xx you have it... Greg Donald wrote: On Mon, 29 Nov 2004 16:21:22 -0600, Anthony Gauda <[EMAIL PROTECTED]> wrote: The same load under apache 2 runs under 300 thre

Re: [PHP] apache2 & php stability

2004-11-29 Thread Greg Donald
On Mon, 29 Nov 2004 16:21:22 -0600, Anthony Gauda <[EMAIL PROTECTED]> wrote: > The same load under apache 2 runs under 300 > threads. With Linux 2.6 threads are very lightweight and in terms of Are distros shipping with NPTL already? I saw a Gentoo thread on how to convert a system to use NPTL bu

Re: [PHP] apache2 & php stability

2004-11-29 Thread Anthony Gauda
Apache2 is multithreaded and works better under higher loads with a smaller memory footprint. If you have 300 simul connections under apache 1.3 you need 300 forks. The same load under apache 2 runs under 300 threads. With Linux 2.6 threads are very lightweight and in terms of system resources

Re: [PHP] apache2 & php stability

2004-11-29 Thread Greg Donald
On Mon, 29 Nov 2004 15:55:31 -0600, Anthony Gauda <[EMAIL PROTECTED]> wrote: > I have read at various places on the web that Apache 2 and PHP running > as a module isn't recommended for production sites. Does anyone here run > PHP 4/5 and Apache2 in a high load production environment with success?

Re: [PHP] Apache2.x and php4.x

2004-04-03 Thread Lester Caine
Burhan Khalid wrote: Merlin wrote: Hi there, I am just about to install a new server and I was wondering if php now workes fine with apache2.x. I remember that there have been problems some while ago. Is this fixed and is it good enough for production servers? From http://www.php.net/manua

Re: [PHP] Apache2.x and php4.x

2004-04-03 Thread Burhan Khalid
Merlin wrote: Hi there, I am just about to install a new server and I was wondering if php now workes fine with apache2.x. I remember that there have been problems some while ago. Is this fixed and is it good enough for production servers? From http://www.php.net/manual/en/install.apache2.php :

Re: [PHP] Apache2 & PHP4

2002-12-20 Thread Dries Verachtert
Hello, I use the following in my VirtualHost example: DocumentRoot /a/b/c/d/ ServerName a.be SetOutputFilter PHP SetInputFilter PHP I don't have AddType's for .html. I also still got the following: AllowOverride All This was needed to make the AddType in .htaccess file

Re: [PHP] Apache2 and PHP4.2.3 - errors

2002-10-02 Thread Ionut Ciocirlan
I haven't tried php with apache 2 on linux yet, but the windows distribution of php has 2 dlls: php4apache.dll and php4apache2.dll; there's nothing in the documentation about the second dll whatsoever, neither any installation guide for Apache 2; the guide actually says using the php4apache.dll as

Re: [PHP] Apache2 and PHP4.2.3 - errors

2002-10-02 Thread Rasmus Lerdorf
PHP doesn't officially support Apache2 at this point. Go back to Apache1. On Thu, 3 Oct 2002, Chris Aitken wrote: > Hi all, > > I have recently upgraded to apache2 on my FreeBSD 4.6 box, and the upgrade > worked well, the daemon was running and serving pages etc. So I installed > the latest PHP

Re: [PHP] apache2.x and php

2002-10-01 Thread Rasmus Lerdorf
You have it backwards. Apache 2.x can only have PHP as a shared module at this point, no static. -Rasmus On Tue, 1 Oct 2002, Anil Garg wrote: > Hi, > i came to know from someone that i can *not* make php a shared module in > apache 2.x .It works only in > 1.3x. > > If thats true can someone

Re: [PHP] Apache2

2002-08-16 Thread Bob Lockie
>Upgraded to Apache2, and now most of my php scripts won't work. No error msg >att all, just that nothing happens. > >Guess I missed some standard security setting, got any clues to this newbie? What does phpinfo() say? What does "httpd -l" say? -- PHP General Mailing List (http://www.php.

Re: [PHP] Apache2

2002-08-16 Thread Rasmus Lerdorf
It will be a while before Apache 2 is properly supported. Switch back to Apache 1.3.x for now. We are working on it and PHP 4.3 should be significantly better with Apache 2. -Rasmus On Fri, 16 Aug 2002, Björn Hilliges wrote: > Upgraded to Apache2, and now most of my php scripts won't work. No

Re: [PHP] Apache2

2002-05-13 Thread Danny Shepherd
Hi, Yes, I have both 1.3.24 and 2.0.36 installed - both with the PHP4.2.0 mod compiled. You simply compile and install both servers and the compile modphp for each server (i.e. once with --with-apxs and once with --apxs2) abd that's all there is to it. I'm running FreeBSD 4.5 btw, but I don't se