[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] RE: [Cobalt] Advanced Functions
- Subject: [cobalt-users] RE: [Cobalt] Advanced Functions
- From: "ISP" <isplists@xxxxxxxxxxxx>
- Date: Sun Jan 16 12:10:04 2000
If you need to make custom permanent changes to the httpd.conf file do
a search on the archives for 'cname'. I don't have the actual archive number
handy.
We do this to disable cgi-wrap for a single site. You can add any Apache
directive to the additional conf file.
In the httpd.conf:
<VirtualHost 216.xxx.xxx.xxx>
Include /etc/httpd/conf/site22.conf
</VirtualHost>
Inside the site22.conf file:
Options Indexes Includes ExecCGI
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ScriptAlias /cgi-bin/ /home/sites/site22/web/cgi-bin/
Also if you # comment out directives in the httpd.conf the RaQ2
will NOT over-write those.
Sometimes it's useful to turn the rewrite engine off this way.
Tony Patti
Global Profit Solutions
>I understand that the admin system stores the configuration in it's own
>database and then build the conf files. Does anyone know if this can be
>edited or accessed or if there is a developer program for such
enhancements?
>thanks,
>Tony Kenny (UK)