php.org PHP Logo
Beginner Intermediate Advanced

Search results for: "Ubuntu server"

What is the recommended approach for running a daemon on a Ubuntu server to execute a PHP script periodically?

To run a daemon on a Ubuntu server to execute a PHP script periodically, you can use a tool like `cron` to schedule the execution of the script at spe...

What steps should be taken to ensure that PHP files are executed correctly on an Apache server in Ubuntu?

To ensure that PHP files are executed correctly on an Apache server in Ubuntu, you need to make sure that the necessary PHP module is installed and en...

How can PHP5-CLI be installed with Postgres on Ubuntu systems?

To install PHP5-CLI with Postgres on Ubuntu systems, you can use the following command: ```bash sudo apt-get install php5-cli php5-pgsql ``` This co...

What potential issues can arise when trying to run a Socket Server on a live server with Plesk Obsidian, Ubuntu 18.04.4 LTS, PHP 7.2/fpm, Apache, and NGINX Proxy?

One potential issue that can arise when trying to run a Socket Server on a live server with Plesk Obsidian, Ubuntu 18.04.4 LTS, PHP 7.2/fpm, Apache, a...

How can file permissions be adjusted on a Ubuntu server to allow PHP scripts to use the chmod function without errors?

To allow PHP scripts to use the chmod function without errors on an Ubuntu server, you need to adjust the file permissions to allow the PHP process to...

Showing 6 to 10 of 10000 results

‹ 1 2 3 4 5 6 7 8 9 10 ... 1999 2000 ›
PHP.ORG

A free knowledge base for PHP developers. Open to all.

Legal

  • About
  • Contact / Imprint
  • Terms
  • FAQ

© 2025 php.org. All rights reserved.