[BlueOnyx:19307] Re: Removing CSR and creating wildcard CSR

Chris Gebhardt - VIRTBIZ Internet cobaltfacts at virtbiz.com
Fri Mar 11 09:50:58 -05 2016


Hi Colin,

On 3/11/2016 8:22 AM, Colin Jack wrote:
> That is about all there is in the logs! Just 404 errors because it isn't finding the vsites. :)
>
> Access_log:
>
> pegasus.mainline.co.uk xxx.135.0.122 - - [11/Mar/2016:14:08:01 +0000] "GET /roundcube/ HTTP/1.1" 404 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:43.0) Gecko/20100101 Firefox/43.0"

Well... I see the 404 error for /roundcube, and that's clearly related to:

> [Fri Mar 11 13:53:20 2016] [error] [client xxx.135.0.122] File does not exist: /var/www/html/roundcube

> [root at pegasus certs]# ps ax |grep httpd
>   2584 ?        Ss     0:00 /usr/sbin/httpd.admsrv -f /etc/admserv/conf/httpd.conf
>   2603 ?        S      0:00 /usr/sbin/httpd.admsrv -f /etc/admserv/conf/httpd.conf
> 21200 ?        Ss     0:00 /usr/sbin/httpd
> 21202 ?        S      0:00 /usr/sbin/httpd

Yes, so we can see that Apache is running.

> All looks sweet. VSite Folders exist and look correct.
> Httpd.conf & vhosts are fine.
> It was working yesterday and no significant yum updates last night.

It's a puzzler, alright.   You might try making sure Apache is 
completely killed.  I forget if you've mentioned that you restarted the 
server or not, but perhaps kill Apache with:
service httpd stop
service admserv stop
killall -9 httpd

That should kill everything.   Confirm with ps -aux | grep "httpd"

If so, restart with
service httpd start
service admserv start

If no change, and you say that all your conf files are good, then I'm 
stumped from here, and would need to access the box for further 
troubleshooting.

-- 
Chris Gebhardt
VIRTBIZ Internet Services
Access, Web Hosting, Colocation, Dedicated
www.virtbiz.com | toll-free (866) 4 VIRTBIZ



More information about the Blueonyx mailing list