I need to install apache and modwsgi with some special configuration, so I search the tutorial for it on net.
And in some step, I have problems:
./configure --prefix=/usr/local/apache2–enable-mods-shared=most–enable-rewrite–enable-forward–with-mpm=worker
./configure–with-apxs=/usr/local/apache2/bin/apxs–with-python=/usr/bin/python
it seems that the system does not recognize the command “with” .
Actually I have no idea about what this “with” is doing. Just hope if someone can help me convert this command into a openSuSE readable command with the same functionality.
Thanks!