[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Cgi-wrap



Simple solution. In order to NOT have the RAQ wipe out custom edits you need
to create seperate conf files and
use the include statement.

First in your httpd.conf on the very first line inside the VirtualHost
container add the include statement:

<VirtualHost 216.234.xxx.xxx>
Include /etc/httpd/conf/site22.conf

</VirtualHost>

Then create the include file with something like this inside:

Options Indexes FollowSymLinks Includes ExecCGI
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
ScriptAlias /cgi-bin/ /home/sites/site22/cgi-bin/

Then restart your Apache. ( /etc/rc.d/init.d/httpd.init restart )


Similiar method is used for cnames: see
http://ftp.cobaltnet.com/lists/cobalt-users/msg03012.html

Tony



-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Ray Yon
Sent: Sunday, March 26, 2000 12:52 PM
To: cobalt
Subject: [cobalt-users] Cgi-wrap


I have a question about the cgi-wrapper used by the RaQ2.  I really want to
disable it because it is causing me some problems with some of my scripts.
I went through the httpd.conf file and replaced the cgi-wrap with cgi-script
and enter the location of the cgi-bin.  That disabled the cgi-wrap and
solved my problem.  However, apparently, the httpd.conf file is changed back
as soon as I access the GUI for any of my domains.

Is there any way to permanetly get rid of the cgi-wrap.




Ray Yon
OmegaNet, Inc.


_______________________________________________
cobalt-users mailing list
cobalt-users@xxxxxxxxxxxxxxx
To Subscribe or Unsubscribe, please go to:
http://list.cobalt.com/mailman/listinfo/cobalt-users