Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
#sudo rc.d start php-fpm
produces the following error:
:: Daemon script php-fpm does not exist or is not executable.
What am I missing? The pacman -S php-fpm produces no errors.
Most likely indicates that your install of php-fpm failed you may want to retry that and see if you get any errors during the install.
“Since the server is already running Ubuntu”… It should say Arch Linux.
The rc.d stuff should all be replaced with systemctl…
systemctl start php-fpm systemctl enable php-fpm
etc
Also, the root for php files should only be /srv/http if you chrooted nginx there (following the Arch wiki) or if that’s your document root…which it’s probably not since the default is /usr/share/nginx/html
As of March 25, MariaDB has replaced Mysql in Arch Linux. According to the news artical, MariaDB is “almost a drop-in replacement,” so some things may work slightly different. As Mysql has now been dropped to the Arch User Repository, it should be noted here that MariaDB should be installed unless adding AUR support to your server, which is usually not recommended in a production environment. More information about the move to MariaDB can be found at https://www.archlinux.org/news/mariadb-replaces-mysql-in-repositories/
Some additional information, as I seem to be unable to edit my previous comment. Upon attempting to install the mysql package, pacman will ask which provider of mysql is desired. The default is mariadb, but percona-server may also be selected. Because both of these packages provide mysql, it is safe to still run
pacman -S mysql
as shown above. Just be sure to select the provider you want. Either should be fine in most environments.
i have a problem phpinfo load fine. problem is, if i try to install phpbb, install work fine but once the install is done i get blank page(status 200 in access.log) same thing if i use a old working backup of phpbb and same for phpnuke and also for my php chat client. they all get the blank page (status 200 in access.log) but the phpinfo works fine.
what should i be doing? its been 2 day am trying to fix this, tryed everything on the internet but still nothing work
@webmaster_bloode check the php error logs, there might be a php error that’s stopping the script’s execution and outputting a blank white page.
php_errors.log is empty here is a link wih my config file and logs: https://bbs.archlinux.org/viewtopic.php?pid=1290326#p1290326