Home Forums OS X Server and Client Discussion Web SSI and virtual sites

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #367554
    Anonymous
    Guest

    Hi guys

    Can anybody tell me how to enable Server Side Includes in a virtual site Apache config file in MacOS X Server 10.3? SSI just won’t work when I put the configuration information in the /etc/httpd/sites/000x_domain.conf file for the site that I want to use SSI in.

    Thanks

    Evan

    #370006
    Camelot
    Participant

    Server Site includes are enabled by uncommenting the includes_module lines in /etc/httpd/httpd.conf:

    [code]LoadModule includes_module /usr/libexec/httpd/mod_include.so
    AddModule mod_include.c[/code]

    However, as a module, includes are server-wide and cannot be controlled at a virtual host level.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.

Comments are closed