Knowledgebase: CGI
What are my cgi-bin paths?
Posted by John McDonald on 02 January 2009 09:20 PM
|
|
PERSONAL cgi-bin: put files here: [/home/$user/$domain-www/cgi-bin/] access in page with this URL: http://$domain.com/cgi-bin/somefile.cgi [or somefile.pl] --------------------------------------------------------- GLOBAL cgi-bin: access in page with this URL: http://$domain.com/cgi-sys/somefile.pl Files are located here: [/home/httpd/cgi-bin/] (The global cgi-bin files are mainly counters and formmail/pgpmail) | |
|
Comments (0)