Hi All,
I have installed an Apache module called WebDNA. It creates directories as follows:
/var/www/html/WebCatalog
/var/www/cgi-bin/WebCatalogEngine/
Both directories are apache user and group.
The config file is /var/www/cgi-bin/WebCatalogEngine/webdna.conf
In Webmin/Servers/Apache Webserver/Global Configuration/ I can edit thedirectives of webdna.conf:
LoadModule webcatalog2_module /var/www/cgi-bin//WebCatalogEngine/mod_WebDNA_apache2.2.so
#AddModule mod_webcatalog.cpp
START WEBCATALOG ADDITIONS
ALL TEXT BETWEEN THESE LINES WILL BE REMOVED WHEN WEBCATALOG IS UNINSTALLED
WebCatalog directives
<Location ~ "/..db($|.?)">
deny from all
</Location>
<Location ~ "/..hdr($|.?)">
deny from all
</Location>
<Location ~ "/.*/WebCatalog($| Prefs|Ctl)">
deny from all
</Location>
<Location ~ "/.*/WebMerchant/CompletedOrders">
deny from all
</Location>
<Location ~ "/.*/WebMerchant/Problems">
deny from all
</Location>
<Location ~ "/.*/WebMerchant/Pending">
deny from all
</Location>
<Location ~ "/.*/WebMerchant/StockRoom">
deny from all
</Location>
<Location ~ "/.*/Orders">
deny from all
</Location>
<Location ~ "/.*/ShoppingCarts">
deny from all
</Location>
<Location ~ "/[Ww]eb[Cc]atalog/ErrorLog($|.txt)">
deny from all
</Location>
<IfModule mime_module>
AddType text/html .tpl .dna .newsuffix
</IfModule>
AddHandler webcatalog2-handler .tpl .tmpl .html .htm .dna
ALL TEXT BETWEEN THESE LINES WILL BE REMOVED WHEN WEBCATALOG IS UNINSTALLED \
END WEBCATALOG ADDITIONS
System is CentOS Linux 5.2, Virtualmin 3.66 Pro, Linux 2.6.24-22-xen on x86_64
When I hit the URL http://www.squirtyvision.com/ I get the error:
WebDNA is not configured to accept requests to host: www.squirtyvision.com
On my older Apache 1.3 system the installer added an Include to the http.conf pointing to the webdna.conf. Is this required in Apache 2.2.3, even though it seems to already have the directives in the server module?
-Jeff<br><br>Post edited by: synergos, at: 2009/03/07 08:18