uberkermitt Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 05 Mar 2005 Posts: 107
|
Posted: Fri Dec 05, 2008 7:08 pm Post subject: How to load userdir_module [SOLVED] |
|
|
I am at a loss here with apache - I do not want to run a public server - I am using it for my own testing purposes and I shut it down when I am not using it. Basically I am trying to load the user directory module, and I cannot make heads or tails of the configs - they seem to be a little different than with other distros, like Ubuntu. I added USERDIR to my /etc/conf.d/apache2 APACHE2_OPTS, but when I go to start the server it tells me "Apache2 has detected a syntax error in your configuration files:" What am I missing?
edit:: - I found what I was missing.
Code: | APACHE2_OPTS="-D DEFAULT_VHOST -D INFO -D LANGUAGE -D MANUAL -D SSL -D SSL_DEFAULT_VHOST [color=red][b]-D[/b][/color] USERDIR" |
It's just not the same without it! |
|