sshutdownow / mod-myvhost

Automatically exported from code.google.com/p/mod-myvhost
Apache License 2.0
5 stars 5 forks source link

[help]zend_alter_ini_entry error #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi all. This is really nice project and i wont to use it for my little home 
webserver. But i have a problem.

APXS2 - APache eXtension tool
apt-get install apache2-prefork-dev build-essential

mod_myvhost
wget https://mod-myvhost.googlecode.com/files/mod_myvhost-0.21.tar.gz
tar -xzvf mod_myvhost-0.21.tar.gz
cd mod_myvhost-0.21
nano Makefile
APXS = /usr/bin/apxs2
make
make install

I add mysql database and add <IfModule mod_myvhost.c> in  httpd.conf but every 
time I start Apache have error with zend_alter_ini_entry.

Anyone can help me?

Original issue reported on code.google.com by kurt...@gmail.com on 16 Mar 2013 at 10:40

GoogleCodeExporter commented 9 years ago
mod_myvhost be loaded after mod_php, it is clearly stated in documentation. 
Please, check it. If you don't use php at all, so you need to  rebuild 
mod_myvhost without WITH_PHP option, that is set in Makefile.

Original comment by iPop...@gmail.com on 17 Mar 2013 at 8:23