| |
 |
|
|
|
|
|
 |
|
|
|
BatchServe Tutorial
Get it work on Windows XP, with Apache 2 and PHP 4.3
if you have BatchServe (it will now come with XSI 4.0) maybe you experienced some difficulties getting it work during the installation.. The documentation doesn't use Apache 2. Ok here some notes that might help you.
First of all follow the documentation, install PHP, Mysql and Apache. see below my corrections that made it work for me on Windows XP.<
The corrections foucs on "Installing PHP as a module of Apache" and PHP installation.
I experienced that problems occur with:
Apache2.dll
gd2.dll
ok here in detail what to do:
first of all download EasyPHP 1.7 from http://www.easyphp.org extract it and install it. Don't worry about it, we just need a few files from this installation. So by default it probably was installed to c:\program files\easyphp. go to that directory.
under "php" copy the "sapi" folder and paste it into c:\batchserve\php\, this will contain the apache2.dll file. in the easyphp folder you will also find under php\extensions the gd2.dll. copy it and paste it into c:\batchserve\php\extensions (folder has to be created).
Step 9 under "Installing PHP as a module of PHP" tells you to add three lines. One LoadModule, and add Module and a Add Type. The addModule is not necessary.
Just add 2 lines at the of LoadModule in httpd.conf
LoadModule php4_module c:/php/sapi/php4apache2.dll
AddType application/x-httpd-php .php
modify the PHP.ini file and replace
;extension=php_gd2.dll with
extension=php_gd2.dll (remove the semicholon to activate it.
now restart the apache server and batchserve should work.
|
|
| | |

|
|
|
|
|
|