Quantcast
Channel: Apache – Paul K Leasure
Browsing all 10 articles
Browse latest View live

Wild Card Sub Domains

I am working on a web site that will be taking on many Individual Business Owners. The web site is designed to create sub domains created dynamically according to the input of users as they sign up for...

View Article



How to Get Port 80 Working on MAMP

Thanks James for the following advice: Got to step 7 and it worked for me! 1) Take some tea 2) Follow these instructions: 3) Disable Web Sharing in System Preferences 4) Open MAMP, make sure servers...

View Article

SSL for MAMP PRO

I found a few useful post that may help for setting up SSL (https) for MAMP PRO Something that was not clear to me is to do the steps outlined here. Open MAMP Pro. In Server Tab Make Sure Your HTTP...

View Article

How To Fix 403 Forbidden Error from htaccess File

As a web developer, you will likely need to make rewrites for clean URLs and produce an htaccess file so you can create ModRewrite rules. If you encounter a 403 Forbidden Error after creating the...

View Article

How To Test Apache Configuration File httpd.conf

If you have been edeiting the apache httpd.conf file, you can get valuable feedback by uing the following command: apachectl configtest This will return any errors or els return “OK”

View Article


How To Find Apache httpd.conf File

If you’re working on a server you’re not used to, it can be difficult to find the Apache httpt.conf file. You might try the following. At the command line type:@> httpd -VIts possible you may need...

View Article

Ansible Setup by Project

Setting Up an Ansible Project Once Ansible is installed, the next step is to tell Ansible which hosts to talk to. This is accomplished by creating an Ansible hosts file. The Ansible hosts file contains...

View Article

Restart Apache on Mac 10.10

If you do not stop and restart apache often, it’s easy to forget how. apachectl -help says to uses -k flag with the following options start|restart|graceful|graceful-stop|stop. $> apachectl -help...

View Article


How to Configure a Custom php.ini file for a Website

There are a few ways to create a custom php.ini configuration directives for an apache website. Create a phpinfo.php file with the following content within your document root.View this file in your...

View Article


How To Create a Password Hash with Python passlib

Create a password hash with python passlib A quick and easy way to create a password hash is with python passlib. Install passlib with pip like this: sudo pip install passlib Then, run the command...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images