|
Answer» i intall apache in"C:/program files/apache group on my pc and also extract php in "c:/php/" folder i need to make my apache to know php so i open http.conf FILE and on load MODULE i WRITE a code like then when i restart my apache it says systax error on line173 can' load the file"c:/php/php5apache2_2.dll " on to the server.
so can anybody help me? how to configure it thanksWelcome to CH.
You might find some information on setting it up here: http://www.ricocheting.com/server/
You should buy a book on it though, to get the most out of it. 1. 'su' to root directory.
2. 'cd' to /usr/ports/lang/php
3. enter 'make config-recursive'.
4. on the config. screen make sure the box for apache is checked and the box for pv6 is unchecked. RETURN to command line.
5. 'enter' make install clean
6. when install is finished 'enter' /usr/local/etc/rc.d/apache2 start
7. 'vi' /usr/local/etc/rc.d/apache2 then AddType (copy & paste) [the output that was scripted after the make install clean.]
8. Then 'esc' :wq
9. 'cd' /DirectoryIndex and 'touch' index.php
10. enter /usr/local/etc/rc.d/apache2 restart
11. When finished you can check this by 'vi' /var/log/httpd-error.log
|