Zum Inhalt springen
View in the app

A better way to browse. Learn more.

Fachinformatiker.de

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Squid Proxy + Clam-av

Empfohlene Antworten

Veröffentlicht

Hallo

ich bin gerade dabei einen Squid Cached Proxy mit Virenscanner aufzusetzen.

Als Virenscanner hab ich mir den Clam-av ausgeguckt.

Hab ma im Internet nach Infos zu dem Thema gesucht und das hier gefunden.

http://linux.swobspace.net/books/fw/proxyscan/proxyscan.pdf

Nu hab ich also den Squid installiert und der läuft auch soweit (war auch kein Problem). Apache 2 iss auch drauf.

Nur möchte ich jetzt eben zu dem Squid noch den Virenscanner installieren.

Nun soll ich nach Kapitel 3 -> Apache2 Modul: mod clamav

das modul "mod clamav" installieren.

Alles klar soweit....

./configure --with-apxs=/usr/sbin/httpd2

läuft auch durch wie ne eins.

Nur wenn ich dann den "make" durchführe kommt folgendes -->

iss-secure:/home/hatzc/Documents/clam-av/mod_clamav-0.21 # make

if /bin/sh ./libtool --mode=compile `/usr/sbin/httpd2 -q CC` -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mod_clamav\" -DVERSION=\"0.21\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_MKSTEMP=1 -I. -I. -I`/usr/sbin/httpd2 -q INCLUDEDIR` `/usr/sbin/httpd2 -q CFLAGS_SHLIB` -g -O2 -MT mod_clamav_la-mod_clamav.lo -MD -MP -MF ".deps/mod_clamav_la-mod_clamav.Tpo" \

-c -o mod_clamav_la-mod_clamav.lo `test -f 'mod_clamav.c' || echo './'`mod_clamav.c; \

then mv -f ".deps/mod_clamav_la-mod_clamav.Tpo" ".deps/mod_clamav_la-mod_clamav.Plo"; \

else rm -f ".deps/mod_clamav_la-mod_clamav.Tpo"; exit 1; \

fi

httpd2: illegal option -- q

Usage: /usr/sbin/httpd2 [-D name] [-d directory] [-f file]

[-C "directive"] [-c "directive"]

[-k start|restart|graceful|stop]

[-v] [-V] [-h] [-l] [-L] [-t] [-S]

Options:

-D name : define a name for use in <IfDefine name> directives

-d directory : specify an alternate initial ServerRoot

-f file : specify an alternate ServerConfigFile

-C "directive" : process directive before reading config files

-c "directive" : process directive after reading config files

-e level : show startup errors of level (see LogLevel)

-E file : log startup errors to file

-v : show version number

-V : show compile settings

-h : list available command line options (this page)

-l : list compiled in modules

-L : list available configuration directives

-t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)

-S : a synonym for -t -D DUMP_VHOSTS

-t : run syntax check for config files

httpd2: illegal option -- q

Usage: /usr/sbin/httpd2 [-D name] [-d directory] [-f file]

[-C "directive"] [-c "directive"]

[-k start|restart|graceful|stop]

[-v] [-V] [-h] [-l] [-L] [-t] [-S]

Options:

-D name : define a name for use in <IfDefine name> directives

-d directory : specify an alternate initial ServerRoot

-f file : specify an alternate ServerConfigFile

-C "directive" : process directive before reading config files

-c "directive" : process directive after reading config files

-e level : show startup errors of level (see LogLevel)

-E file : log startup errors to file

-v : show version number

-V : show compile settings

-h : list available command line options (this page)

-l : list compiled in modules

-L : list available configuration directives

-t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)

-S : a synonym for -t -D DUMP_VHOSTS

-t : run syntax check for config files

httpd2: illegal option -- q

Usage: /usr/sbin/httpd2 [-D name] [-d directory] [-f file]

[-C "directive"] [-c "directive"]

[-k start|restart|graceful|stop]

[-v] [-V] [-h] [-l] [-L] [-t] [-S]

Options:

-D name : define a name for use in <IfDefine name> directives

-d directory : specify an alternate initial ServerRoot

-f file : specify an alternate ServerConfigFile

-C "directive" : process directive before reading config files

-c "directive" : process directive after reading config files

-e level : show startup errors of level (see LogLevel)

-E file : log startup errors to file

-v : show version number

-V : show compile settings

-h : list available command line options (this page)

-l : list compiled in modules

-L : list available configuration directives

-t -D DUMP_VHOSTS : show parsed settings (currently only vhost settings)

-S : a synonym for -t -D DUMP_VHOSTS

-t : run syntax check for config files

libtool: unrecognized option `-DPACKAGE_NAME=""'

Try `libtool --help' for more information.

make: *** [mod_clamav_la-mod_clamav.lo] Fehler 1

:rolleyes:

Kann mir jemand sagen wie ich diesen Fehler beheben kann?

Bin leider noch ein ziemlicher linux noob... deshalb.

Help me Plz...

:uli :uli :uli :uli :uli grEEtz

christianhttp://linux.swobspace.net/books/fw/proxyscan/proxyscan.pdf

das modul "mod clamav" installieren.

Alles klar soweit....

./configure --with-apxs=/usr/sbin/httpd2

läuft auch durch wie ne eins.

Wie wärs wenn du bei --with-apxs auch das apxs-binary angibst? Also z.b.

--with-apxs=/opt/apache2/sbin/apxs

Musst schauen wo du es hingelegt hast.

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.