Results 1 to 1 of 1
I'm running SuSE 9.3
I have installed mod_layout 4.0.1a
The message was :
All done.
|
| You will need to add the directive:
| LoadModule layout_module modules/liblayout.so
| So ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-02-2006 #1Just Joined!
- Join Date
- Apr 2006
- Posts
- 1
mod_layout
I'm running SuSE 9.3
I have installed mod_layout 4.0.1a
The message was :
All done.
|
| You will need to add the directive:
| LoadModule layout_module modules/liblayout.so
| So that you can begin to use mod_layout.
| Thanks for installing mod_layout.
When I add LoadModule to httpd.conf
LoadModule layout_module modules/liblayout.so
and try to restart Apache the message is
Cannot load /srv/www/modules/liblayout.so into server: /srv/www/modules/liblayout.so: cannot open shared object file: No such file or directory
When I add LoadModule to httpd.conf
LoadModule layout_module /usr/lib/apache2/liblayout.so
In VirtualHost I added
<VirtualHost>
LayoutFooter "<P>This is domain.ro<P>"
</VirtualHost>
restarted Apache evrything OK but nothing appears in WebPage
In Apache error_log I have nothing
Any suggestion
Thanks in advance


Reply With Quote
