Category Archives: Google Cloud

SELinux blocking

If you see an error like SMTP -> ERROR: Failed to connect to server: Permission denied (13), you may be running into SELinux preventing PHP or the web server from sending email. This is particularly likely on RedHat / Fedora … Continue reading

Posted in Google Cloud | Comments Off on SELinux blocking

mailgun email test script via curl

curl -s –user ‘api:ur API key from mailgun’ \ https://api.mailgun.net/v3/gcloud.bradfordsoftware.com/messages \ -F from=’Excited User ‘ \ -F to=’youremail@bradfordsoftware.com’ \ -F subject=’to Damon’ \ -F text=’Testing some Mailgun awesomeness!’

Posted in Google Cloud | Comments Off on mailgun email test script via curl

\var\www\html

By default, the web server document root is owned by the root user. You might want to configure your document root for another user or want to change the directory location in the Apache configuration file. Debian/Ubuntu: The web server … Continue reading

Posted in Google Cloud | Comments Off on \var\www\html