Displaying 2 results from an estimated 2 matches for "myurl_to_ssl_address".
2005 May 16
1
htaccess authentication asks for MySQL table test.user_info
...ype Basic
require valid-user
This worked with CentOS 3.
Now with CentOS 4, apache version 2.0.52, the access to the page is
forbidden.
The ssl_error_log indicates this error:
[Mon May 16 10:03:21 2005] [error] [client 192.168.0.1] MySQL ERROR: Table
'test
.user_info' doesn't exist: /myurl_to_ssl_address
[Mon May 16 10:03:21 2005] [error] [client 192.168.0.1] MySQL user testuser
not fou
nd: /myurl_to_ssl_address
It's like if apache would make a MySQL query to find the user I specified,
but in fact I expected apache to look into the
/etc/httpd/conf/myfile.htaccess for that, and not in MySQL....
2005 Jul 14
0
htaccess authentication asks for MySQL table test.user_info
...hType Basic
require valid-user
This worked with CentOS 3.
Now with CentOS 4, apache version 2.0.52, the access to the page is
forbidden.
The ssl_error_log indicates this error:
[Mon May 16 10:03:21 2005] [error] [client 192.168.0.1] MySQL ERROR: Table
'test
.user_info' doesn't exist: /myurl_to_ssl_address
[Mon May 16 10:03:21 2005] [error] [client 192.168.0.1] MySQL user testuser
not fou
nd: /myurl_to_ssl_address
It's like if apache would make a MySQL query to find the user I specified,
but in fact I expected apache to look into the
/etc/httpd/conf/myfile.htaccess for that, and not in MySQL.
A...