on linux servers for things like the php path needed to setup cron jobs and scripts.
Easy way to find paths?
Collapse
X
-
whereami.cgi:
#!/bin/sh
echo -e "Content-type: text/plain\n\n"
pwd
echo $DOCUMENT_ROOT
which sendmail
which convert
locate mysqldumpFor historical display only. This information is not current:
support@bettercgi.com ICQ 7208627
Strongbox - The next generation in site security
Throttlebox - The next generation in bandwidth control
Clonebox - Backup and disaster recovery on steroidsComment

Comment