Emiliano schrieb:
> I'm not sure this is the cause of the problem, but I wouldn't load both
> php3 and midgard-php3
OK, I checked this and tested the following midgard.conf. Still, there ist
no answer at all from the server.:
# We listen on additional ports
# 8099 is test web site
# 8101 is admin web site
Listen 8099
Listen 8101
# php3 mit//ohne Midgard
# loading the mod_midgard and the midgardized php
# but not standard php
LoadModule midgard_module /usr/lib/apache/mod_midgard.so
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]