es ist der inetd mode gewesen der auf standalone ungestellt werden musste,
jetzt laeuft es, heheh man kommt selten auf die kleinigkeiten, bisher habe
ich apache
immer im inetd mode benutzt, ohne probleme nun gut, der standalone mode is
mir zwar
nicht ganz so lieb aber nun tut es.
danke
> Hallo Stefan,
>
> * Stefan Knoblauch <stefan(at)qvc-online.de> [010404 11:36]:
> > [...]
> > php:
> >
/configure --with-apache=../apache_1.3.9 --with-mysql=/path/to/mysql --with
> > -gd=/usr/local
> > make ..... make install ( wunderbar, sieht alles gut aus. )
> Wir haben ein ganz ähnliches Machwerk am laufen.
> Warum compilierst Du das eigentlich nicht über die Ports.
> Ich habe das Makefile das Ports mod_php4 angepasst und es gab keinerlei
Probleme.
> > apache:
> >
./configure --prefix=/path/to/apache --activate-module=src/modules/php4/libp
> > hp4.a
> > make .... make install ( ebenfalls alles ok )
> > ( moeglich das settings in der httpd.conf fehlen, AddType
> > application/x-httpd-php .php ist gesetzt )
> >
> > ich starte apache im inetd mode also durch inetd
> Nicht gut. Ich würde den Apache lieber als Standalone laufen lassen.
> Ist auch von http://www.apache.org/ empfohlen.
> Hier mal ein Auszug aus unserer httpd.conf
>
> ------------------SCHNIPP-----------------------------
> LoadModule php4_module libexec/apache/libphp4.so
> AddModule mod_php4.c
> <IfModule mod_php4.c>
> DirectoryIndex index.phtml index.php index.php3 index.html
> </IfModule>
>
> <IfModule mod_php4.c>
> AddType application/x-httpd-php .php .phtml
> AddType application/x-httpd-php-source .phps
> </IfModule>
> ------------------SCHNAPP------------------------------
>
> Wir benutzen aus Session-Handling. Allerdings ist das von Haus aus dabei
und bedarf keinerlei besonderen
> Einstellungen bei PHP (php.ini). Das einzige, was ich dort umkonfiguriert
habe ist das keine Cookies
> benutzt werden. Das hatte aber interne Gründe.
>
>
> So viel bis dahin...
>
>
>
> Gordon
>
To Unsubscribe: send mail to majordomo(at)de.FreeBSD.org
with "unsubscribe de-bsd-questions" in the body of the message
Received on Wed 04 Apr 2001 - 13:09:23 CEST