mod_layout 3.2.1 doesn't work
eileen brouddus <[email protected]>
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Message-ID | <[email protected]> |
Hi all. Is there anything else that needs to be done besides the following
to get mod_laout to work? Here's the details:
Apache/1.3.27 (Unix) mod_layout/3.2.1 PHP/4.3.2
The following LoadModule statement is in my httpd.conf file:
LoadModule layout_module libexec/mod_layout.so
The following is in my virthost section:
<VirtualHost IP Address>
ServerAdmin [email protected]
DocumentRoot /httpd/nonssl/webnew/www/htdocs
ServerName webnew.wuacc.edu
Alias /tmp/ /httpd/nonssl/webnew/www/tmp/
ScriptAlias /cgi-bin/ "/httpd/nonssl/webnew/www/cgi-bin/"
ErrorLog /httpd/nonssl/webnew/www/logs/error.log
Scriptlog /httpd/nonssl/webnew/www/logs/cgi_error_log
CustomLog /httpd/nonssl/webnew/www/logs/access.log common
AddHandler server-parsed .shtml
<Directory /httpd/nonssl/webnew/www/htdocs>
Options Indexes Includes FollowSymLinks
XBitHack On
# LayoutFooter /footer.html #commented out because it it isn't working
</Directory>
<long list of aliases>
<long list of redirects>
</VirtualHost>
If I put LayoutFooter outside of the <Directory>, Apache won't restart. I
get a segmentation fault. If I put it inside the <Directory> section,
Apache successfully restarts, but I can't view any of the pages in my Web
site.
Does mod_layout conflict with SSI?
Eileen
--
Eileen Brouddus
University Webmaster
Washburn University
Phone: (785) 231-1010 ext. 2301
[email protected]
http://www.washburn.edu