ispman/docs INSTALL,1.4,1.5

Cory Petkovsek <[email protected]>
Newsgroups gmane.comp.isp.ispman.cvs
Message-ID <[email protected]>
Update of /cvsroot/ispman/ispman/docs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15303

Modified Files:
	INSTALL 
Log Message:
INSTALL vhost example didn't have /cgi-bin for whois.cgi

Index: INSTALL
===================================================================
RCS file: /cvsroot/ispman/ispman/docs/INSTALL,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- INSTALL	21 Jun 2004 09:20:34 -0000	1.4
+++ INSTALL	30 Jun 2004 06:31:27 -0000	1.5
@@ -116,6 +116,11 @@
     <VirtualHost *>
 	ServerName ispman.yourdomain.tld
 	DocumentRoot /opt/ispman/htdocs
+	ScriptAlias /cgi-bin /opt/ispman/cgi-bin
+	<Directory /opt/ispman/cgi-bin>
+	    Options ExecCGI
+	    Allow from all
+	</Directory>
 	<Directory /opt/ispman/htdocs>
 	    DirectoryIndex index.html index.cgi
 	    AllowOverride None
@@ -144,6 +149,11 @@
 	ServerName ispman.yourdomain.tld
 	DocumentRoot /opt/ispman/htdocs
 	PerlModule Apache::Registry
+	ScriptAlias /cgi-bin /opt/ispman/cgi-bin
+	<Directory /opt/ispman/cgi-bin>
+	    Options ExecCGI
+	    Allow from all
+	</Directory>
 	<Directory /opt/ispman/htdocs>
 	    DirectoryIndex index.html index.cgi
 	    AllowOverride None



-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.