#!/bin/bash
# cpanel4 - scripts Copyright(c) 1997-2002 cPanel, Inc..
# All rights Reserved.
# copyright@cpanel.net http://cpanel.net
# This code is subject to the cpanel license. Unauthorized copying is prohibited
query="$1"
find=`echo "$query" | awk -F: '{ print $1 }'`
cat /etc/httpd/conf/httpd.conf | grep $find -2