On 06/28/2013 11:17 PM, Brice Hamon wrote:
I for got to tell you that when I get this error

[Fri Jun 28 17:15:43 2013] [error] (20014)Internal error: mod_rivet:
Error parsing exec file '/srv/www/htdocs/hello.rvt': unknown namespace
"::request" in namespace delete command\n    while executing\n"namespace
delete ::request "

my browser wants to download and save the file hello.rvt



that means these lines are not in effect

mod_mime-defaults.conf:AddType application/x-httpd-rivet .rvt
mod_mime-defaults.conf:AddType application/x-rivet-tcl .tcl
mod_mime-defaults.conf:AddType 'application/x-httpd-rivet;charset=utf-8' rvt

The first line is redundant and replaced by the third line. The . (dot) before rvt and tcl is not necessary

 -- Massimo




On Fri, Jun 28, 2013 at 2:56 PM, Brice Hamon <[email protected]
<mailto:[email protected]>> wrote:

    No I used the standard distribution of apache2.

    Plain vanilla configure:

    ./configure --with-apxs=/usr/sbin/apxs2

    I attached the config.log just in case.



    On Fri, Jun 28, 2013 at 4:51 PM, Massimo Manghi <[email protected]
    <mailto:[email protected]>> wrote:

        Did you build your own httpd instance?  In case would you try to
        build it with this configure line?

        ./configure --prefix=/usr/local/apache2
        --enable-modules-shared=most --enable-mantainer-mode
        --with-mpm=prefork --enable-maintainer-mode --enable-symbols
        --with-included-apr --enable-dso --enable-cgi --disable-cgid

        this is how my test instance of apache2 is built. What is you
        configure line for Rivet?

          -- Massimo


        On 06/28/2013 08:18 PM, Brice Hamon wrote:

            Yes Me too.

            I believe it's a apache config problem.

            Server version: Apache/2.2.21 (Linux/SUSE)
            Server built:   2013-03-28 11:23:38.000000000 +0000

            Linux ydotm2 3.1.10-1.23.1-desktop #1 SMP PREEMPT Tue May 21
            12:46:34
            UTC 2013 (8645a72) x86_64 x86_64 x86_64 GNU/Linux



            On Fri, Jun 28, 2013 at 4:15 PM, Massimo Manghi
            <[email protected] <mailto:[email protected]>
            <mailto:[email protected] <mailto:[email protected]>>>
            wrote:

                 Hi Brice

                   are you running apache 2.2? I think I'm running out
            of ideas....

                   -- Massimo



                 On 06/28/2013 08:03 PM, Brice Hamon wrote:

                     Hi Massimo,

                     I think I use the prefork also:

                     /usr/sbin/httpd2 -l
                     Compiled in modules:
                         core.c
                         prefork.c
                         http_core.c
                         mod_so.c

                     I am still fiddling around to try to make it work.

                     Thank you,
                     B.





---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to