Perlskripte werde nicht ausgeführt

Alles, was Perl betrifft, kann hier besprochen werden.

Perlskripte werde nicht ausgeführt

Postby naked_chef » 06. August 2007 09:26

Moin,

seit ein paar Tagen beschäftige ich mich mit TWiki, oder besser gesagt, habe ich das vor. Leider scheitert es daran, dass Perlskripte nicht interpretiert werden.

Das Hostsystem ist ein Linux, darauf läuft Apache2 mit mod_perl. Es sollten alle Komponenten installiert sein.

Ich habe das TWiki nach /var/www/twiki entpakt.

Meine sites-available habe ich entsprechend editiert:
Code: Select all
NameVirtualHost *
<VirtualHost *>
   ServerAdmin webmaster@localhost
   
   DocumentRoot /var/www/
   <Directory />
      Options FollowSymLinks
      AllowOverride None
   </Directory>
   <Directory /var/www/>
      Options Indexes FollowSymLinks MultiViews
      AllowOverride None
      Order allow,deny
      allow from all
      # This directive allows us to have apache2's default start page
                # in /apache2-default/, but still have / go to the right place
                #RedirectMatch ^/$ /apache2-default/
   </Directory>

   ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
   <Directory "/usr/lib/cgi-bin">
      AllowOverride None
      Options ExecCGI -MultiViews +SymLinksIfOwnerMatch
      Order allow,deny
      Allow from all
   </Directory>

   <Directory "/var/www/twiki/bin">
      AllowOverride None
      Options +ExecCGI +MultiViews +SymLinksIfOwnerMatch
      AddHandler cgi-script .cgi .pl
      Allow from all   
   </Directory>

   ErrorLog /var/log/apache2/error.log

   # Possible values include: debug, info, notice, warn, error, crit,
   # alert, emerg.
   LogLevel warn

   CustomLog /var/log/apache2/access.log combined
   ServerSignature On

    Alias /doc/ "/usr/share/doc/"
    <Directory "/usr/share/doc/">
        Options Indexes MultiViews FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
        Allow from 127.0.0.0/255.0.0.0 ::1/128
    </Directory>

</VirtualHost>


Es werden aber keine Perlskripte ausgeführt, habt ihr eine Idee woran es liegen kann ?

Grüße

n_chef
naked_chef
 
Posts: 1
Joined: 06. August 2007 09:09

Return to Perl

Who is online

Users browsing this forum: No registered users and 35 guests