[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cpx] cpx and apache
- Subject: Re: [cpx] cpx and apache
- From: "Jonathan Linowes" <jonathan@xxxxxxxxxxx>
- Date: Tue, 18 Jan 2005 15:30:13 -0500
thanks!
someone else on another list has suggested
If you can configure your ControlPanel to work as some sub-directory
(e.g. ControlPanel/ instead of ControlPanel) and have the .js, .xsl
etc. URLs point there, then you shouldn't need to use a separate
sub-domain
Perhaps this is easiest. Can I just restore the original CPX entry but add a
trailing slash to location?
<Location /ControlPanel/>
----- Original Message -----
From: "Steve Yates" <steve@xxxxxxxxxxx>
To: <cpx@xxxxxxxxxxxxx>
Sent: Tuesday, January 18, 2005 2:30 PM
Subject: Re: [cpx] cpx and apache
On Tue, 18 Jan 2005 13:50:03 -0500
"Jonathan Linowes" <jonathan@xxxxxxxxxxx> wrote:
A. on domains that use the cms, add an A record so its accessed via
cpx.mydomain.com
B. on domains that don't use the cms, access control panel the normal way
(mydomain.com/ControlPanel).
I think you'll need to create a /ControlPanel entry in each
vhost entry for item B. For item A you might consider something like
this:
<VirtualHost 11.22.33.44:80>
DocumentRoot /home/something/www/htdocs
ServerName cpx.serverdomain.com
ServerAlias cpx.*
(add /ControlPanel entry here)
</VirtualHost>
The cpx.* will enable it for all domains on the server and you don't
have to remember to add another entry later to handle future new vhosts.
- Steve Yates
- ITS, Inc.
- Linux: because rebooting is for adding new hardware.
~ Taglines by Taglinator - www.srtware.com ~
======================================================================
This is <cpx@xxxxxxxxxxxxx> <http://www.groupmail.org/lists/cpx/>
Before posting a question, please search the archives (see above URL).
======================================================================
This is <cpx@xxxxxxxxxxxxx> <http://www.groupmail.org/lists/cpx/>
Before posting a question, please search the archives (see above URL).
Home |
Main Index |
Thread Index