Tagged Questions
2
votes
1answer
74 views
How to make a module dynamically loadable on Debian?
I'm applying an API from maxmind. They require additional an module for Apache. Now they recommend the command:
apxs -i -a -L/usr/local/lib -I/usr/local/include -lGeoIP -c mod_geoip.c
...
4
votes
1answer
101 views
If I'm logged in as root, how do I restart mysql or apache with options?
I know the commands to restart/stop/start, but when I try to pass options it doesn't seem to work!
CENTOS 6, MySQL 5.14
service mysql restart
service httpd restart
Then I tried this:
...
2
votes
1answer
1k views
What commands can I use to enable / disable Apache2 modules?
What are the terminal commands used to enable and disable Apache2 modules?
Update: Since the commands appear to differ based on distribution, I have made this question a community wiki where ...