ispCP - Board - Support
problems with mod_rewrite - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: problems with mod_rewrite (/thread-13067.html)



problems with mod_rewrite - hendry - 03-15-2011 06:12 AM

It looks like I have some problemens with the mod_rewrite of Apache 2.

When trying to check if it's running i use the command:

apache2 -M

I receive the error: apache2: bad user name ${APACHE_RUN_USER}

When checking /etc/apache2/envvars I have

export APACHE_RUN_USER=www-data
export APACHE_RUN_GROUP=www-data

Any ideas if this is a problem for the rewrite module not working?


RE: problems with mod_rewrite - kilburn - 03-20-2011 04:33 AM

There's no problem at all about this error. You should be using "apache2ctl" instead of "apache2", and you'll get the expected results (this is the proper debian way).