No, it doesn't. http://directadmin.com/forum/showpost.php?p=133200&postcount=7
Works fine with PHP4 CGI and PHP5 CGI installed with Custombuild after some modification.Works fine with PHP4 CLI and PHP5 CGI installed with Custombuild??
AddHandler x-httpd-php5 .php .php3 .php4 .phtml # phpvs v5
<FilesMatch "\.(inc|php|php3|php4|php5|php6|phtml|phps)$">
AddHandler x-httpd-php5 .php
</FilesMatch>
<FilesMatch "\.(inc|php|php3|php4|php5|php6|phtml|phps)$">
AddHandler x-httpd-php5 .php5
AddHandler x-httpd-php4 .inc .php .php3 .php4 .phtml
</FilesMatch>
<FilesMatch "\.(inc|php|php3|php4|php5|php6|phtml|phps)$">
AddHandler x-httpd-php4 .php4
AddHandler x-httpd-php5 .inc .php .php3 .php5 .phtml
</FilesMatch>
<?
phpinfo();
?>
I got the following message while installing the plugin.
Details
phpvs successfully downloaded
Error unpacking /usr/local/directadmin/plugins/phpvs/plugin.tar.gz : Error restoring file /usr/local/directadmin/plugins/phpvs/plugin.tar.gz : tar: Unrecognized archive format: Inappropriate file type or format : tar returned error code 256
No install.sh script was found. Script not executed.
Error with install script
My system runs freebsd 6.1
Any ideas?
Any ideas?