Re: [EMAIL PROTECTED] Virtual host Problem

2006-07-14 Thread sivakumarb
I assume you are on the same network of 192.168.x.x Have you tried adding (.) dot in the end of 192.168 on Allow Directive. Like below: Allow from 192.168. 127.0.0.1 Siva > Hi, > the following is my virtual host setting for our companies internal > webserver,is their anything worng,because in

Re: Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread sivakumarb
You can try with LD_LIBRARY_PATH variable or ld.so.conf for adding the mysql client libraries into search path. Siva > Hi Joost, > > I switched back to the LoadModule statement which I orginally used. > > I don't have any experience with gdb or strace. Could you just briefly > tell me what I will

Re: Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread sivakumarb
Seems the apache build missed --enable-module=so option when configured/compiled or you have no AddModule mod_so.c in your httpd.conf If the Above line is not present try adding them in to your httpd.conf file. Before doing it pls. cross check wethere DSO support has been configured with your

Re: [EMAIL PROTECTED] Server fails on start up with module

2006-07-14 Thread sivakumarb
Check wethere you webserver build with DSO enabled. Most probably this could be an issue. Else look at the httpd.conf file for LoadModule mysql_auth_module /mod_auth_mysql.so AddModule mod_auth_mysql.c and restart to see whethere it works. Siva > Hello, > > I need mod_auth_mysql for my applic

[EMAIL PROTECTED] Apache 1.3.x need some information about authentication for users/websites

2006-07-13 Thread sivakumarb
Hi, I wish to enable authenticated access for my users with authentication dialogue which is happening with htaccess. But now I wanted the partners/clients websites directly linking my restricted access area with link on their website, but I dont want the referrals from partner website to enter us