On Thu, 29 Mar 2001 02:48, Brandon Orther wrote:
> Hello,
>
> I am trying to write some shell scripts in PHP. I do not know where it
> is because this is a cobalt raq4 and it is embedded with the server
> when it is sent. If anyone know where it is on raq4's or if you know
> how I can find out please let me know.
>
> Thank you,
You'll need to determine what sort of PHP installation you have; put
phpinfo() in a script and run it. The info at the top in the configure
command section should give you a clue. If it refers to apache then you
have a module rather than a cgi.
If you have the cgi then it will probably be in your apache cgi-bin
directory, but you should be able to use the Unix 'find' command to
locate it if you have shell access.
--
David Robley | WEBMASTER & Mail List Admin
RESEARCH CENTRE FOR INJURY STUDIES | http://www.nisu.flinders.edu.au/
AusEinet | http://auseinet.flinders.edu.au/
Flinders University, ADELAIDE, SOUTH AUSTRALIA
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]