Hi,
Ive been trawling the web trying to find a solution to my problem. Can you give me some help!!?
I've been trying to install php to use with apache and now my web sharing gets stuck!?
I'm not very au fait with Terminal etc but this is what it says.
Legend-Mac:/etc/httpd Andrew$ sudo /usr/sbin/httpd -t
Password:
Processing config directory: /private/etc/httpd/users/*.conf
Processing config file: /private/etc/httpd/users/+entropy-php.conf
Processing config file: /private/etc/httpd/users/Andrew.conf
Syntax OK
Legend-Mac:/etc/httpd Andrew$ sudo /usr/sbin/apachectl start
Processing config directory: /private/etc/httpd/users/*.conf
Processing config file: /private/etc/httpd/users/+entropy-php.conf
Processing config file: /private/etc/httpd/users/Andrew.conf
/usr/sbin/apachectl: line 193: 816 Bus error $HTTPD
/usr/sbin/apachectl start: httpd could not be started
Legend-Mac:/etc/httpd Andrew$
But Line 193 of /private/etc/http/httpd.conf is just some commented code:
have to place corresponding `LoadModule' lines at this location so the
Does it refer to line 193 of the usr/sbin/apachectl? if so - how do I check that and alter it?
Thanks for your help!!!
PS - I have the correct code later on:
<IfModule mod_php4.c>
If php is turned on, we repsect .php and .phps files.
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Since most users will want index.php to work we
also automatically enable index.php
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>
</IfModule>
Sorry - I am a newbie
Macbook Mac OS X (10.4.7)
Ive been trawling the web trying to find a solution to my problem. Can you give me some help!!?
I've been trying to install php to use with apache and now my web sharing gets stuck!?
I'm not very au fait with Terminal etc but this is what it says.
Legend-Mac:/etc/httpd Andrew$ sudo /usr/sbin/httpd -t
Password:
Processing config directory: /private/etc/httpd/users/*.conf
Processing config file: /private/etc/httpd/users/+entropy-php.conf
Processing config file: /private/etc/httpd/users/Andrew.conf
Syntax OK
Legend-Mac:/etc/httpd Andrew$ sudo /usr/sbin/apachectl start
Processing config directory: /private/etc/httpd/users/*.conf
Processing config file: /private/etc/httpd/users/+entropy-php.conf
Processing config file: /private/etc/httpd/users/Andrew.conf
/usr/sbin/apachectl: line 193: 816 Bus error $HTTPD
/usr/sbin/apachectl start: httpd could not be started
Legend-Mac:/etc/httpd Andrew$
But Line 193 of /private/etc/http/httpd.conf is just some commented code:
have to place corresponding `LoadModule' lines at this location so the
Does it refer to line 193 of the usr/sbin/apachectl? if so - how do I check that and alter it?
Thanks for your help!!!
PS - I have the correct code later on:
<IfModule mod_php4.c>
If php is turned on, we repsect .php and .phps files.
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
Since most users will want index.php to work we
also automatically enable index.php
<IfModule mod_dir.c>
DirectoryIndex index.html index.php
</IfModule>
</IfModule>
Sorry - I am a newbie
Macbook Mac OS X (10.4.7)