|
#1
| |||
| |||
| PHP / Apache Help... OS X Server Im running OS X server ... I downloaded the latest php and apache and used the OS X Server specific install directions from: http://www.php.net/manual/en/install.macosx.php I got no errors during ./configs, make or make install. The apache started right up. however the php test file doesnt work, the browser only shows the text of the file. <?php phpinfo(); ?> As i said I did it exaclty like the website stated... Any body have any clues on how to figure out whats wrong and fix?
__________________ "A few guys with guns can ruin everything" -N Peart |
|
#2
| ||||
| ||||
| Post your apache config file dude. It would appear that apache hasn't been made aware that .php files are, in fact, php files.
__________________ irc.lfnet.net #kilonet -+=join in=+- Quote:
Audio Engineer - ProTools and Logic Pro Certified. FCC Licensed RF Technician |
|
#3
| |||
| |||
| bits o' the httpd.conf file The whole /etc/httpd/httpd.conf file, all 1462 lines? Or specific lines like: (some of these WERE NOT uncommented until just now. (thought the install/config was supposed to do that) but a restart of apache still didnt help) #### For Mac OS X Server: To enable WebMail, or any other php functions, #### uncomment the directive below and also the corresponding AddModule #### directive further below. # LoadModule php4_module /usr/libexec/httpd/libphp4.so #### For Mac OS X Server: To enable WebMail, or any other php functions, #### uncomment the directive below and also the corresponding LoadModule #### directive above. # AddModule mod_php4.c #### For Mac OS X Server: Do not uncomment; this is already handled by #### Server Settings app, with directives in mime_macosxserver.conf # AddType application/x-httpd-php .php AddType application/x-httpd-php-source .phps #### For Mac OS X Server: To enable WebMail, or any other php functions, #### uncomment the directive below and also the corresponding LoadModule #### directive above. # AddModule mod_php4.c
__________________ "A few guys with guns can ruin everything" -N Peart |
![]() |
| Thread Tools | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| SHUTDOWN without warning SCARY!! | astro_sk | Mac OS X System & Mac Software | 10 | May 16th, 2003 01:45 PM |
| Enabling PHP in 10.2 Client | sixthring | Mac OS X System & Mac Software | 2 | October 28th, 2002 12:48 PM |
| php in os x server 10.1 | banzai | Mac OS X System & Mac Software | 5 | June 12th, 2002 04:01 PM |
| apache 2.0 php problem | ragengs | Mac OS X System & Mac Software | 1 | May 13th, 2002 06:54 PM |
| PHP / Apache install with 10.1 | slur | Mac OS X System & Mac Software | 14 | October 6th, 2001 06:35 PM |