162 Commits (2a8fa04b1872ec79b2281da754f0e1bc2aa1dfcd)

Author SHA1 Message Date
Ilia Alshanetsky b09c1afe0e PHP flags specified in .htaccess can now be turned on by using '1' as well as 24 years ago
Sascha Schumann 3f7081c439 Fix debugging description 24 years ago
Ilia Alshanetsky 4886072b4b Fixed bug #20217. When php_flag & php_value are used, the PHP_INI_PERDIR 24 years ago
James Cox a63d607f08 adding id tags 24 years ago
Sascha Schumann b39ca47d20 syntax highlighting has been added 24 years ago
Sascha Schumann 68bb574637 add missing }}} closure 24 years ago
Sascha Schumann ac4d1a1927 fix obvious copy&paste error 24 years ago
Sascha Schumann d554b8d3ab Maintain appropiate line breaks 24 years ago
Ilia Alshanetsky 5c53cdafcb Fixed a bug that caused the values of options/flags set via 24 years ago
Ilia Alshanetsky f7b15b0611 Added support for 'engine Off' directive 24 years ago
Ilia Alshanetsky 8361687a4a Fixed a bug with .phps handler. 24 years ago
Ilia Alshanetsky 29be52fbfb A slightly better content-type check. 24 years ago
Ilia Alshanetsky 5f67f05d92 Added a note on how to enable .phps support. 24 years ago
Ilia Alshanetsky 9f2b70d507 Added .phps support to Apache 2. It can be enabled by adding 24 years ago
Ilia Alshanetsky 01830c0d27 Added missing TSRMLS_DC to php_apache_lookup_uri() 24 years ago
Ilia Alshanetsky ca0aced7c9 Added apache_response_headers(), apache_note(), apache_getenv() and 24 years ago
Ilia Alshanetsky 44d42b8e13 Fixed bug #17466 24 years ago
David Reid 8dde690042 Allow this to build on beos with it's bizarre linking. 24 years ago
Ilia Alshanetsky 8a1556b3a1 Fixed bug #17662 24 years ago
Zeev Suraski b23adfb43b Fix double initialization 24 years ago
Zeev Suraski 76312b4508 another startup initialization fix - only ISAPI and CGI SAPI's tested, 24 years ago
Sascha Schumann 6d643eb035 Break up the INSTALL_IT line into comprehensible pieces 24 years ago
Sascha Schumann ee619493b3 Use a simple IFS; set step to interprete the httpd -v output 24 years ago
foobar 2ca9ae687d - Fix the version check again. 24 years ago
foobar 999d9aa10f Better fix it here too.. 24 years ago
Sebastian Bergmann 836d9c3e9f Mention Apache 2.0.40. 24 years ago
foobar 21debac333 Require 2.0.40 24 years ago
Derick Rethans 2fda2eb4a8 - YAAC: I hope this is the last one! 24 years ago
foobar f4699170fc Fixed bug: #17491 (honor INSTALL_ROOT) 24 years ago
Rasmus Lerdorf 890e01bebe @ Add runtime Apache2 thread check to ensure we don't run a non-threaded 24 years ago
Rasmus Lerdorf 8a2ab01744 @ Turn off ZTS if Apache2 is using the prefork MPM. (Rasmus) 24 years ago
Sander Roobol d279a92242 Made php_admin_value work outside <location> and <directory> blocks. 24 years ago
Stefan Esser 44a5b43b79 Fixing the same possible memory leak. 24 years ago
Sascha Schumann 5e148e3875 too many flushes are bad 24 years ago
Cliff Woolley 46eeabccf7 That macro is and always was hopelessly broken, which is why it's 24 years ago
Cliff Woolley 8283979afc Allow the version checks for --with-apxs= and --with-apxs2= to work 24 years ago
Cliff Woolley 57a4a7ed39 apache 2.0's apache_lookup_uri() was returning an array rather than an 24 years ago
Cliff Woolley 78cac2a42e * restore the php_flag and php_admin_flag Apache directives which for 24 years ago
Marko Karppinen 5a5767e1d6 Patch by Justin Erenkrantz <jerenkrantz@apache.org> for enabling 24 years ago
Jim Jagielski 8006ee79a3 More verbose but more generic error message when we spot multiple 24 years ago
Sebastian Bergmann 5192f6432c Patch by Justin Erenkrantz <jerenkrantz@apache.org>. This should be MFHed. 24 years ago
Derick Rethans dedf22f5ad - Added Aaron Bannert as maintainer 24 years ago
Aaron Bannert 8e176a10fc Fix a graceful restart SEGV. We no longer only perform initialization 24 years ago
Aaron Bannert b759322411 Fix an elusive and intermittent startup SEGV. The problem was 24 years ago
Marko Karppinen b7e50782b7 Well that didn't last long! (Reverting previous.) 24 years ago
Marko Karppinen 32ff990c68 Prelim. patch to enable apache2filter to link on Darwin. 24 years ago
Sascha Schumann 12ba44827a be a bit more verbose about what is wrong 24 years ago
foobar 492efe963f - Fix for bug: #16791. (more reliable test) 24 years ago
Aaron Bannert b2f9b6fb16 Apache does a full load, unload, load cycle for each DSO module. 24 years ago
Jim Jagielski a6117a874e Typo in error string 24 years ago