Hi Gregory

The first think that I would check is whether Apache is actually running or 
not. This is how I checked on my machine, using the ps command:

Schulz:~ fatty$ sudo apachectl start
Schulz:~ fatty$ ps -U www
  PID TTY           TIME CMD
35439 ??         0:00.00 /usr/sbin/httpd -D FOREGROUND
Schulz:~ fatty$ sudo apachectl stop
Schulz:~ fatty$ ps -U www
  PID TTY           TIME CMD
Schulz:~ fatty$ sudo apachectl start
Schulz:~ fatty$ ps -U www
  PID TTY           TIME CMD
35458 ??         0:00.00 /usr/sbin/httpd -D FOREGROUND

The next thing I would check would be the Apache error log, which you you 
should be able to do with this command:

tail /private/var/log/apache2/error_log

Regards

Peter

> On 3 Dec 2014, at 09:21, Gregory Lypny <gregory.ly...@videotron.ca> wrote:
> 
> Hi Peter,
> 
> Thanks for responding. I tried starting Apache with Terminal, using both 
> start and then restart. The command appears to have been accepted (see below) 
> but when I type localhost into Safari, I still get the message “Safari Can’t 
> Connect to the Server."
> 
> Last login: Tue Dec  2 19:58:59 on console
> Gregorys-iMac-2:~ gregory$ sudo apachectl restart
> Password:
> Gregorys-iMac-2:~ gregory$ sudo apachectl start
> /System/Library/LaunchDaemons/org.apache.httpd.plist: Operation already in 
> progress
> Gregorys-iMac-2:~ gregory$ 
> 
> Regards,
> 
> Gregory

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to