Не способный загрузить example.pl из браузера

Я установил апачский веб-сервер в человечности и создал example.pl в /usr/lib/cgi-bin.

Я имею, также добавляют ниже кода к /etc/apache2/sites-enabled/000-default.conf файл

ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>

От /usr/lib/cgi-bin когда я выполняюсь ./example.pl Я становлюсь произведенным, но когда я пытался загрузить сценарий жемчуга из использования браузера localhost/cgi-bin/example.pl, Я получаю эту ошибку:

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at webmaster@localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.
Apache/2.4.7 (Ubuntu) Server at localhost Port 80

Помогите мне в решении этого вопроса, я знаю, что это просто, но я не делаю, что сделать для фиксации его

1
задан 25 October 2014 в 12:22

0 ответов

Другие вопросы по тегам:

Похожие вопросы: