skip to Main Content

Apache not working after macOS Mojave update

Ok, after update macOS from High Sierra to Mojave, Apache with PHP stop working properly, so I did everything as is said in this guide - https://getgrav.org/blog/macos-mojave-apache-multiple-php-versions but after that, still apache not working properly, sometimes working, sometimes not, and…

VIEW QUESTION

Apache vhosts unable to connect

I'm trying to configure my apache so that I can use myprojectname.dev for all my projects dynamically. However, no matter what I try, I keep getting errors. Unable to connect is what firefox says, however I have no idea what…

VIEW QUESTION

Nodejs/Apache config for proxy pass

I want to use Nodejs/Apache proxy pass to serve my APIs, but after add below apache(httpd) config, it seems that config not working. OS: CentOS 6 /etc/httpd/conf/httpd.conf: ... <VirtualHost *:80>    ServerName example.com    ServerAlias www.example.com      DocumentRoot /home/MyUser/public_html…

VIEW QUESTION
Back To Top
Search