Code: AllowAll # Limit WRITE everywhere in the anonymous chroot AllowAll # An upload directory that allows storing files but not retrieving# or creating directories. AllowAll AllowAll
Category: General Discussion
Webalizer Errors
November 27, 2006 / General DiscussionIf you get following error while running webalizer updater :Error: Unable to lock DNS cache file /usr/local/psa/var/webalizer.cachethen do as follows: rm -f /usr/local/psa/var/webalizer.cachetouch /usr/local/psa/var/webalizer.cachechown root:root /usr/local/psa/var/webalizer.cachechmod 644 /usr/local/psa/var/webalizer.cachestat /usr/local/psa/var/webalizer.cache
This is one of the problems that we have constantly faced on Windows Serves. Although PHP seems installed, any .php pages fail to work on a browser with the error…
IIS Fails to Start Multiple Sites on the same IP & port
November 27, 2006 / General DiscussionThis could be one of the solutions to the standard problem we are facing, that of the name-based sites not starting on the same shared IP and Port 80Host headers…
Enable TCP/IP Filtering on Windows 2003 Server
November 27, 2006 / General DiscussionConnect to the Windows 2003 Server with Remote Desktop Login to the Server.Go to Start -> Control Panel -> Network Connections -> Local Area Connection Click on “Properties,” then navigate…
Prototype-Based Programming
November 21, 2006 / General DiscussionIt is programming that mainly focuses on the style of objects in which classes do not exist. It also involves replicas of the existing objects which serve as prototypes. It…
Functions of a Web Servers
November 10, 2006 / General DiscussionThe client’s browser divides the URL into the diff. parts dividing including address, path name and protocol. DNS translates the domain name into the corresponding IP address. The numeric combination…
Relative Record & Key Sequenced Data Set
November 8, 2006 / General DiscussionThese are data set types that are mainly used by the VSAM.data storage data system. These are accessed on the basis of the file position. In a KSDS, a data…
Network Basic Input/Output System
November 8, 2006 / General DiscussionThese applications used on different computers over a single LAN and services are being provided in relation to the session layer of the OSI model. Every Windows compatible computer has…