Start with downloading the following Apache 1.3 packages
apache_1.3.xx-win32-x86-no_src.exe
apache_1.3.xx.tar.gz
You can also download the Apache 2.x packages but these docs are written using 1.3
Install Apache_1.3.xx-win32-x86-no_src.exe On Windows 2k/XP you can install Apache two ways
As Service (apache runs on the background)
As console (like a normal app on the taskbar)
Running Apache as service is much better but also meens it's always active when you boot your computer, and if you don't understand how to edit services it will always be active and running. With the console version you control when apache is active/running.
Start Apache (if you installed as console) and go to your browser and surf to http://localhost to check if the server works.
Open httpd.conf for editing and setup the "DocumentRoot" variable to a directory where your Dragonfly CMS folder is. For example
Code:
DocumentRoot "F:/home_page/dragonfly" "Note: you should not use a directory with a space in the name."
Restart apache to let the changes take effect.
Updated: Monday, March 28, 2005 (05:16:02) by tuta Created: Saturday, February 05, 2005 (18:18:26) by DJMaze
All content of this website is copyrighted by the Creative Commons NC-SA
The logos and trademarks used on this site are the property of their respective owners We are not responsible for comments posted by our users, as they are the property of the poster. Our server runs on a P3 1.2GHz with 512MB RAM with no accelerators
This page generated in 0.132 seconds with 12 DB Queries in 0.0322 seconds Memory Usage: 1.47 MB
Interactive software released under GNU GPL,
Code Credits,
Privacy Policy