[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cpx] cpx and apache, didnt work
- Subject: Re: [cpx] cpx and apache, didnt work
- From: "Jonathan Linowes" <jonathan@xxxxxxxxxxx>
- Date: Thu, 20 Jan 2005 14:42:27 -0500
thanks for continuing to work with me on this.
No, there is no other SetHandler in the httpd.conf and I'm using the default 
cpx block like you included below.
When the cpx is present, whether in its default location, or within a 
specific virtual host section, it breaks php in -any- virtual host.
The response I got from verio support is
Thank you for your email. At present, the CPX control panel automatically 
functions for all domains on an account.(and cant be kept from working 
that way) It may be possible to have it be selective in a future version 
of CPX. Please let us know if you have any further questions or concerns.
and
CPX requires mod_perl in order to function at all.
Following up on the suggestion I received from another list that the 
solution is to start another apache daemon on a different port, where I can 
load the mod_perl, I asked how to do this and got
That would be possible.  However, it would be difficult and would not fall 
under technical support to help to make such a configuration.
Any help or pointers would be appreciated.
And I'd be happy to write it up into a technical memo for anyone else who 
encounters a similar problem...
:)
Jonathan
----- Original Message ----- 
From: "Steve Yates" <steve@xxxxxxxxxxx>
To: <cpx@xxxxxxxxxxxxx>
Sent: Thursday, January 20, 2005 12:48 AM
Subject: Re: [cpx] cpx and apache, didnt work
On Tue, 18 Jan 2005 18:29:13 -0500
"Jonathan Linowes" <jonathan@xxxxxxxxxxx> wrote:
How can I disable mod_perl except for cpx?
Again, I'm not a Perl expert but by default it is only enabled
for CPX in httpd.conf:
<IfModule mod_perl.c>
   ## begin cpx section
   ## this set of directives is automatically managed by the cpx vinstall.
   ## If you break this seal, your warranty is void.
   Alias /cpimages /usr/local/cp/images
   Alias /ControlPanelHelp /usr/local/cp/help/
   <Location /ControlPanel>
       SetHandler perl-script
       PerlHandler ControlPanel
       (...)
   </Location>
   ## end cpx section
</IfModule>
Since no one else has posted, my guess would be that you have a
"SetHandler perl-script" or similar entry outside the "<Location
/ControlPanel>" block in your httpd.conf, so that it applies to scripts
outside /ControlPanel.  Likely it is outside the "CPX" section of
httpd.conf entirely.
- Steve Yates
- ITS, Inc.
- REALITY.SYS Corrupted:  Re-boot universe? (Y/N/Q)
~ 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