[Cialug] FTP Server - Mandrake 10.1
David Champion
cialug@cialug.org
Tue, 21 Dec 2004 10:28:58 -0600
PHP doesn't run as a service, it is an apache module. To test it, just
put a file in /var/www/html/test.php that says:
<? phpinfo(); ?>
...then view that in a browser - <yourdomain>/test.php - You should see
several pages of output.
It's not a good idea to leave that there - hackers could potentially use
some of the info from that.
-dc
Tim Berneman wrote:
> I found it...proftpd...had to start it.
>
> What about PHP? I didn't see that running.
>
> Tim :)
>
> -----Original Message-----
> From: cialug-admin@cialug.org [mailto:cialug-admin@cialug.org] On Behalf
> Of Tim Berneman
> Sent: Monday, December 20, 2004 10:18 PM
> To: cialug@cialug.org
> Subject: [Cialug] FTP Server - Mandrake 10.1
>
>
> I don't see an FTP server running in my services. How can I start it
> and/or what is the urpmi command to install it?