| Article: |
Apache Web-Serving with Mac OS X: Part 3 | |
| Subject: | Missing LoadModule php4 | |
| Date: | 2002-01-30 09:17:51 | |
| From: | stepgo | |
|
I've have the same problem as a previous post. I don't have the lines LoadModule php4_module an AddModule etc...
|
||
Showing messages 1 through 4 of 4.
-
OK we can add these....
2002-01-30 09:23:27 stepgo [View]
But on what line exactly ? -
OK we can add these....
2002-01-30 13:56:31 Morbus Iff |
[View]
Two different places, actually.
Add the "LoadModule" line as the last of the "LoadModule" lines in your httpd.conf (you should see a good 20 of 'em in a row).
The AddModule line follows the same mentality. Look for a bunch of AddModule lines, and add the "AddModule" php line to the end of them. -
OK we can add these....
2002-02-21 21:55:28 mkullman [View]
I tried this and when I restarted my server it hangs
The error log reports the following
[notice] caught SIGTERM, shutting down
when I comment out these lines the server restarts with no problem???? -
OK we can add these....
2002-01-31 12:20:59 stepgo [View]
Super Thanxs !!!
Keep up the good work.


