On 02/28/2016 12:07 AM, James Moe wrote: > Finally, the question: Why does httpd fail to start? > Found it. It was one of the vhosts that was not loading. A message about port 808 already in use, and it quit. After disabling that vhost, apache started up normally.
Listen 808 <VirtualHost *:808> ServerAdmin ji...@sohnen-moe.com ServerName cloud.sma.com DocumentRoot "/data01/t-drv/websites/owncloud" ErrorLog "/data01/t-drv/websites/.logs/cloud-error_log" CustomLog "/data01/t-drv/websites/.logs/cloud-access_log" common <Directory "/data01/t-drv/websites/ownloud"> AllowOverride FileInfo Authconfig Options -ExecCGI </Directory> </VirtualHost> -- James Moe moe dot james at sohnen-moe dot com 520.743.3936 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org