Whatterz


Articles tagged Apache

Configuring PHP with Apache on Windows Vista
Installing PHP with Apache on Windows Vista is a relatively simple task until you try an configure the settings in php.ini. Problems can occur and stem from the fact that when you install PHP and edit the php.ini file, you need to not only be logged in as Administrator, but run the installer and Notepad text editor as Administrator. The php.ini file also needs to be located in the Windows directory. Read more – ‘Configuring PHP with Apache on Windows Vista’.
Installing PHP with Apache on Windows Vista
Following on from my posts about installing Apache and ColdFusion on Vista, it is now the turn of PHP. Read more – ‘Installing PHP with Apache on Windows Vista’.
Configuring ColdFusion 8 with Apache
After installing ColdFusion 8 and Apache successfully you may still see an "HTTP 500 Internal Server Error" when navigating to a ColdFusion page. All is not lost, you simply need to configure, or check the configuration of Apache. Apache requires very little post installation modification, but it is always good practice to check the httpd.conf file to ensure that the ColdFusion "install" scripts did what they were supposed to do. Read more – ‘Configuring ColdFusion 8 with Apache’.
Installing ColdFusion 8 on Vista
A few months ago I posted an article on Installing Apache on Vista, and it proved to be extremely popular. It appears that I was not the only one who found it a non trivial matter. Now it is the turn of ColdFusion 8. ColdFusion 8 as we well know is the latest and greatest incarnation of the ColdFusion platform from Adobe. It has a lot of great new features such as cfimage, cfzip, cfexchange, some contentious features such as cfthread and cfinterface, and some not-so-necessarily-cool new “Web 2.0″ features such as cffeed and cfajax. Read more – ‘Installing ColdFusion 8 on Vista’.
Configuring Your First Local Apache Website
Apache is controlled by a series of configuration files but the one we will be dealing with here is httpd.conf. This file contains instructions on how Apache should run. Several companies offer GUI-based Apache front-ends, but it's easier to edit the configuration files by hand. Read more – ‘Configuring Your First Local Apache Website’.
Installing Apache on Vista
Following the purchase of a spangly new Toshiba laptop running Vista, and not one for making life simple, I decided not to run my development environment on IIS7, but rather, I wanted to install the latest version of Apache. The installation process was not a trivial matter! Read more – ‘Installing Apache on Vista’.
ColdFusion & Lucene
One of the many reasons to use ColdFusion MX is that it has a large, standard toolset that enbales the creation of full-featured, dynamic Web applications. The tag-based language makes it relatively simple to query a relational database and send e-mail. In a similar way, you can create and search Verity full-text indexes. Read more – ‘ColdFusion & Lucene’.