问题标签 [uberspace]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
2 回答
2527 浏览

ruby-on-rails - Rails/Uberspacify: 503 Service Temporarily Unavailable

I am testing uberspace.de with uberspacify, a capistrano receipes collection. Before I started with uberspacify I configured the server as described in the documentation provided by uberspace. My RubyOnRails app just launched nicely. Now that I deployed via uberspacify, the following error is written in /var/www/virtual/john/logs/error_log:

[error] (111)Connection refused: proxy: HTTP: attempt to connect to 127.0.0.1:44477 (*) failed

Note that the port 44477 is a different each time I deploy.
The website itself states:

Here is the Capfile I prepared:

Here is the configuration in deploy.rb:

I ran the following commands:

I wonder if uberspacify takes care of all the configuration. The uberspace tutorial for RubyOnRails works with fcgi and an .htaccess with rewrite rules. Also they do not use rvm.

Here is the Gemfile of the application:

Of interest might be that I needed to install the gdal library via the toast package manager, via: $ toast arm gdal before I could successfully install $ gem install gdal. This gem is needed for parsing ShapeFiles.


I noticed that there is no ~/.passenger directory after deploy:setup and deploy:migrations successfully processsed.

0 投票
1 回答
3148 浏览

python - Flask FastCGI 设置

我在使用 FastCGI (Uberspace) 将 Flask 应用程序部署到 Apache 服务器时遇到问题。我的基本 hello world 应用程序正在运行。我为索引视图设置了一个变量。但是变量上的机会不会更新浏览器中的视图。使用 python geoflask.fcgi 运行该过程将显示更新版本(在终端中),但带有以下警告:

我正在使用 virtualenv,我的文件如下所示:

我的 fcgi-bin/geoflask.fcgi:

我的.htacces:

有什么提示或建议吗?我整天都在为此苦苦挣扎...

0 投票
1 回答
803 浏览

npm - 使用 NPM 在 Uberspace 上安装/使用 Bower

嗨,我使用 uberspace 并在那里安装了 ghost。Ghost 使用 npm。

如果我尝试:

它没有安装它并抛出很多错误消息,这是有道理的,因为服务器在许多用户之间共享。sudo npm install -g bower 告诉我它不知道 bower

如果我在本地安装它

它将它安装到 ../node_modules。但是使用例如

抛出错误:-bash: bower: command not found

我如何让它运行?

0 投票
1 回答
603 浏览

node.js - 如何在超级空间上安装像pencilblue这样的nodejs cms

我想在我的超级空间帐户上安装带有 mongodb 的pencilblue nodejs cms。我必须采取哪些步骤?

0 投票
1 回答
3862 浏览

apache - 如何将子文件夹重定向为 htaccess 中的代理?

我正在运行 isso 应用程序localhost:63837,我想代理来自的请求https://www.domain.com/isso

这些是我的方法:

通常我会调整httpd-vhost.conf,但在这种情况下,我不能在我的主机(超级空间)上这样做。

另外,我不喜欢为此使用子域。

0 投票
1 回答
151 浏览

ruby - 如何在 Uberspace 上使用 Ruby CGI 脚本

我想在 Uberspace 7 上使用 Ruby CGI 脚本,但在权限和安全设置方面遇到了一些问题,尤其是在使用 gems 时。如何使用自定义 gem 安装 CGI 脚本?

0 投票
1 回答
843 浏览

elasticsearch - Akeneo PIM 在您的集群中找不到活动节点错误

启动 Akeneo 社区版时,我一直收到同样的错误!这似乎是由 Elastictsearch 引起的错误,但我无法弄清楚出了什么问题。

错误消息:

我在没有 docker 的 uberspace 服务器上运行,我正在尝试像这里提到的那样启动它: https ://docs.akeneo.com/4.0/install_pim/manual/installation_ee_archive.html但使用社区版。

有没有人有同样的错误并且知道如何帮助我?

也许这是弹性搜索入口点的 .env 文件的问题。我的.env:APP_INDEX_HOSTS=localhost:9200

0 投票
1 回答
365 浏览

php - PHP 部署程序 - 任务部署:解锁抛出 RuntimeException

我使用部署程序包

使用 symfony4 收据将我的 symfony5 应用程序通过 SSH 从 uberspace 部署到 Centos 服务器。

我的deploy.php样子是这样的:

任务"deploy:unlock"因此异常而失败:

任何人有解决它的想法吗?

0 投票
1 回答
54 浏览

php - Grav 1.7 安装失败,因为调用未定义的方法

来自https://github.com/getgrav/grav/issues/3523的交叉帖子

(不要杀我,我不知道它是皱眉头)

我不确定这是否是寻求帮助的地方,所以请告诉我是否不是(也许在哪里寻求帮助)。

我正在尝试1.7.29从(最初1.6.24,而今天的故障排除更新到)1.6.31(使用直接安装)更新到最新的 Grav 版本。

我尝试用self-upgradeand更新direct-install <latestVersionURL>。但是,在尝试安装时,它给了我以下错误:

安装升级... [30-Jan-2022 17:04:37 Europe/Cityxy] PHP 致命错误:未捕获错误:调用 /var/www/virtual/name 中未定义的方法 Grav\Common\Utils::basename() /html/tmp/Grav-61f6b713f0bb9/zip/grav-update/system/src/Grav/Installer/VersionUpdate.php:29

堆栈跟踪:

#0 /var/www/virtual/name/html/tmp/Grav-61f6b713f0bb9/zip/grav-update/system/src/Grav/Installer/VersionUpdater.php(126): Grav\Installer\VersionUpdate->__construct(' /var/www/virtua...', Object(Grav\Installer\VersionUpdater)) #1 /var/www/virtual/name/html/tmp/Grav-61f6b713f0bb9/zip/grav-update/system/src/Grav /Installer/VersionUpdater.php(38): Grav\Installer\VersionUpdater->loadUpdates() #2 /var/www/virtual/name/html/tmp/Grav-61f6b713f0bb9/zip/grav-update/system/src/Grav /Installer/Install.php(239): Grav\Installer\VersionUpdater->__construct('core/grav', '/var/www/virtua...', '1.7.29', Object(Grav\Installer\Versions )) #3/var/www/virtual/name/html/tmp/Grav-61f6b713f0bb9/zip/grav-update/system/src/Grav/Installer/Install.php(184): Grav\Installer\Install->prepare() #4 /var/www/virtual/name/html/system/src/Gra 在 /var/www/virtual/eduref/html/tmp/Grav-61f6b713f0bb9/zip/grav-update/system/src/Grav/Installer/VersionUpdate。第 29 行的 php

据我了解,版本之间的文件已更改,并查看Grav 文档,调用的方法basenames()现在Grav/Common/URI位于Grav/Common/Utils.

所以我假设我找到了问题,但不知道如何解决它。由于我对管理网站的整个主题不是很精通(从不设置网站,只维护它),我真的很感激关于如何将 Grav 更新到最新版本的安全答案,这不会让我破坏网站的运作。

感谢您的帮助!:)

试用: PHP:7.3 & 7.4 Grav:1.6.24 & 1.6.31 管理员:1.9.10 主机:Uberspace via SSH