Posted a while ago about this, and not a single response, so here goes again.
We have Apache up on a sun box under solaris.
Currently we do not have SSI set up for ANY servers, be they virtual or
regular, but plan on providing SSI from our main/public server in the
future (after we are satisfied with the results we get from our test
server).
We NEED to enable SSI for one virtual server but NOT on the other
virtual servers NOR our main server. This virtual server is a test
server, where we can test things out before making them available on the
main/public server.
We have tried several times, but the docs are just not clear enough on
how to accomplish this, so this continued posting to get someone who knows
how, to helps us out and tell us how to enable SSI for only the one
virtual apache server.
So oh apache guru's, what is the answer?!?
Below is a slightly modified (to protect the ignorant <G>) copy of the
virtual server's config...
<VirtualHost www.test.mydomain.org>
DocumentRoot /www/test/html/
Alias /icons/ /www/icons/
Alias /pub/ /ftp/pub/
Alias /apache/ /usr/local/apache/htdocs/
ScriptAlias /cgi-bin/ /www/test/cgi-bin/
ServerName www.test.mydomain.org
ErrorLog /usr/local/logs/www/errors_test.log
TransferLog /usr/local/logs/www/access_test.log
AddHandler server-parsed .shtml
AddType text/x-server-parsed-html .shtml
Options All
#AllowOverride All
<Directory /www/test/html>
AuthType Basic
AuthName Admin
AuthUserFile /usr/local/apache/sec/users
AuthGroupFile /usr/local/apache/sec/groups
<Limit GET POST>
require valid-user
require group cadmin spec
</Limit>
<Limit PUT DELETE>
require valid-user
require group cadmin spec
order deny,allow
deny from all
allow from all
</Limit>
</Directory>
<Directory /www/test/cgi-bin>
AuthType Basic
AuthName Admin
AuthUserFile /usr/local/apache/sec/users
AuthGroupFile /usr/local/apache/sec/groups
<Limit GET POST>
require valid-user
require group cadmin spec
</Limit>
require valid-user
require group cadmin spec
order deny,allow
deny from all
allow from all
</Limit>
</Directory>
</VirtualHost>
--
BulkMailers and Email address compilers may purchase this
email address for $25000.00 for use in their products.
Anyone selling this email address or utilizing this email
address for any commercial usage without a license from
ShadowMAC is in violation of private property rights and
violators WILL be be invoiced for usage.
Selling what you do not own is THEFT of private property!!!