Есть ли способ обслуживания julia из каталога cgi-bin с помощью apache? - PullRequest
0 голосов
/ 26 июня 2019

У меня есть пользователь, который хочет обслуживать вывод файлов julia с веб-сервера apache.

Поместив туда код, добавив .jl в AddHandler и chmod 775, файл получает 500 внутреннюю ошибку сервера.

helloworld.jl: -rwxr-xr-x println("hello world")

Вот что отображается из apache:

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

Please contact the server administrator, root@localhost and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.```
...