cobrastyle
Mitglied
Hallo,.
Vorerst: Ich habe mich nun etwas mit Debian beschäftigt und denke ich versteh was ablauft xD
Also mein Problem .
Ich benötige PHP und CGI !
Php ist installiert , cgi auch !
http://81.19.152.183/itload/cgi-bin/upload.cgi
Das Problem ist die CGI wird angezeigt aber die komplette datei ...
Hier die Config. von /etc/apache2/sites-available/itload
Phpinfo: phpinfo()
Jemand eine Idee ?
Hier noch der error.log der apache !
Vorerst: Ich habe mich nun etwas mit Debian beschäftigt und denke ich versteh was ablauft xD
Also mein Problem .
Ich benötige PHP und CGI !
Php ist installiert , cgi auch !
http://81.19.152.183/itload/cgi-bin/upload.cgi
Das Problem ist die CGI wird angezeigt aber die komplette datei ...
Hier die Config. von /etc/apache2/sites-available/itload
Code:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/itload/htdocs
<Directory /var/www/itload/htdocs/>
FCGIWrapper /var/www/itload/conf_deinhost .php
<FilesMatch \.php$>
SetHandler fcgid-script
</FilesMatch>
Options +ExecCGI
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/var/www/itload/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
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
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>
<Directory "/var/www/itload/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
SetHandler cgi-script
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
Jemand eine Idee ?
Hier noch der error.log der apache !
Das das favicon nicht existiert ist ja egal ....[Fri Jul 08 10:45:42 2011] [notice] Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny13 with Suhosin-Patch configured -- resuming normal operations
[Fri Jul 08 10:46:56 2011] [error] [client 91.114.178.58] File does not exist: /var/www/favicon.ico, referer: http://81.19.152.183/itload/cgi-bin/api.cgi
[Fri Jul 08 10:46:56 2011] [error] [client 91.114.178.58] File does not exist: /var/www/favicon.ico, referer: http://81.19.152.183/itload/cgi-bin/api.cgi