How to configure NGINX with PHP for high traffic load website on CENTOS 8? [closed] - php

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed yesterday.
Improve this question
I need all the necessary steps and hints on how to configure NGINX with PHP for high traffic load website ?
Thanks.
Tried to do that but when traffic is high, the server is blocked

Related

SQL Server and XAMPP [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I just want to ask is there a SQL Server when you only use XAMPP?
If yes, where to find it?
If no, where do this server can be found?
Thanks!!
The M in XAMPP stands for MySQL (or is it MariaDB by now?). usually it's on localhost/phpMyAdmin I think, plus a port, if you have setup a different port than 80

Call Youtube API requests over a proxy [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I would like to make Youtube requests over a proxy but it seems the Google client library doesn't support this. Also, there is a solution for that in Java but unfortunately it depends on the system proxy settings. Is there any other to do that with PHP?

Security for PHP code on local server [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I am deploying my php app on a local server for my customer. I will be using wamp to run the app. How can I secure my php code from reuse?
You can install zend into your apache and use zend to encode PHP and obfuscate your application to Protect your code.
You can read here too:
http://www.zend.com/en/products/guard

Can I host ownCloud & a Wordpress blog at the same URL? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I have a Wordpress blog hosted by Bluehost. I am now looking in to setting up ownCloud and I was wondering if and how I could set up both services on at same website. (I realize I'll probably have to do something so that the ownCloud is installed at mysite.com/cloud or something.)
I'm not totally sure that this is the right Stack Site for this question, but I think it is.
Yes, you can create a subdirectory as you wish and use mysite.com/subdirectory to start installation of ownCloud.

Is it possible to make an installer for a php Application? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Does it possible to make a installer file that can install my PHP application into my localhost.
Maybe you can focus on "automatic deployment" using tools like these one:
Capistrano
Phing

Categories