lkpscanner.blogg.se

Wamp server configuration
Wamp server configuration









#LoadModule authn_anon_module modules/mod_authn_anon.so #LoadModule authn_alias_module modules/mod_authn_alias.so #LoadModule auth_digest_module modules/mod_auth_digest.so LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule asis_module modules/mod_asis.so LoadModule alias_module modules/mod_alias.so LoadModule actions_module modules/mod_actions.so # LoadModule foo_module modules/mod_foo.so # Statically compiled modules (those listed by `httpd -l') do not need # directives contained in it are actually available _before_ they are used. # have to place corresponding `LoadModule' lines at this location so the # To be able to use the functionality of a module which was built as a DSO you # prevent Apache from glomming onto all bound IP addresses. # Change this to Listen on specific IP addresses as shown below to # Listen: Allows you to bind Apache to specific IP addresses and/or ServerRoot "c:/wamp/bin/apache/apache2.2.11" # httpd daemons, you will need to change at least LockFile and PidFile. If you wish to share the same ServerRoot for multiple # ServerRoot at a non-local disk, be sure to point the LockFile directive # Do not add a slash at the end of the directory path. # configuration, error, and log files are kept. # ServerRoot: The top of the directory tree under which the server's # an explicit drive letter in absolute paths to avoid confusion. # If a drive letter is omitted, the drive on which Apache.exe is located # instead of backslashes (e.g., "c:/apache" instead of "c:\\apache"). # NOTE: Where filenames are specified, you must use forward slashes # server as "C:/Program Files/Apache Software Foundation/Apache2.2/logs/foo.log". # with ServerRoot set to "C:/Program Files/Apache Software Foundation/Apache2.2" will be interpreted by the # with "/", the value of ServerRoot is prepended - so "logs/foo.log"

wamp server configuration

# of the server's control files begin with "/" (or "drive:/" for Win32), the # Configuration and logfile names: If the filenames you specify for many

wamp server configuration

# Do NOT simply read the instructions in here without understanding

wamp server configuration

# for a discussion of each configuration directive. # configuration directives that give the server its instructions. # This is the main Apache HTTP server configuration file. I am VERY new to configuring Apache and I have had a horrible time trying to get it to work. I am trying to get it to parse SHTML files so I can see how SSI will look before i upload them. I have a windows computer that i have installed WAMP on (I am using it as a test machine).











Wamp server configuration