Ok, I resolved my last issue. Now I have encountered new ones. I have
several questions:
1) in the INSTALL guide for VSDWebAdmin1.4.5, it says that after I unarchive
the dist, I should relocate the files to a web accessible location. Which
files? All of them? And shouldn't the web location be
/home/httpd/docs/vsdadm since it references that next.
2) I added the:
<VirtualHost xxx.xxx.xx.xx>
ServerName xxx.xxx.xx.xx
DocumentRoot /home/httpd/docs
<Location /vsdadm>
AllowOverRide AuthConfig
Auth_MYSQL On
Auth_MySQL_DB vsdadmsite
Auth_MySQL_Password_Table siteusers
Auth_MySQL_Username_Field id
Auth_MySQL_Password_Field passwd
Auth_MySQL_Empty_Passwords Off
Auth_MySQL_Encrypted_Passwords On
Auth_MySQL_Encryption_Types Plaintext
AuthName "vsdadm center"
AuthType Basic
require valid-user
</Location>
</VirtualHost>
to my httpd.conf. Then I copied the vsdadminsite directory to
/var/lib/mysql as it told me. The next step is to start my mysql and apache
services. So i do a rebootvs and I get this error:
Sending all processes a TERM signal
Sending all remaining processes a KILL signal
Starting virtual server processes
starting system logging: syslogd
starting daemon: crond
starting daemon: atd
starting web server: httpd
starting MySQL server: mysqld
starting local daemons:.
starting ssh server: sshd
[admin@vsone mysql]$ Syntax error on line 542 of /etc/httpd/conf/httpd.conf:
Invalid command 'Auth_MYSQL', perhaps mis-spelled or defined by a module not
included in the server configuration
As I mentioned on a previous post, I did the recomended installation and it
appears that auth_mysql was installed with it.. I see things like:
"LoadModule mysql_auth_module /usr/lib/apache/mod_auth_mysql.so" in the
httpd.conf file and the server starts fine so I assume its working.
What am I missing here?
NEXT PROBLEM
1) Next it says to connect to mysql and add a test user. I did this.
2) Now it says to create a virtual server on my hosting server. How do I do
that? I have read every bit of documentation that there is and I do not see
where it tells me how to create a virtual server UNDER this. Maybe I am not
getting it. What I understand this to mean is this: I am inside my virtual
server (called vsone in install) and now I need to create another virtual
server under this. Is this right? If so, how the heck do I do it? If it
is in the manuals somewhere, please point me to it.
FINAL ISSUE
1) Reading ahead I see this:
mysql>select LAST_INSERT_ID() from vs;
mysql> insert into user_vs values ('testname','X') ;
where X is the LAST_INSERT_ID() from vs
That is very confusing. Can anyone explain what is actually going on there
in english for me?
Thank you!
_______________________________________________________
Send a cool gift with your E-Card
http://www.bluemountain.com/giftcenter/
------------------------- The freeVSD Support List --------------------------
Subscribe: mailto:[EMAIL PROTECTED]?body=subscribe%20freevsd-support
Unsubscribe: mailto:[EMAIL PROTECTED]?body=unsubscribe%20freevsd-support
Archives: http://freevsd.org/support/mail-archives/freevsd-support
-----------------------------------------------------------------------------