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 ScriptAlias /cgi-bin/ /ScriptAlias /cgi-peopledesigns/ /User webmaster
Group peopledesignsgrp
ServerAdmin webmaster@peopledesigns.net
ServerName ErrorDocument 404 /missing.html
DocumentRoot /TransferLog logs/peopledesigns-access-log
</virtualhost>
<virtualhost ScriptAlias /cgi-bin/ /ScriptAlias /cgi-scopeprogram/ /User scopeprogram
Group scopeprogramgrp
ServerAdmin webmaster@scopeprogram.net
ServerName ErrorDocument 404 /missing.html
DocumentRoot /TransferLog logs/scopeprogram-access-log
Redirect permanent / </virtualhost>
I still can't log in w/ the same username/password combonation.
Any ideas?
Thanks,
Clem C
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 ScriptAlias /cgi-bin/ /ScriptAlias /cgi-peopledesigns/ /User webmaster
Group peopledesignsgrp
ServerAdmin webmaster@peopledesigns.net
ServerName ErrorDocument 404 /missing.html
DocumentRoot /TransferLog logs/peopledesigns-access-log
</virtualhost>
<virtualhost ScriptAlias /cgi-bin/ /ScriptAlias /cgi-scopeprogram/ /User scopeprogram
Group scopeprogramgrp
ServerAdmin webmaster@scopeprogram.net
ServerName ErrorDocument 404 /missing.html
DocumentRoot /TransferLog logs/scopeprogram-access-log
Redirect permanent / </virtualhost>
I still can't log in w/ the same username/password combonation.
Any ideas?
Thanks,
Clem C