Be geeky and look at the Apache modules:
``` /usr/sbin/httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c ``` |
Set your path:
``` PATH=$PATH:/usr/sbin export PATH ``` |
Be geeky and look at the Apache modules:
``` /usr/sbin/httpd -l Compiled in modules: core.c prefork.c http_core.c mod_so.c ``` |
Set your path:
``` PATH=$PATH:/usr/sbin export PATH ``` |