How to create a local dev Apache Mysql PHP Setup on Mac OS X ‣ Digital Zoom Studio also, remember to allow vhost_alias_module You can add unlimited virtual hosts just like MAMP adds them. You can just access /private/etc/apache2/httpd.conf and add: <VirtualHost *:80> ServerName devsite DocumentRoot "/Users/123/Dropbox/hosts/devsite" Protocols h2 h2c http/1.1 <IfModule xsendfile_module> XSendFilePath "/Users/123/Dropbox/hosts/devsite"
ARCHIVE
WordPress
Posted on October 7 2023 / in WordPress
How to create a local dev Apache Mysql PHP Setup on Mac OS X ‣ Digital Zoom Studio Normally, you can just install the native mysqld service you will find it in system preferences > mysql you can use a tool like MySQL Workbench to see currently running mysql check currently running mysql instances with
Posted on October 7 2023 / in WordPress
How to create a local dev Apache Mysql PHP Setup on Mac OS X ‣ Digital Zoom Studio Normally, you can just install the native mysqld service pecl install xdebug normally this will be added to php.ini zend_extension="xdebug.so" using XDebug 3 – for phpstorm, you would also need to add xdebug.mode=debugxdebug.remote_port=9000xdebug.client_port=9003xdebug.client_host=localhost If you add multiple
Posted on August 15 2023 / in WordPress
How to add to path variable The name of the PATH variable is case-sensitive and must be all-uppercase. To verify your change, run: Listing all the groups to which a user belongs in macOS find files with a specific name in a directory connect to ssh server if you have an authorised .ssh key in the ~/.ssh
From this we can see the order files are read is:
Posted on June 21 2023 / in WordPress
Check the npm version: Update to specific npm: Check versions of package: Check all config:
Posted on June 9 2023 / in WordPress
Go to registry editor -> Windows + R -> type regedit and go to: then Sign out and Sign in again
Recent Comments