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