https://bz.apache.org/bugzilla/show_bug.cgi?id=55838
--- Comment #1 from Anthony <[email protected]> --- You do have the php engine turned off, correct? When I first installed mod_ftp I had this problem overlapping vHosts on a particular directory. Setting the php engine to off in the config fixed it. For Example with a VHost setup: <IfModule mod_ftp.c> <VirtualHost *:990> <Directory /XXX/XXX> <IfModule mod_php5.c> php_admin_flag engine off </IfModule> </Directory> </VirtualHost> </IfModule> -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
