Not quite sure where to direct this, but no love on plone-users so… help!  
(setup, and product-developers people)

On Fri, 18 Jun 2010 20:43:10 -0400, Alex Clark  
<[email protected]> wrote:

> Hi folks,
>
> Are the Apache modules for XDV working for anyone?
> (http://code.google.com/p/html-xslt/)
>
> I am a happy nginx/XDV user, but I would now like to switch from nginx to
> Apache (don't ask) to do the transform and am having trouble.
>
> I've tried now on about a half dozen new machines (from rackspace cloud)
> e.g. Debian 5, various Ubuntus, and now Arch Linux) and I consistently  
> get
> this in the logs:
>
>
> [r...@orlok mod-transform-html-xslt]# tail /var/log/httpd/error_log
> [Sat Jun 19 01:30:36 2010] [warn] Init: Session Cache is not configured
> [hint: SSLSessionCache]
> [Sat Jun 19 01:30:36 2010] [notice] suEXEC mechanism enabled (wrapper:
> /usr/sbin/suexec)
> [Sat Jun 19 01:30:36 2010] [notice] Digest: generating secret for digest
> authentication ...
> [Sat Jun 19 01:30:36 2010] [notice] Digest: done
> [Sat Jun 19 01:30:37 2010] [warn] pid file /var/run/httpd/httpd.pid
> overwritten -- Unclean shutdown of previous Apache run?
> [Sat Jun 19 01:30:37 2010] [notice] Apache/2.2.15 (Unix) mod_ssl/2.2.15
> OpenSSL/1.0.0a DAV/2 mod_transform/0.7.0 configured -- resuming normal
> operations
> [Sat Jun 19 01:30:41 2010] [notice] child pid 8878 exit signal
> Segmentation fault (11)
> [Sat Jun 19 01:30:43 2010] [notice] child pid 8879 exit signal
> Segmentation fault (11)
> [Sat Jun 19 01:30:44 2010] [notice] child pid 8880 exit signal
> Segmentation fault (11)
> [Sat Jun 19 01:30:44 2010] [notice] child pid 8881 exit signal
> Segmentation fault (11)
>
>
> Resulting in a blank page in my browser, where I am expecting the
> transform to occur. But I know this has to work because we are using it  
> on
> dev.plone.org (!?).
>
>
>
> On one of the machines, I ran `gdb apache2` and `gdb> run -X` and I got
> this:
>
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 0x7fed9ef2d750 (LWP 31971)]
> 0x00007fed9e7c1533 in apr_table_vdo () from /usr/lib/libapr-1.so.0
>
>
> I'm just doing "./configure" for both mod_depends and mod_transform,  
> could
> that be the problem? Everything installs just fine.
>
> My most recent apache config (on Arch Linux) looks like this:
>
>
> LoadModule depends_module /usr/lib/httpd/modules/mod_depends.so
> LoadModule transform_module /usr/lib/httpd/modules/mod_transform.so
>
> <VirtualHost *>
>      ServerName orlok.aclark.net
>
>      FilterDeclare THEME
>      FilterProvider THEME XSLT resp=Content-Type $text/html
>
>      TransformOptions +ApacheFS +HTML
>      TransformSet /theme.xsl
>      TransformCache /theme.xsl /etc/httpd/theme.xsl
>
>      <LocationMatch "/">
>          FilterChain THEME
>      </LocationMatch>
>
>      ServerAdmin [email protected]
>      DocumentRoot "/etc/httpd/docs/dummy-host2.example.com"
>      ErrorLog "/var/log/httpd/orlok-error_log"
>      CustomLog "/var/log/httpd/orlok-access_log" common
>
> </VirtualHost>
>
>
> Help!
>
>
> Alex
>
>
>


-- 
Alex Clark · http://aclark.net
Author — Plone 3.3 Site Administration · http://aclark.net/admin

_______________________________________________
Setup mailing list
[email protected]
http://lists.plone.org/mailman/listinfo/setup

Reply via email to