Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
blosxom funktioniert nicht ?
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
tri
n00b
n00b


Joined: 12 Oct 2004
Posts: 12

PostPosted: Mon Apr 24, 2006 9:45 pm    Post subject: blosxom funktioniert nicht ? Reply with quote

hallo zusammen,

ich habe auf meinem server blosxom installiert.

dies war nicht weiter schwierig, da man(n) einfach das blosxom.cgi script in den cgi-bin folder kopiert und fertig.
-> nun gibt es aber doch ein problem - wenn ich versuche über die url www.blabla.de/cgi-bin/blosxom.cgi das script aufzurufen erhalte ich nur eine leere seite - nichteinmal im souce code steht was... nur alles blank ?

andere cgi-bin scripte wie "printenv" funktionieren aber... ich habe natürlich auch ein chmod 755 auf das blosxom script gemacht. wenn ich über die console mit "./blosxom.cgi" das script starte erhalten ich den html output denn ich eigentlich im browser gern sehen würde.

ich habe den apache auf loglevel debug geschalten aber erhalte keinerlei fehlermeldung im log.

die config des vhosts sieht so aus:

...
ScriptAlias /cgi-bin/ /var/www/www.blabla.de/cgi-bin/
<Directory /var/www/www.blabla.de/cgi-bin/>
SetHandler perl-script
PerlResponseHandler ModPerl::Registry
PerlOptions +ParseHeaders
Options +ExecCGI
</Directory>

os : natürlich gentoo ;)
apache version 2.0.55
mod_perl version 2.0.1-r2
perl 5.8.7-r3

hat jemand vielleicht eine idee ?

Vielen Dank !
Gruß Tobi
_________________
Woher soll ich wissen was ich denke, bevor ich gehört habe was ich sage?
Back to top
View user's profile Send private message
Nightfire
n00b
n00b


Joined: 19 Sep 2004
Posts: 65

PostPosted: Mon Apr 24, 2006 10:38 pm    Post subject: Reply with quote

Ich kenne dieses CGI script nicht aber vielleicht brauchst du ne andere mod_perl bzw perl version?
Back to top
View user's profile Send private message
tri
n00b
n00b


Joined: 12 Oct 2004
Posts: 12

PostPosted: Tue Apr 25, 2006 10:08 am    Post subject: Reply with quote

leider ist die doku nicht so richtig aussagefähig:

http://www.blosxom.com/documentation/users/install/dynamic/

sonst vielleicht jemand das script im einsatz - welche konfiguration wird dazu gebraucht ?

vielen dank.

gruß tobi
_________________
Woher soll ich wissen was ich denke, bevor ich gehört habe was ich sage?
Back to top
View user's profile Send private message
firefly
Watchman
Watchman


Joined: 31 Oct 2002
Posts: 5329

PostPosted: Tue Apr 25, 2006 1:58 pm    Post subject: Reply with quote

ich habe das script mal testweise installiert und es funktioniert ohne probleme.
Ich verwende die standard-configuration für cgi-bin(/var/localhost/cgi-bin):
Code:
ScriptAlias /cgi-bin/ /var/www/localhost/cgi-bin/
<Directory "/var/www/localhost/cgi-bin/">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
</Directory>


desweiteren brauchst du kein mod_perl mit dieser konfiguration.
_________________
Ein Ring, sie zu knechten, sie alle zu finden,
Ins Dunkel zu treiben und ewig zu binden
Im Lande Mordor, wo die Schatten drohn.
Back to top
View user's profile Send private message
tri
n00b
n00b


Joined: 12 Oct 2004
Posts: 12

PostPosted: Tue Apr 25, 2006 4:01 pm    Post subject: Reply with quote

danke das war die lösung - man braucht dafür natürlich kein mod_perl...

hier noch die erklärung warum mod_perl nicht tut: http://groups.yahoo.com/group/blosxom/message/11527

gruß tobi
_________________
Woher soll ich wissen was ich denke, bevor ich gehört habe was ich sage?
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum