LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Mandriva (https://www.linuxquestions.org/questions/mandriva-30/)
-   -   FTP and Apache (https://www.linuxquestions.org/questions/mandriva-30/ftp-and-apache-339382/)

Saxu 07-02-2005 12:44 PM

FTP and Apache
 
Hi,

I installed mandriva with ftp server and apache, but how can i edit that other people can access eg. /files/ folder too? And how can i configure ProFTPd accounts and stuff?

Cheers, Saxu

stefan_nicolau 07-04-2005 04:41 AM

Quote:

I installed mandriva with ftp server and apache, but how can i edit that other people can access eg. /files/ folder too?
Code:

Alias /foo/ "/var/www/htdocs/foo/"
For more, look at the apache manual: http://httpd.apache.org/docs-2.0/mod...ias.html#alias

Quote:

how can i configure ProFTPd accounts and stuff?
ProFTPd normally uses system accounts. See http://proftpd.org/docs/directives/l...hUserFile.html for how to change this.

Saxu 07-04-2005 04:27 PM

Thanks, but where even the apache configuration files are? :S
Sry, im a bit noob with these things :/

stefan_nicolau 07-04-2005 06:08 PM

Quote:

Thanks, but where even the apache configuration files are?
It depends on your system...

For apache:
/etc/
/etc/apache/
/etc/apache2/
/etc/advx/
/etc/httpd/
The file name is httpd.conf, advx.conf, apache.conf or apache2.conf

For proftpd:
/etc/
/etc/proftpd/
The file name is proftpd.conf


All times are GMT -5. The time now is 12:50 AM.