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.

Bugzilla - index.cgi als Quelltext angezeigt

Empfohlene Antworten

Ich benutze Suse 9.0 Pro und den Apache 2 !

Bugzilla ist laut checksetup.pl korrekt eingerichtet!

Leider wird mir die index.cgi vom Apache nur als Quelltext ausgegeben! Da scheint wohl die Absprache zwischen Apache und Perl nicht ganz zu funktionieren!

Ich weiss nicht mehr weiter, da ich alles mögliche vesucht habe, was ich in irgendwelchen Dokus gefunden habe!

Hier die Auszüge aus den Dateien:

Mit dem Perl-Befehl

perl -pi -e 's@#\!/usr/bonsaitools/bin/perl@#\!/usr/bin/perl@' *cgi *pl Bug.pm processmail syncshadowdb

habe ich die Angabe der Perlinstallation geändert, so kommt folgendes bei der index.cgi heraus:

index.cgi die erste Zeile:

#!/usr/bin/perl -wT

Das sollte eigentlich so passen - habe die Datei /usr/bin/perl - aber eben auch eine /usr/bin/perl5.8.1 - welche ist die richtige

localconfig:

$index_html = 0;

$mysqlpath = "/usr/bin";

$create_htaccess = 1;

$webservergroup = "www";

$db_host = "localhost"; # where is the database?

$db_port = 3306; # which port to use

$db_name = "bugs"; # name of the MySQL database

$db_user = "bugs"; # user to attach to the MySQL database

$db_pass = 'xxx';

$db_check = 1;

httpd.conf in /etc/httpd für den Apachen

Group www

DocumentRoot "/srv/www/htdocs"

<Directory />

AuthUserFile /etc/httpd/passwd

AuthGroupFile /etc/httpd/group

Options All +Multiviews

AllowOverride Limit

</Directory>

<Directory "/srv/www/htdocs/bugzilla/bugzilla-2.16.5">

Options All +Multiviews

AllowOverride Limit

Order allow,deny

Allow from all

<IfModule mod_dav.c>

DAV Off

</IfModule>

<Files test.php3>

Order deny,allow

deny from all

allow from localhost

</Files>

</Directory>

AddHandler cgi-script .cgi

Ich hoffe mir kann jemand weiterhelfen so kurz vor dem Ziel!

Bin um jeden Vorschlag dankbar!

Evtl mal zu Linux schieben? Da isses wohl besser aufgehoben!

Archiv

Dieses Thema wurde archiviert und kann nicht mehr beantwortet werden.

Konto

Navigation

Suchen

Suchen

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.