Debug School

rakesh kumar
rakesh kumar

Posted on

Virtual hosts redirecting to wrong domain

Solution: because i created virtual host in etc/httpd.conf
search using grep command
Image description

here u can see two places devopschhool is there httpd-vhosts.conf and httpd.conf
but virtual host must be created only one place inside httpd-vhosts.conf
virtual host must not be be created only one place inside httpd.conf

Top comments (0)