Solution
Increase memory size
memory_limit = 2048M
Twitter : https://twitter.com/DavidRaleche
Newsletter : Subscribe here
Store : https://david.raleche.com/shop
Increase memory size
memory_limit = 2048M
yum install php xcache – light fast application
yum install php54-xcache.x86_64
sudo lsof +f -- /mnt/use_your_mount_point
kill -9 pidNumber
sudo umount --verbose /mnt/use_your_mount_point
[128456.266831] XFS (xvdg): Filesystem has duplicate UUID 483f88bd-990a-404d-8408-71218fa83324 - can't mount
mount -o nouuid /dev/sdb7 /yourfolder
mysql -u root -p
USE mysql;
SELECT user,host FROM user;
GRANT ALL PRIVILEGES ON *.* TO [email protected]_ip IDENTIFIED BY ‘root_password‘ WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON *.* TO 'root'@'%' IDENTIFIED BY ‘root_password‘ WITH GRANT OPTION;
FLUSH PRIVILEGES;
Add docExpansion:'true',
in the file swagger/index.php
<script>
window.onload = function() {
// Begin Swagger UI call region
const ui = SwaggerUIBundle({
//url: "http://davidr3.sbx.4over.com/swagger.json",
url: "../swagger.json",
dom_id: '#swagger-ui',
docExpansion:'true',
deepLinking: true,
presets: [
SwaggerUIBundle.presets.apis,
SwaggerUIStandalonePreset
],
plugins: [
SwaggerUIBundle.plugins.DownloadUrl
],
layout: "StandaloneLayout"
})
// End Swagger UI call region
window.ui = ui
}
</script>
losangeles.raleche.com – New website directory about Los Angeles! Stay tuned new directories to be added over time
Go Visit losangeles.raleche.com Now !
Below find url that will allow your ec2 servers to send emails
https://console.aws.amazon.com/support/contacts?#/rdns-limits
yum install logwatch
logwatch --detail Low --mailto [email protected] --service http --range today
vim /usr/share/logwatch/default.conf/logwatch.conf
Install mod security24 very important
yum install mod24_security