我有一个用户想要从apache网络服务器输出julia文件。
在其中放置代码,将.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.```