I have been working with apache 1.x and php 5.x with my web hosting
site:
Now I am currently trying to work locally (localhost) with my laptop
under windows xp, apache 2.2 and php5:
My local httpd.conf contains:
ServerRoot "C:/Program Files/Apache Software Foundation/Apache2.2"
Listen 80
ServerName localhost:80
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/
htdocs"
.....
<Directory />
Options FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
</Directory>
.......
#BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:/Program Files/PHP/"
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
My dummy question is how to activate php scripts under apache 2.2.x?
Apache is working fine...
Cheers
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---
No comments:
Post a Comment