[plug] FTP setup and transfer

Marc Wiriadisastra marc-w at smlintl.com.au
Thu Sep 30 15:08:58 WST 2004


Joong Cho wrote:
> To Nathan,
> 
> 
>>Are you new to just Debian or Linux in general?
> 
> 
> No. I have used Debian and Linux before. Debian @ computer angels, at Linux
> @ TAFE. I've also done some web server admin stuff at TAFE but all of the
> packages were preinstalled, except that we had to install php, but I've
> forgotten how to do that.
> 
> Also, how do you test if Php is installed or not?
> 
<html>
<head>
<Title> PHP Test</Title>
</head>
<body>
<?phpinfo()?>
</body>
</html>

That script as a index.php in your webserver directory will list 
everything your php is setup for.  I learnt that to find out what was 
working and what wasn't.

HTH

Marc




More information about the plug mailing list