Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

haroldd

macrumors newbie
Original poster
Mar 26, 2013
1
0
I have an OSX 10.5.8 whose apache server was working until I added a new user and placed a Filemaker serve 10 on the new user's directory. I have since removed the new directory and the Filemaker but when I open web sharing and activate it the address I use on LAN which is constant turns up but when I click it my browser says it is an address they cannot connect to nor does local work. When I take out the LAN connector and go to web sharing no address shows up. I have been looking in terminal and the following shows up. The errors at the bottom were from my attempts to add suggestions I found here.
How do I remove the errors?
Should I remove the recent access and change lines? How?
many thanks, harold


Last login: Fri Mar 2 08:26:32 on console
You have mail.
MacBook:~ dull$ cd /private/var/log
MacBook:log dull$ sudo mkdir apache2
Password:
mkdir: apache2: File exists
MacBook:log dull$ stat -x "/Library/WebServer/Documents"
File: "/Library/WebServer/Documents"
Size: 1190 FileType: Directory
Mode: (0775/drwxrwxr-x) Uid: ( 0/ root) Gid: ( 80/ admin)
Device: 14,2 Inode: 66289771 Links: 35
Access: Sat Mar 23 03:17:54 2013
Modify: Sat Sep 12 13:33:53 2009
Change: Tue Mar 19 23:25:27 2013
MacBook:log dull$
MacBook:log dull$ apache2/error_log
-bash: apache2/error_log: Permission denied
MacBook:log dull$ sudo /usr/sbin/apachectl start
Password:
/usr/sbin/apachectl: line 73: ulimit: open files: cannot modify limit: Invalid argument
org.apache.httpd: Already loaded
MacBook:log dull$ cat /etc/hosts
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
fe80::1%lo0 localhost
MacBook:log dull$ sudo apachectl -t
Password:
/usr/sbin/apachectl: line 73: ulimit: open files: cannot modify limit: Invalid argument
httpd: Syntax error on line 459 of /private/etc/apache2/httpd.conf: Syntax error on line 15 of /private/etc/apache2/extra/httpd-userdir.conf: Syntax error on line 7 of /private/etc/apache2/users/local.conf: </Directory>sudo> directive missing closing '>'
MacBook:log dull$ /private/var/log/apache2/error_log
-bash: /private/var/log/apache2/error_log: Permission denied
MacBook:log dull$
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.