Installing PHP Under BadBlue Web Server - What is BadBlue?
(Page 2 of 4 )
BadBlue is a tiny, full-blown web server, which runs PHP, Perl and other CGI/ISAPI extensions. BadBlue is designed for fast configuration, and it's so tiny you can carry it around on a floppy disk!
Below are some features of BadBlue Personal Edition:
- Smaller download / simple installation procedure.
- No spyware or adware software installed.
- Supports searching, downloading and uploading, securely.
- Password-protects your files and controls access to files by user name.
- Searches other computers for their shared files (peer-to-peer).
- Supports folders, virtual directories, directory browsing and more.
- Scheduling.
Installing BadBlueDownload BadBlue installation program from
http://www.badblue.com/down.htm depending upon the operating system you planning to install it on.
Installation for BadBlue is pretty easy and is self-explanatory, but make sure you read all the screens as you go.
Run the installation program, select the type of install (I would recommend you use normal), click next, select the directory to install BadBlue in (default is C:\Program Files\BadBlue\PE). Click next to extract all the necessary file(s), which shall also complete your installation.
We shall assume that your installation was a smooth ride and you had no problem whatsoever in the whole process.
Testing BadBlue InstallationBadBlue should run automatically if you selected yes in the last step of installation, which asked ‘Automatically start your web site each time you login?’, or you can start the program manually. Please note a little BadBlue icon in your system tray, which tells you that BadBlue is running now, double click that icon to open the BadBlue Server Window which can be used to change the HTTP Port (default is 80). You can also stop and start your web server from this screen.
Once you start the BadBlue server it should automatically open a browser with the welcome screen. If not, open browser, in the address area type the http://localhost/ or http://127.0.0.1/ (which is your local IP) to see if BadBlue is installed and working fine.
Here's a sample output on my machine:
If you see the welcome screen in your browser, eureka we have done it.
Go fetch yourself lemonade and pat yourself on the back!
Installing BadBlue as a Service BadBlue can be installed as service on a Windows machine
For Windows 95, 98 and ME run the following command:
“C:\Program Files\BadBlue\PE\badblue.exe” -install9xservice To remove the service, run the following command:
“C:\Program Files\BadBlue\PE\badblue.exe” –remove9xserviceFor Windows NT and 2000 run the following command:
“C:\Program Files\BadBlue\PE\badblue.exe” -installntservice To remove the service, run the following command:
“C:\Program Files\BadBlue\PE\badblue.exe” –removentserviceTo stop BadBlue, run the following command:
“C:\Program Files\BadBlue\PE\badblue.exe” –stopUninstalling BadBlueBecause BadBlue has a very tiny installer and to keep its size to a minimum it does not add information to the Windows Control Panel and cannot be removed from Add and Remove Programs menu.
You can uninstall BadBlue by running C:\Program Files\BadBlue\PE\uninstal.exe
Note: Your directory might be different if you installed BadBlue in some other folder.
Next: Installing PHP Interpreter >>
More PHP Articles
More By Jayesh Jain