...
With newer httpd you may need to add to /etc/httpd/conf/httpd.conf
Code Block |
---|
Include conf.d/*.conf |
And in /etc/httpd/conf.d/10-mod_rewrite.conf, replace RewriteLock line with Mutex sem
...
Code Block |
---|
su - avalon passenger-install-apache2-module #copy the suggested Apache configuration file settings for later |
Info | ||
---|---|---|
| ||
Add to /etc/httpd/conf/httpd.conf Include conf.d/*.conf
In /etc/httpd/conf.d/10-mod_rewrite.conf Replace RewriteLock with Mutex sem |
...
Create an apache configuration file (as root)
...