PDA

View Full Version : Additional Directives


DaddyFix
16th June 2006, 21:28
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.
include /etc/httpd/conf/vhosts/includes/www.somedomain.com.conf

But ISPConfig still REMS(#) out the new directive. Any ideas?
# include /etc/httpd/conf/vhosts/includes/www.somedomain.com.conf # NOT SUPPORTED!

brainz
16th June 2006, 21:43
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 ;):cool:

DaddyFix
16th June 2006, 21:45
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 ;):cool:

Yes, Thats what I was referring too. Sorry I wasn't clear about that.

DaddyFix
16th June 2006, 21:49
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.
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

DaddyFix
16th June 2006, 21:59
There was an error in my directives.

Thanks ISPCONFIG/Falko Team! I love this prog.