[FreeBSD] Apache13 en mod_env.c

Pagina: 1
Acties:

  • Darius
  • Registratie: Juli 2001
  • Laatst online: 07-05 14:16
Hallo,

Ik heb laatst mijn FreeBSD (stable) bak opnieuw geinstalleerd en wou apache installeren via de ports. Dit lukte allemaal. Maar als ik nu apache op wilt starten krijg ik de volgende error :

Syntax error on line 226 of /usr/local/etc/apache/httpd.conf:
Cannot add module via name 'mod_env.c': not in list of loaded modules

Als ik dit lijn uit comment bitcht ie weer over andere modules wat hij niet kan vinden. Weet iemand waar dit aan kan liggen of waar ik deze modules allemaal kan vinden in bijv. de ports tree ?

BTW De modules zijn ook niet geinstalleerd. Het is niet zo dat ze op de verkeerde plaats staan of zo.

  • PowerSp00n
  • Registratie: Februari 2002
  • Laatst online: 17-11-2025

PowerSp00n

There is no spoon

Staan er wel een aantal LoadModule lines in je httpd.conf?

code:
1
2
3
4
5
6
7
# To be able to use the functionality of a module which was built as a DSO you
# have to place corresponding `LoadModule' lines at this location so the
# directives contained in it are actually available _before_ they are used.
# Please read the file http://httpd.apache.org/docs/dso.html for more
# details about the DSO mechanism and run `httpd -l' for the list of already
# built-in (statically linked and thus always available) modules in your httpd
# binary.