View Single Post
  #4   (View Single Post)  
Old 12th May 2008
erehwon erehwon is offline
Port Guard
 
Join Date: May 2008
Location: Cascadia
Posts: 34
Default

I've edited my httpd.conf but a syntax check returns OK

Furthermore, every time I use apachectl to start the server, 'ddclient' echoes and spawns another process. Here's my rc.conf.local

Code:
httpd_flags=""
# ddclient
  if [ -x /usr/local/sbin/ddclient ]; then
     echo -n ' ddclient'; /usr/local/sbin/ddclient
  fi
I wonder if this is in any way related?
Reply With Quote