Thread HTML Seite mit Links mittels Perl-Module erstellen (53 answers)
Opened by rooky at 2007-10-25 01:56

rooky
 2007-10-27 23:06
#101488 #101488
User since
2007-10-25
38 Artikel
BenutzerIn
[default_avatar]
Also Leute ich weiss es nicht mehr weiter das Skript läuft aber ich kann immer noch nicht die PDFs öffnen. Alle Einstellungen wurden von mir vorgenommen. Hier eine Zusammenfassung:

Code: (dl )
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
DocumentRoot "/home/user"

<Directory "/home/user/">
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs-2.2/mod/core.html#options
# for more information.
Options None
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
AllowOverride None
# Controls who can get stuff from this server.
Order allow,deny
Allow from all
</Directory>

ScriptAlias /cgi-bin/ "/srv/www/cgi-bin/"

# "/srv/www/cgi-bin" should be changed to whatever your ScriptAliased
# CGI directory exists, if you have that configured.
#
<Directory /home/*/public_html/cgi-bin>
Options ExecCGI
SetHandler cgi-script
</Directory>

Rechte mit chmod 755 skript.pl


Vielleicht sollte ich nochmal apache deinstallieren und wieder installieren, obwohl ich nicht sehe was das mir bringen sollte. Alles ist Default-Einstellung ausser DocumentRoot.

View full thread HTML Seite mit Links mittels Perl-Module erstellen