virtual()

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alvaro G Vicario

    virtual()

    I understand I was using virtual() for the wrong reason and from now on
    I'll use include() or require(). However, I'm curious about a problem I
    found.

    I have a test server (Red Hat 7.3, Apache 1.3.23, PHP 4.1.2, Server API
    Apache) where virtual() calls work in all cases. However, in the production
    server (Red Hat 9, Apache 2.0.40, PHP 4.2.2, Server API Apache 2.0 Filter)
    they work for all files except *.php ones. Whenever I use virtual() to
    include a PHP file all output is lost and browser gets an empty page. I
    just wonder why :-?


    --
    -- Álvaro G. Vicario - Burgos, Spain
    --
  • Alvaro G Vicario

    #2
    Re: virtual()

    *** Alvaro G Vicario wrote/escribió (Wed, 11 Aug 2004 08:32:47 +0200):[color=blue]
    > Whenever I use virtual() to include a PHP file all output is lost and
    > browser gets an empty page. I just wonder why :-?[/color]

    I've found some more clues. This is what /var/log/httpd/error_log shows
    after the request:

    [Wed Aug 11 09:08:22 2004] [notice] child pid 27845 exit signal
    Segmentation fault (11)



    --
    --
    -- Álvaro G. Vicario - Burgos, Spain
    --

    Comment

    Working...