On Fri, 13 Jul 2001 20:41:56 -0700 (PDT), [EMAIL PROTECTED] wrote:

>  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?
>  

Any ideas or help on this?

Thanks!





_______________________________________________________
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
-----------------------------------------------------------------------------

Reply via email to