I recently made the switch from SuPhp to DSO + Apache Ruid2.
Since doing so, I have been aware of the following entries in my Apache Error log:
I am guessing that the issue is related to the ScriptAlias directive which tells Apache that a particular directory is set aside for CGI. The error is fairly general and I am not sure what I need to do to fault find.
Any ideas?
Since doing so, I have been aware of the following entries in my Apache Error log:
I am guessing that the issue is related to the ScriptAlias directive which tells Apache that a particular directory is set aside for CGI. The error is fairly general and I am not sure what I need to do to fault find.
Any ideas?
Code:
[Tue Dec 17 16:00:52.181444 2013] [cgi:error] [pid 29857] [client 200.49.164.234:43251] script not found or unable to stat: /usr/local/apache/cgi-bin/php
[Tue Dec 17 16:00:52.529244 2013] [cgi:error] [pid 30349] [client 200.49.164.234:43879] script not found or unable to stat: /usr/local/apache/cgi-bin/php5
[Tue Dec 17 16:00:54.639668 2013] [cgi:error] [pid 30215] [client 200.49.164.234:46242] script not found or unable to stat: /usr/local/apache/cgi-bin/php-cgi
[Tue Dec 17 16:01:17.697365 2013] [cgi:error] [pid 30216] [client 200.49.164.234:47156] script not found or unable to stat: /usr/local/apache/cgi-bin/php.cgi
[Tue Dec 17 16:01:32.642405 2013] [cgi:error] [pid 30348] [client 200.49.164.234:43346] script not found or unable to stat: /usr/local/apache/cgi-bin/php4
[Tue Dec 17 16:09:30.519635 2013] [:error] [pid 31156] mod_ruid2 www.xxxxxx.com GET /images/single.jpg HTTP/1.1 chdir to /home/virtfs/xxxxxx failed
Last edited: