| Новости | FAQ | Авторы | Документация | В действии | Библиотека |
| Инструменты | Полезные ссылки | Хостинги | Скачать | Примеры | Форум |
Mizter Egoist 06.08.2017 19:27 / 06.08.2017 19:28
Доброго времени суток, поставил себе LAMP для удобства разработки, вот что есть:<VirtualHost *:8080>
ServerName bulk.ls
ServerAlias www.bulk.ls *.bulk.ls
DocumentRoot /web/genus/bulk/public_html
ErrorLog /web/genus/bulk/log/error.log
CustomLog /web/genus/bulk/log/access.log combined
ScriptAlias /cgi-bin/ /web/genus/bulk/public_html/cgi-bin/
<Directory "/web/genus/bulk/public_html/cgi-bin">
AllowOverride None
AddHandler cgi-script .cgi .pl
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Require all granted
</Directory>
<Directory /web/genus/bulk/public_html>
Options FollowSymLinks
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost> DirectoryIndex index.html DirectorySlash Off Options -Indexes AddHandler parsed-html html Action parsed-html /cgi-bin/parser3.cgi <Files ~ "\.(p|cfg)$"> Order allow,deny Deny from all </Files>Ошибка:
/web/genus/bulk/public_html/.htaccess: Invalid command 'Action', perhaps misspelled or defined by a module not included in the server configurationПробовал писать разные пути в .htaccess, не помогло.