Local server problem

Matsaki

Registered
I am not a UNIX user and trying to play arround to learn. I am trying to make my machine a local web server to se my site locally with mySQL and PHP. By misstake I deleted the WebObjects in /System/Lib

I have now reinstalled the WebObjects, but I am getting he following error when I try to start my Apache:

G3:~/Desktop/apachebuild/apache_1.3.31 mats$ apachectl start
Syntax error on line 4 of /System/Library/WebObjects/Adaptors/Apache/apache.conf:
Cannot load /System/Library/WebObjects/Adaptors/Apache/mod_WebObjects.so into server: (reason unknown)
/usr/sbin/apachectl start: httpd could not be started

And I don't find anything like this in support or on the net :(
 
Check the following two things:
1. That the file mod_WebObjects.so actually exists;

2. If it does, then there is likely a permissions problem. Repair permissions either with Disk Utility or in the terminal by sudo diskutil repairPermissions /
 
Back
Top