[Isis-users] ABCD & Win 7/8/Server

bhowa tg bhowatg at gmail.com
Fri Apr 4 11:52:51 CEST 2014


Colleagues'

with reference to my earlier SOS message about abcd not opening in a
network environment (Win 7/8/Server).  after several troubleshooting
options i think the best option is to make changes to your httpd.conf
especially the below;

#ServerName localhost:9090
ServerName 192.168.11.254:9090


#
# Deny access to the entirety of your server's filesystem. You must
# explicitly permit access to web content directories in other
# <Directory> blocks below.
#
<Directory />
    Options FollowSymLinks
    AllowOverride None
    Order deny,allow
    Allow from All
    Allow from localhost
    Allow from 192.168.11.254
    #Deny from all
</Directory>

DocumentRoot "C:/ABCD/www/htdocs"
 ServerName localhost
 DirectoryIndex index.htm index.php homepage.htm
<Directory "C:/ABCD/www/htdocs">
 Options Indexes FollowSymLinks
 AllowOverride None
 Order allow,deny
   Allow from all
 </Directory>
 ScriptAlias /cgi-bin/ "C:/ABCD/www/cgi-bin/"
 <Directory "C:/ABCD/www/cgi-bin">
 AllowOverride None
 Options None
 Order allow,deny
  Allow from all
 </Directory>

good day

tg

-- 

bhowa tg
Infoprenuer, abcdZim.org
bhowatg at gmail.com  skypeID:  bhowatg
blog: http://bhowatg.blogspot.com
http://facebook.com/groups/abcdzim/; http://twitter.com/bhowatg
www.abcdZim.co.cc


"there are two equally dangerous extremes-
to shut reason out and to let nothing else in"
                                     Pascal, 1670
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.iccisis.org/pipermail/isis-users/attachments/20140404/f96e4135/attachment.html>


More information about the isis-users mailing list