Mod_layout install from rpm not working
drake <[email protected]>
| Newsgroups | gmane.comp.apache.mod-layout |
|---|---|
| Organization | 5010.com |
| Message-ID | <[email protected]> |
I'm using Apache 1.3.26 and I just tried to install mod_layout (3.2-1) from
the rpm.
After the install I see a new file called mod_layout.so under /usr/lib/apache,
along with a lot of other modules. But when I restarted apached I can't tell
that it actually loaded. According to the documentation I've been able to
find I don't have to do anything right?
Then I added this to my /etc/httpd/conv/vhosts/Vhosts.conf file:
<VirtualHost localhost>
LayoutFooter "Copyright Foobar, 2000"
</VirtualHost>
After which I get the following error:
[root@quark rpms]# apachectl restart
Shutting down httpd: [ OK ]
Starting httpd: Syntax error on line 52 of /etc/httpd/conf/vhosts/Vhosts.conf:
Invalid command 'LayoutFooter', perhaps mis-spelled or defined by a module not
included in the server configuration
[FAILED]
Syntax error on line 52 of /etc/httpd/conf/vhosts/Vhosts.conf:
Invalid command 'LayoutFooter', perhaps mis-spelled or defined by a module not
included in the server configuration
[FAILED]
Syntax error on line 52 of /etc/httpd/conf/vhosts/Vhosts.conf:
Invalid command 'LayoutFooter', perhaps mis-spelled or defined by a module not
included in the server configuration
[FAILED]
[root@quark rpms]#