Hallo,
ich versuche gerade den apache2 mit php4 + 5 zu laufen zu bekommen.
Leider scheint dass irgendwie nicht richtig zu funktionieren, da bei jedem php5-script das ich aufrufe "no input file specified" erscheint.
Kennt jemand den Fehler?
Hier die config:
httpd.conf ----------- ... ScriptAlias /cgi-php5/ /srv/www/htdocs/php5/bin/ Action php5-cgi "/cgi-php5/php" AddHandler php5-cgi .php5 ...
configure-optionen von php5 --------------------------- ./configure --prefix=/srv/www/htdocs/php5/ --with-config-file-path=/srv/www/htdocs/php5/ --with-config-file=/srv/www/htdocs/php5/php.ini --enable-force-cgi-redirect --disable-path-info-check --enable-safe-mode --disable-short-tags --with-regex=system --with-mysql --enable-debug --with-mcrypt --enable-versioning --without-pear --enable-discard-path
Ich hoffe Ihr könnt mir weiterhelfen.
Gruß, David