Du weisst, dass Blogs doch irgendwie zu Dir durchdringen, wenn Du beim Blick auf dein Mobiltelefon glaubst Dein Provider hieße "Vodkamelone".
-- Nilsk Ketelsen im IRC SucheAktuelle EinträgeBetter UX on the Nagios web interface using the corewindow parameter
Sonntag, Februar 25 2024 Avocent PM webinterface issues Samstag, September 7 2019 The missing man page: cyc_ipmicmd - Avocent IPMI power control Donnerstag, April 30 2015 Better debugging of dracut and systemd inside the initramfs Freitag, Januar 24 2014 dss_cli, an Open-E Data Storage Server command line interpreter Donnerstag, Mai 16 2013 Link ListLetzte Google Suchetesting
testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing testing KategorienLast played...Song: Numbers (DJ-Kicks) (Extended Vocal Mix) Artist: Booka Shade 7. Februar 2015, 02:32 Song: Numbers (DJ-Kicks) (Club Mix) Artist: Booka Shade 7. Februar 2015, 02:24 Song: Estoril Artist: Booka Shade 7. Februar 2015, 02:17 Song: Numbers (DJ-Kicks) (Extended Vocal Mix) Artist: Booka Shade 7. Februar 2015, 02:12 Song: Numbers (DJ-Kicks) (Extended Vocal Mix) Artist: Booka Shade 12. Januar 2015, 00:43 18. August 2015, 15:15
|
< "No input file specified" reloaded oder komische Fehlermeldungen und noch komischere Ursachen | Nettes Lied, beschissenes Video >
Dienstag, 8. Februar 2005"No input file specified" reloaded OR strange errors and stranger causesTrackbacks
Trackback für spezifische URI dieses Eintrags
Keine Trackbacks
Kommentare
Ansicht der Kommentare:
(Linear | Verschachtelt)
I cannot find a good way for this to format properly on your blog, but if you want to hand edit it and replace my pseudo-markup with whatever is appropriate, then that is fine.
[p]I am having a different problem that is resulting in the same error. It all boils down to a very restrictive configuration by my web host. I could easilly fix the issue if I had access to the httpd.conf, but I don't. The issue is that I have a dedicated IP for my virtual host, and I want two domain names pointing to it. Since I cannot use name based virtual hosting, I have decided to make some use of mod_rewrite in my .htaccess file. I use the HTTP_HOST variable to send my other domain name to a subdirectory of my document root. This works great... except for PHP files. My host does not use mod_suphp, but rather mod_fastcgi to facilitate PHP as a CGI. This would probably work the same way with mod_suphp, however.[/p] [p]Here is what happens:[/p] [p]- If the host is www.domain1.com, my rewrite parameters do not apply, and it processes like normal.[/p] [p]- If the host is www.domain2.com, my rewrite parameters do apply and I have conditions and rules that work great (except for PHP files).[/p] [p]- If is www.domain2.com and the request is for /file.ext it gets rewritten to /domain2/file.ext. This is file in all instances except for PHP files.[/p] [p]- If it is a PHP file, the PHP CGI binary receives /file.ext as the file it is looking and appends it to the DOCUMENT ROOT. If it does not exist, it outputs "No input file specified.". If it does exist, it is for the wrong pseudo-vhost. I need to find a way to make it stick in the subdirectory, so it is looking for DOCUMENT ROOT/domain2/file.ext.[/p] [p]I tried using flags at the end of the RewriteRule to pass the proper SCRIPT_FILENAME, but I think there is a race condition that overwrites it back to what it originally was before PHP gets a hold of it. I found this in cgi_main.c[/p] [p]What do you think I could do, short of patching it or changing the necessary items in the httpd.conf, both of which I have no control over, in this environment?[/p] |