hello all, i just installed ispconfig in a Debian - Etch box.. first of all, i see such messages in /var/log/apache2/error.log file: [Wed Jun 28 20:57:46 2006] [error] an unknown filter was not added: PHP [Wed Jun 28 20:57:46 2006] [error] an unknown filter was not added: PHP [Wed Jun 28 20:59:29 2006] [error] an unknown filter was not added: PHP [Wed Jun 28 20:59:29 2006] [error] an unknown filter was not added: PHP [Wed Jun 28 20:59:46 2006] [error] an unknown filter was not added: PHP [Wed Jun 28 20:59:46 2006] [error] an unknown filter was not added: PHP should i worry about that ? second, my server is connected to our wireless mesh network. So, it has a real ip, and a 10.xxx.xxx.xxx one in my previous setup, i was using for example www.mydomain.com for access through internet and www.mydomain for access through wireless network. in ispconfig, i have to declare an ip address to every shared ip site. this is a problem because users can see the site only from the one side.. i tried to declare in ip's an asterisk (*). after this i assigned the site to this ip (*). but the users see the sharedip web page... is there any solution to my problem ?
Have a look here: http://www.howtoforge.com/forums/showthread.php?t=4770&highlight=$go_info["server"]["apache2_php"] No, because ISPConfig always assigns a web site to one IP address. You'd have to change the ISPConfig sources to use a * instead (function make_vhost in /root/ispconfig/scripts/lib/config.lib.php).
Have a look at the function make_vhost in /root/ispconfig/scripts/lib/config.lib.php. You must change it so that it uses * instead of the IP address in NameVirtualHost and VirtualHost.