Questions tagged «amazon-linux»

2
重新启动后,PHP-FPM无法自动启动
我正在运行PHP-FPM和Nginx,出于某种原因,有时我必须重新启动服务器。服务器再次运行后,nginx服务将自动启动,但是PHP-FPM不会启动。sudo /etc/init.d/php-fpm restart重新启动后立即运行命令并获得结果,可以看到此信息: $ sudo /etc/init.d/php-fpm restart Stopping php-fpm: [FAILED] Starting php-fpm: [ OK ] 这是预期的行为吗?使PHP-FPM自动启动的最佳方法是什么?哪里有配置选项,还是必须将命令添加到Linux启动脚本之一? 谢谢。


2
在Amazon Linux上用yum更新PHP
我在EC2,AMI 2013.09上拥有Amazon Linux。我遵循了LAMP安装教程http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html,最后安装了PHP5.3。 在这里回答这个问题时,Amazon Linux版本详细信息 ceejay0z解释说我可以使用升级到PHP5.5 yum install php55。但是,当我这样做时,我会得到与冲突有关的错误(在依赖检查的末尾)。 因此,我的问题是,如何从这里开始?我要删除现有的PHP安装,然后安装新的PHP吗?升级?更新?更新到?(以防万一,我以前没用过yum ...)

2
在Amazon Linux上安装Postgres服务器9.6
不从源代码构建在Amazon Linux上安装postgres-server 9.6的最佳方法是什么?我尝试运行rpm -i https://download.postgresql.org/pub/repos/yum/9.6/redhat/rhel-6-x86_64/pgdg-ami201503-96-9.6-2.noarch.rpm以安装https://yum.postgresql.org/repopackages.php上列出的版本,并且安装时没有错误,但我仍然没有service postgresql,或psql或postgres用户。我错过了什么?
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.