Tagged Questions
1
vote
1answer
102 views
(debian) installing mod_qos on apache results in error on start
I installed the mod_qos module using the steps found here, every step went perfectly fine without any problems, however, when attempting to restart the apache service it returned the following error:
...
5
votes
2answers
3k views
Localhost .htaccess not working on Ubuntu
I have been trying to get my .htaccess file to work on my localhost. I know that the file works because it is on my server and works. However it doesn't seem to be working locally.
I have followed ...
1
vote
1answer
885 views
Mod_Auth_MySQL will not compile under Slackware 13
I tried to add the auth_mod_auth (3.0.0) module to my Slackware 13 (apache 2.2 & MySQL 5.0) system.
I ran the usual command line for apxs (as mention in the BUILD file)
apxs -c -L/usr/lib/mysql ...