This is a discussion on LoadModule within the Windows Web Servers forums, part of the Web Server and Related Forums category; I am a newbie. I am setting up an environment where I can learn PHP. To do this I have ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am a newbie. I am setting up an environment where I can learn PHP. To do
this I have an XP PRO machine with MySql, Apache2.2 and PHP5. To get Apache to route PHP requests to PHP5 parser a LoadModule instruction must be added in the httpd.conf file. I just can not find (or understand) how to get the php5apache.dll to fit into the new LoadModule instruction. At this stage I need a step by step instruction. Can anyone point me to page where this is explained since I do not understand the instructions on www.Apache.org or forward the instructions? Thanks Paul |
|
|||
|
On 28 Oct 2006, "Paul at Zilwerwind" <paul.jacobs@zilwerwind.com>
wrote in comp.infosystems.www.servers.ms-windows: > I am a newbie. I am setting up an environment where I can learn > PHP. To do this I have an XP PRO machine with MySql, Apache2.2 and > PHP5. To get Apache to route PHP requests to PHP5 parser a > LoadModule instruction must be added in the httpd.conf file. I > just can not find (or understand) how to get the php5apache.dll to > fit into the new LoadModule instruction. At this stage I need a > step by step instruction. Can anyone point me to page where this > is explained since I do not understand the instructions on > www.Apache.org or forward the instructions? Have you checked out the instructions at php.net? http://www.php.net/manual/en/install.windows.php |
|
|||
|
Thank you for that pointer. I looked, did some down loads and
................IT WORKED!!!!!! Thanks a stack Paul "Nil" <rednoise+news@REMOVETHIScomcast.net> wrote in message news:Xns986A7D07E86Bnilch1@216.196.97.136... > On 28 Oct 2006, "Paul at Zilwerwind" <paul.jacobs@zilwerwind.com> > wrote in comp.infosystems.www.servers.ms-windows: > >> I am a newbie. I am setting up an environment where I can learn >> PHP. To do this I have an XP PRO machine with MySql, Apache2.2 and >> PHP5. To get Apache to route PHP requests to PHP5 parser a >> LoadModule instruction must be added in the httpd.conf file. I >> just can not find (or understand) how to get the php5apache.dll to >> fit into the new LoadModule instruction. At this stage I need a >> step by step instruction. Can anyone point me to page where this >> is explained since I do not understand the instructions on >> www.Apache.org or forward the instructions? > > Have you checked out the instructions at php.net? > > http://www.php.net/manual/en/install.windows.php |
|
|||
|
On 29 Oct 2006, "Paul at Zilwerwind" <paul.jacobs@zilwerwind.com> wrote
in comp.infosystems.www.servers.ms-windows: > Thank you for that pointer. I looked, did some down loads and > ...............IT WORKED!!!!!! > > Thanks a stack You're welcome. I remember it took me a while to get PHP to work with Apache and MySQL, but it's been so long that I don't remember what the specific problem or solution was. I'm afraid if I touch it now I'll break it and have to figure it out all over again! >> http://www.php.net/manual/en/install.windows.php |