|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
multiple users for multiple domain names
Hello,
I know this is rather simple but I was trying to make to virtual domains to be owned by the same owner. I went to the httpd.conf file and did this: <virtualhost www.peopledesigns.net> ScriptAlias /cgi-bin/ /www/peopledesigns/cgi-bin/ ScriptAlias /cgi-peopledesigns/ /www/peopledesigns/cgi-bin/ User webmaster Group peopledesignsgrp ServerAdmin webmaster@peopledesigns.net ServerName www.peopledesigns.net ErrorDocument 404 /missing.html DocumentRoot /www/peopledesigns TransferLog logs/peopledesigns-access-log </virtualhost> <virtualhost www.scopeprogram.net> ScriptAlias /cgi-bin/ /www/scopeprogram/cgi-bin/ ScriptAlias /cgi-scopeprogram/ /www/scopeprogram/cgi-bin/ User scopeprogram Group scopeprogramgrp ServerAdmin webmaster@scopeprogram.net ServerName www.scopeprogram.net ErrorDocument 404 /missing.html DocumentRoot /www/scopeprogram TransferLog logs/scopeprogram-access-log Redirect permanent / https://scopeprogram.net </virtualhost> I still can't log into an ftp connetion w/ the same username/password combonation. Any ideas? Thanks, Clem C |
|
#2
|
|||
|
|||
|
The User/Group in httpd.conf is for suEXEC environment, which has nothing to do with the username or password in HTTP AUTH, nor does it have anything to do with your FTP daemon's users.
Depending on which FTP daemon you are using, you generally need to create each user by hand and assign each of them a HOME directory (i.e. /www/scopeprogram), ftpchroot it so scopeprogram can't get into /www/peopledesigns. Another thing to keep in mind, this kind of user should not have shell access. Don't forget to delete your identical thread in Apache forum. |
|
#3
|
|||
|
|||
|
what I am trying to accomplish is to set a "catch all" ftp login to the scopeprogram site and the peopledesigns site. Both of which are located under the www directory.
I have the root access login but I can't seem to set both sites up to accept a single ftp connection using the root login. Also, I tried to delete my thread and it said I didn't have proper access to do so. thanks for your help Clem C |
![]() |
| Viewing: Dev Shed Forums > System Administration > FTP Help > multiple users for multiple domain names |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|