|< 1 2 >| | 13 Einträge, 2 Seiten |
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
NameVirtualHost 192.168.1.2:8084
<VirtualHost 192.168.1.2:8084>
DocumentRoot F:/apacheweb/8084_develop.perl-community.de/html
ScriptAlias /cgi-bin/ "F:/apacheweb/8084_develop.perl-community.de/html/cgi-bin/"
ErrorLog F:/apacheweb/8084_develop.perl-community.de/log/error.log
CustomLog F:/apacheweb/8084_develop.perl-community.de/log/access.log combined
RewriteEngine on
RewriteLog F:/apacheweb/8084_develop.perl-community.de/log/rewrite.log
RewriteRule /overview/ /cgi-bin/board.pl?action=overview
RewriteRule /board/([0-9]+)/(.*) /cgi-bin/board.pl?action=viewboard;boardid=$1;$2
RewriteRule /thread/([0-9]+)/(.*) /cgi-bin/board.pl?action=viewThread;threadid=$1;$2
AccessFileName .htaccess
</VirtualHost>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
NameVirtualHost 192.168.1.2:8084
<VirtualHost 192.168.1.2:8084>
DocumentRoot F:/apacheweb/8084_develop.perl-community.de/html
ScriptAlias /cgi-bin/ "F:/apacheweb/8084_develop.perl-community.de/html/cgi-bin/"
ErrorLog F:/apacheweb/8084_develop.perl-community.de/log/error.log
CustomLog F:/apacheweb/8084_develop.perl-community.de/log/access.log combined
RewriteEngine on
RewriteLog F:/apacheweb/8084_develop.perl-community.de/log/rewrite.log
RewriteRule /overview/ /cgi-bin/board.pl?action=overview
RewriteRule /board/([0-9]+)/(.*) /cgi-bin/board.pl?action=viewboard;boardid=$1;$2
RewriteRule /thread/([0-9]+)/(.*) /cgi-bin/board.pl?action=viewThread;threadid=$1;$2
PerlRequire f:/apacheweb/8084_develop.perl-community.de/html/cgi-bin/mod_perl_startup.pl
AccessFileName .htaccess
</VirtualHost>
|< 1 2 >| | 13 Einträge, 2 Seiten |