Revision b01d84a9
Von Sven Schöling vor mehr als 9 Jahren hinzugefügt
acctranscorrections.pl | ||
---|---|---|
1 |
am.pl |
admin.pl | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
use strict; |
|
4 |
|
|
5 |
use SL::Dispatcher; |
|
6 |
|
|
7 |
our $dispatcher = SL::Dispatcher->new('CGI'); |
|
8 |
$dispatcher->pre_startup; |
|
9 |
$dispatcher->handle_request; |
|
10 |
|
|
11 |
1; |
am.pl | ||
---|---|---|
1 |
admin.pl |
amtemplates.pl | ||
---|---|---|
1 |
am.pl |
ap.pl | ||
---|---|---|
1 |
am.pl |
ar.pl | ||
---|---|---|
1 |
am.pl |
bankaccounts.pl | ||
---|---|---|
1 |
am.pl |
bp.pl | ||
---|---|---|
1 |
am.pl |
ca.pl | ||
---|---|---|
1 |
am.pl |
common.pl | ||
---|---|---|
1 |
am.pl |
controller.pl | ||
---|---|---|
1 |
am.pl |
cp.pl | ||
---|---|---|
1 |
am.pl |
ct.pl | ||
---|---|---|
1 |
am.pl |
datev.pl | ||
---|---|---|
1 |
am.pl |
dispatcher.pl | ||
---|---|---|
1 |
admin.pl |
dispatcher.pl | ||
---|---|---|
1 |
#!/usr/bin/perl |
|
2 |
|
|
3 |
use strict; |
|
4 |
|
|
5 |
use SL::Dispatcher; |
|
6 |
|
|
7 |
our $dispatcher = SL::Dispatcher->new('CGI'); |
|
8 |
$dispatcher->pre_startup; |
|
9 |
$dispatcher->handle_request; |
|
10 |
|
|
11 |
1; |
dn.pl | ||
---|---|---|
1 |
am.pl |
do.pl | ||
---|---|---|
1 |
am.pl |
fu.pl | ||
---|---|---|
1 |
am.pl |
generictranslations.pl | ||
---|---|---|
1 |
common.pl |
gl.pl | ||
---|---|---|
1 |
am.pl |
ic.pl | ||
---|---|---|
1 |
am.pl |
ir.pl | ||
---|---|---|
1 |
am.pl |
is.pl | ||
---|---|---|
1 |
am.pl |
letter.pl | ||
---|---|---|
1 |
am.pl |
licenses.pl | ||
---|---|---|
1 |
am.pl |
login.pl | ||
---|---|---|
1 |
admin.pl |
oe.pl | ||
---|---|---|
1 |
am.pl |
pe.pl | ||
---|---|---|
1 |
am.pl |
rc.pl | ||
---|---|---|
1 |
am.pl |
rp.pl | ||
---|---|---|
1 |
am.pl |
sepa.pl | ||
---|---|---|
1 |
am.pl |
todo.pl | ||
---|---|---|
1 |
am.pl |
ustva.pl | ||
---|---|---|
1 |
am.pl |
vk.pl | ||
---|---|---|
1 |
am.pl |
wh.pl | ||
---|---|---|
1 |
am.pl |
Auch abrufbar als: Unified diff
Symlinks entfernt
Die bevorzugte Art das Programm an den Apache anzubinden ist seit Jahren
über ein AliasMatch der direkt dispatcher.<typ> aufruft.
Das letzte mal haben wir das 2010 probiert, da gab es aber noch viele
Installationen deren Update nicht trivial gewesen wäre. Das sollte heute
nicht mehr so sein.
Doku für basic cgi muss noch angepasst werden.