FastCGIExternalServer /webhomes/naota/public_html/paste.fcgi -host donkey:8066
<VirtualHost *:80>
<Directory "/webhomes/naota/public_html">
Options Indexes SymLinksIfOwnerMatch
AllowOverride All
Order allow,deny
Allow from all
DirectoryIndex index.php index.html
</Directory>
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^/(.*)$ /paste.fcgi/$1 [QSA,L]
ServerAdmin webmaster@toltec.org.ru
DocumentRoot /webhomes/naota/public_html
ServerName toltec.org.ru
ServerAlias www.toltec.org.ru
ErrorLog /webhomes/naota/log/httpd-error.log
CustomLog /webhomes/naota/log/httpd-access.log combined
</VirtualHost>