Notices
Computer & Technology Related Post here for help and discussion of computing and related technology. Internet, TVs, phones, consoles, computers, tablets and any other gadgets.

Can someone help with my apache/win32 config

Thread Tools
 
Search this Thread
 
Old Jan 22, 2007 | 02:50 PM
  #1  
Stueyb's Avatar
Stueyb
Thread Starter
Scooby Regular
 
Joined: May 2002
Posts: 1,893
Likes: 0
Default Can someone help with my apache/win32 config

Hi peeps

I have a machine that I need to put basic htaccess security on, but I cant make it work. Im missing something but its winding me up now. Here is my conf file before any butchering. What do I need to put where to fix it (yes ips etc and email addys have been removed to protect the guilty And also yes, it needs to run on port 81

ThreadsPerChild 250
MaxRequestsPerChild 0
ServerRoot "C:/Program Files/Apache Software Foundation/Apache2.2"
Listen 81

#
# Dynamic Shared Object (DSO) Support
#
LoadModule actions_module modules/mod_actions.so
LoadModule alias_module modules/mod_alias.so
LoadModule asis_module modules/mod_asis.so
LoadModule auth_basic_module modules/mod_auth_basic.so
LoadModule authn_default_module modules/mod_authn_default.so
LoadModule authn_file_module modules/mod_authn_file.so
LoadModule authz_default_module modules/mod_authz_default.so
LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
LoadModule authz_host_module modules/mod_authz_host.so
LoadModule authz_user_module modules/mod_authz_user.so
LoadModule autoindex_module modules/mod_autoindex.so
LoadModule cgi_module modules/mod_cgi.so
LoadModule dir_module modules/mod_dir.so
LoadModule env_module modules/mod_env.so
LoadModule imagemap_module modules/mod_imagemap.so
LoadModule include_module modules/mod_include.so
LoadModule isapi_module modules/mod_isapi.so
LoadModule log_config_module modules/mod_log_config.so
LoadModule mime_module modules/mod_mime.so
LoadModule negotiation_module modules/mod_negotiation.so
LoadModule setenvif_module modules/mod_setenvif.so
LoadModule userdir_module modules/mod_userdir.so


# 'Main' server configuration

ServerAdmin me@somewhere.com
ServerName web.server.com:81
DocumentRoot "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs"

<Directory />
Options FollowSymLinks
AllowOverride AuthConfig
Order deny,allow
Deny from all
Satisfy all
</Directory>

<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/htdocs">

Options Indexes FollowSymLinks ExecCGI
AllowOverride None
# AuthConfig
Order allow,deny
allow from all

</Directory>

<IfModule dir_module>
DirectoryIndex index.html
</IfModule>

#
# The following lines prevent .htaccess and .htpasswd files from being
# viewed by Web clients.
#
<FilesMatch "^\.ht">
Order allow,deny
Deny from all
</FilesMatch>

ErrorLog logs/error.log
LogLevel warn

<IfModule log_config_module>
#
# The following directives define some format nicknames for use with
# a CustomLog directive (see below).
#
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
LogFormat "%h %l %u %t \"%r\" %>s %b" common

<IfModule logio_module>
# You need to enable mod_logio.c to use %I and %O
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
</IfModule>

CustomLog logs/access.log common
</IfModule>

<IfModule alias_module>
ScriptAlias /cgi-bin/ "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin/"

</IfModule>

<Directory "C:/Program Files/Apache Software Foundation/Apache2.2/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>

#
# Apache parses all CGI scripts for the shebang line by default.

#!c:/perl/perl

DefaultType text/plain
Reply
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Jye
Computer & Technology Related
28
Jan 15, 2004 01:14 PM
Nicks VR4
Computer & Technology Related
1
Aug 4, 2003 06:14 PM
Jye_0
Computer & Technology Related
16
Apr 3, 2003 07:30 PM
camk
Computer & Technology Related
4
Oct 20, 2002 04:29 PM
mega_stream
Non Scooby Related
4
Dec 7, 2001 12:51 PM




All times are GMT +1. The time now is 09:12 AM.