php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #3030 When php get compiled in apache with mcrypt apache get problem with .htaccess
Submitted: 1999-12-23 01:31 UTC Modified: 2000-02-06 06:28 UTC
From: lore at smof dot de Assigned:
Status: Closed Package: mcrypt related
PHP Version: 3.0.12 OS: LINUX 2.0.38
Private report: No CVE-ID: None
 [1999-12-23 01:31 UTC] lore at smof dot de
when php get compiled without mcrypt it workes ok but when i add mcrypt i get when a userhome directory is accessd:
[Thu Dec 23 07:05:54 1999] [crit] [client 195.179.55.199] /home/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable 
in the apache error.log
also then when accessing an directory without an index file he reports in the logfile he cant find index.html. and i get shown access denied in the browser where normaly the directory is shown.
tried it with libmcrypt 2.2,2.2.4 and libmcrypt from mcrypt 2.2.5 2.2.6 2.3
My module list is:
configuration:
apache 1.3.9
php3.0.12
throttle
ssl module

Also have tried it with php4 have the same problem
config is:
php:
./configure --with-apache=../apache_1.3.9 --enable-track-vars=yes --with-mysql=/usr/local/mysql/ --with-mcrypt
and:
apache:
./configure "--with-layout=Apache" "--prefix=/usr/local/httpd" "--enable-module=ssl" "--sysconfdir=/etc/httpd" "--logfiledir=/var/log/httpd" "--activate-module=src/modules/throttle/mod_throttle.o" "--enable-shared=max" "--enable-module=all" --activate-module=src/modules/php3/libphp3.a
See you


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-01-08 06:51 UTC] sas at cvs dot php dot net
Does this effect disappear, when you configure mcrypt with --disable-pthreads?
 [2000-02-06 06:28 UTC] sas at cvs dot php dot net
Try to compile mcrypt with --disable-posix-threads
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 14:01:31 2024 UTC