PDA

View Full Version : Apache Running In Background


hostparlor
11-08-2007, 05:39 PM
Running: cPanel/WHM with Litespeed Successfully.

I've tried running Apache Handers using the configuration setup from: http://www.litespeedtech.com/support/wiki/doku.php?id=litespeed_wiki:apache:cpanel


All the sites on my server works, but the ones with "Dedicated IPs" They show, "Dedicated Server Page".

mistwang
11-08-2007, 07:40 PM
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.

hostparlor
11-09-2007, 01:14 AM
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

mistwang
11-09-2007, 08:14 AM
If you use "Apache Port offset", you need to change port 80 to the real port used by Apache.

hostparlor
11-09-2007, 06:57 PM
If you use "Apache Port offset", you need to change port 80 to the real port used by Apache.

resolved:) maybe i need to start reading directions. hahahaha