|
FreeBSD General Other questions regarding FreeBSD which do not fit in any of the categories below. |
|
Thread Tools | Display Modes |
|
||||
Well, I would think the best reason to use Apache 2.x would be if
0/ You prefer Apache 2.x configuration 1/ You need a configuration feature that's not in Apache 1.x 2/ You predominatly use non UNIX based systems (e.g. NT) 3/ You need something that only provides an Apache 2.x module. 4/ You system doesn't provide binaries for Apache 1.x, only for Apache 2.x and you also lack or won't install a C Compiler and friends. Someone else would have to confirm it but I would expect that all active (non maintenance) work on the code base goes into Apache 2.2 and newer. I personally have no preference as long as it _works_ and doesn't give me split hairs.
__________________
My Journal Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''. |
|
||||
Quote:
__________________
Kill your t.v. |
|
|||
As TerryP sayd if you don't need the features from 2.x you can stay with 1.3.
If you have mixed environs like Open/FreeBSD and linux machines running apache I suggest pick the one that is best supported at all systems, that makes configuration/move to other host easier. I stayed long time at 1.3 then at 2.0. Now all my apaches (nearly 20) are running at version 2.2.8 but with a custom layout. I don't like how different distros build the apache config layout specifically debian. One thing that is verry good implemeted in FreeBSD is different apache instances (i think this is only with 2.0/2.2 possible) for example in /etc/rc.conf.local Code:
apache22_enable="YES" apache22_profiles="mgmt internal external" apache22_mgmt_enable="YES" apache22_mgmt_configfile="/usr/local/etc/apache22/httpd.mgmt.conf" apache22_internal_enable="YES" apache22_internal_configfile="/usr/local/etc/apache22/httpd.internal.conf" apache22_external_enable="YES" apache22_external_configfile="/usr/local/etc/apache22/httpd.external.conf" |
Thread Tools | |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PHP 5.2.6 and Apache 1.3 | dialeight | OpenBSD Packages and Ports | 1 | 15th June 2009 03:04 AM |
Upgrade Apache 1.3 mod_ssl to Apache 2.2 | beandip | FreeBSD Ports and Packages | 11 | 26th March 2009 09:12 PM |
apache log errors | ijk | FreeBSD Ports and Packages | 4 | 13th July 2008 03:56 PM |
Apache & PHP | themaster | FreeBSD General | 2 | 14th June 2008 05:49 PM |
Apache SSL | mike171562 | FreeBSD General | 0 | 5th May 2008 09:41 PM |