Quantcast
Channel: Apache – Paul K Leasure
Browsing latest articles
Browse All 21 View Live

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 -V Its 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

403 Error after adding a new website directory

On an ubuntu server it is common to host site files in a directory with a structure like ‘/var/www/example.com’. One might wish to separating a subdomain out from site files in another directory....

View Article


Resolve Website Issues After PHP upgrade 2017 [SOLVED]

Site Issues after upgrading PHP After upgrading to PHP 7, you may notice that your site is having issues. For example on a WordPress site, certain plugins will be disabled and you will see messages...

View Article


Mac Locahost uploads broken after Mac OS Upgrade

Before the recent MAC OS upgrade, wordpress plugin updates were working fine on my local development environment. Then I started getting messages like “upload failed server error” when attempting to...

View Article
Browsing latest articles
Browse All 21 View Live




Latest Images