Probleme beim Apache2 installieren

alain

Member
Hallo zusammen

sorry, ich weiss ich bin noch ein bsdnoob, oute mich hier jetzt trotzdem:

Code:
# make install WITH_SSL_MODULES clean

 To enable a module category: WITH_<CATEGORY>_MODULES
 To disable a module category: WITHOUT_<CATEGORY>_MODULES

 Per default categories are:
  AUTH DAV MISC
 Categories available:
  AUTH DAV EXPERIMENTAL LDAP MISC PROXY SSL  SUEXEC THREADS

  To see all available knobs, type make show-options
  To see all modules in different categories, type make show-categories
  You can check your modules configuration by using make show-modules

To save apache.org bandwidth, please use the closest
mirror. Hit Ctrl+C now and do a make print-closest-mirrors.
To automatically update /etc/make.conf do:
make print-closest-mirrors >> /etc/make.conf

===>  apache-2.0.54 has known vulnerabilities:
=> apache -- http request smuggling.
   Reference: <http://www.FreeBSD.org/ports/portaudit/651996e0-fe07-11d9-8329-000e0c2e438a.html>
=> Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/www/apache2.
ok,
Code:
# cvsup -g -L 2 /usr/sup/stable-supfile
Parsing supfile "/usr/sup/stable-supfile"
Connecting to cvsup.ch.FreeBSD.org
Connected to cvsup.ch.FreeBSD.org
Server software version: SNAP_16_1h
Negotiating file attribute support
Exchanging collection information
Establishing multiplexed-mode data connection
Running
Updating collection src-all/cvs
Shutting down connection to server
Finished successfully
ok
Code:
cd /usr/ports && make fetchindex
INDEX-5.bz2                                   100% of  666 kB  153 kBps
ok
Code:
root@first:/usr/ports# cd www/apache2
root@first:/usr/ports/www/apache2# make install clean

 To enable a module category: WITH_<CATEGORY>_MODULES
 To disable a module category: WITHOUT_<CATEGORY>_MODULES

 Per default categories are:
  AUTH DAV MISC
 Categories available:
  AUTH DAV EXPERIMENTAL LDAP MISC PROXY SSL  SUEXEC THREADS

  To see all available knobs, type make show-options
  To see all modules in different categories, type make show-categories
  You can check your modules configuration by using make show-modules

To save apache.org bandwidth, please use the closest
mirror. Hit Ctrl+C now and do a make print-closest-mirrors.
To automatically update /etc/make.conf do:
make print-closest-mirrors >> /etc/make.conf

===>  apache-2.0.54 has known vulnerabilities:
=> apache -- http request smuggling.
   Reference: <http://www.FreeBSD.org/ports/portaudit/651996e0-fe07-11d9-8329-000e0c2e438a.html>
=> Please update your ports tree and try again.
*** Error code 1

Stop in /usr/ports/www/apache2.
root@first:/usr/ports/www/apache2#
Hmm, geht immer noch nicht. Jetzt kann mir jemand sagen, welchen Schritt ich vergessen habe? Oder ist einfach noch kein Patch zu der Vulnerability vorhanden?

Vielen Dank für sachdienliche Hinweise ;)
 
Ja gut, ich sollte vielleicht eher die ports statt das basissystem upgraden

Code:
cvsup -g -L 2 /usr/sup/ports-supfile
 
Zurück
Oben