Emiliano schrieb:
> I don't see mod_midgard, nor midgard-php3 here.
Sorry, I copied the wrong string:
[Fri Mar 30 12:44:48 2001] [notice] Apache/1.3.14 (Unix) (SuSE/Linux)
PHP/3.0.18+Midgard/1.4.1 Midgard/1.4.1 mod_throttle/3.0 mod_layout/1.0
mod_fastcgi/2.2.2 mod_perl/1.24 configured -- resuming normal operations
The server doesn't answer at all (no "HTTP/1.1 200 OK"), any time I
load libphp3-midgard and mod_midgard instead of the standard PHP3.
No answer on the standard 80 port nor on the extra Midgard ports.
Maybe I made something wrong with the midgard.conf. httpd.conf says:
# If Midgard is installed load the configuration directives
<IfDefine MIDGARD>
Include /etc/httpd/midgard/midgard.conf
</IfDefine>
and midgard.conf is:
locutus:/usr/lib/apache # less /etc/httpd/midgard/midgard.conf
# We listen on additional ports
# 8099 is test web site
# 8101 is admin web site
Listen 8099
Listen 8101
Listen 8099
Listen 8101
LoadModule midgard_module /usr/lib/apache/mod_midgard.so
# php3 mit//ohne Midgard
LoadModule php3_module /usr/lib/apache/libphp3-midgard.so
# LoadModule php3_module /usr/lib/apache/libphp3.so
AddModule mod_midgard.c
AddModule mod_php3.c
NameVirtualHost midgard.netzwissen.de:8099
NameVirtualHost midgard.netzwissen.de:8101
MidgardEngine on
MidgardRootfile /usr/lib/apache/midgard-root.php3
<Directory /usr/local/httpd/htdocs/midgard>
DirectoryIndex index.mdg
AddType application/x-httpd-php-midgard .mdg
MidgardTemplate phpelements.xml
require valid-user
AuthName Midgard
AuthType Basic
</Directory>
<VirtualHost midgard.netzwissen.de:8099>
ServerName locutus.netzwissen.de
Port 8099
</VirtualHost>
<VirtualHost midgard.netzwissen.de:8101>
ServerName locutus.netzwissen.de
Port 8101
</VirtualHost>
--
-------------------------------------------------------
Thomas M. ROTHER - "netzwissen" - 73728 Esslingen
Germany/EU - http://www.netzwissen.de (updated)
Public PGP Key available from http://www.keyserver.net
-------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]