Hello,

I've just upgraded Apache from version 1.3. to 2.0.63. 
No mod_php is used, PHP is used via suPHP.

Everything seems to work fine, but failes with Options +MultiViews.

If we access a page by link http://domain.com/page.php - that's ok. 

But, when we access a page by link http://domain.com/page with MultiViews set 
on, suPHP does not parse the script and we see raw php code (nothing in suphp 
log for that request).

================================================
<IfModule mod_suphp.c>
<FilesMatch "\.(inc|php|php3|php4|php5|php6|phtml|phps)$">
 AddHandler x-httpd-php4 .php4
 AddHandler x-httpd-php5 .inc .php .php3 .php5 .phtml
</FilesMatch>
<Location />
suPHP_Engine on
suPHP_ConfigPath /usr/local/etc/php5/cgi/
suPHP_AddHandler x-httpd-php4
suPHP_AddHandler x-httpd-php5
</Location>
================================================

It's not a question to use or not to use MultiViews. It's the question, how to 
make it works properly.

Please, help.

Regards,
Alex Gr.
_______________________________________________
suPHP mailing list
suPHP@lists.marsching.biz
http://lists.marsching.com/mailman/listinfo/suphp

Reply via email to