Apache Running In Background

mistwang

LiteSpeed Staff
#2
Are you using a "Port Offset"? You need to find out who send out the "Dedicated Server Page"? Apache or LiteSpeed. If it is Apache, maybe some details in the Apache httpd.conf need to be addressed for vhost with dedicated IP.
 
#3
it is specifying ..
------------------
here is httpd entrance

NameVirtualHost 72.46.130.125:80
<VirtualHost 72.46.130.125:80>
ServerAlias www.hostparlor.com
ServerAdmin webmaster@hostparlor.com
DocumentRoot /home/host/public_html
<IfModule mod_php4.c>
php_admin_value open_basedir "/home/host/:/usr/lib/php:/usr/local/lib/php:/t$
</IfModule>
<IfModule mod_php5.c>
php_admin_value open_basedir "/home/host/:/usr/lib/php:/usr/local/lib/php:/t$
</IfModule>
User host
Group host
ServerName hostparlor.com

<IfModule mod_suphp.c>
-------------------

thats just some of it, it is showing the dedicated address in tehre
 
Top