I added some additional directives to the Apache Directives but ISPConfig kept Commenting my edits with a message 'NOT SUPPORTED!'. So I read a post where I could make a includes file for a virtual host and insert that into the Apache Directives. Code: include /etc/httpd/conf/vhosts/includes/www.somedomain.com.conf But ISPConfig still REMS(#) out the new directive. Any ideas? Code: # include /etc/httpd/conf/vhosts/includes/www.somedomain.com.conf # NOT SUPPORTED!
Hi DaddyFix, Have you tried adding the additional directives from within the ispconfig admin account for that web........ This is what it reads and its right at the bottom of the details for that web... Apache Directives (Optional): hope this helps... regards brainz
I did some checking into the file /root/ispconfig/scripts/lib/config.lib.php and the function httpd_syntax_check It seems like there might be a syntax error somewhere within my Addiotnal Directives... Here are my Apache Directives while I check them more thouroughly. Code: php_value include_path '.:/usr/lib/php/:/usr/share/pear/:/var/www/ispconfig_html/web7/web/cg/app/settings/:/var/www/ispconfig_html/web7/web/qcodo/includes/' ProxyRequests On <Proxy *> Order allow,deny Allow from all </Proxy> ProxyPass /camera http://192.168.1.110:8888/ ProxyPassReverse /camera http://192.168.1.110:8888/ SetOutputFilter proxy-html