Apache support Big 5

This is a discussion on Apache support Big 5 within the Windows Web Servers forums, part of the Web Server and Related Forums category; I have successfully installed apache 2.047 onto my PC(win2000 Pro),user read some chinese folder, it show "...


Go Back   Usenet Forums > Web Server and Related Forums > Windows Web Servers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 10-21-2003
hanghang
 
Posts: n/a
Default Apache support Big 5

I have successfully installed apache 2.047 onto my PC(win2000
Pro),user read some chinese folder, it show "you don't have permission
access". How to config 'httpd conf' file?


someone can help you?
thanks
Lee
  #2 (permalink)  
Old 10-29-2003
Oliver
 
Posts: n/a
Default Re: Apache support Big 5

Hello Lee !

Take a special look at this part of your http.conf file :

# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#
# First, we configure the "default" to be a very restrictive set of
# features.
#
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
here you define the rules of your main directory

then take a look at :

# This should be changed to whatever you set DocumentRoot to.
#
<Directory "/wampp2/htdocs">

#
# Possible values for the Options directive are "None", "All",
# or any combination of:
# Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI Multiviews
#
# Note that "MultiViews" must be named *explicitly* --- "Options All"
# doesn't give it to you.
#
# The Options directive is both complicated and important. Please see
# http://httpd.apache.org/docs-2.0/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks MultiViews Includes ExecCGI
AddType text/html .shtml
AddHandler server-parsed .shtml
AddHandler cgi-script .cgi
# ReadmeName footer.html
#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be "All", "None", or any combination of the keywords:
# Options FileInfo AuthConfig Limit
#
AllowOverride All

#
# Controls who can get stuff from this server.
#
Order allow,deny
Allow from all

</Directory>

this part yhould give you the right permission. I hope.

bye
Oliver from germany/Hamburg

leetkwok@sinaman.com (hanghang) wrote in message news:<e89aa434.0310210130.3f5c10fb@posting.google. com>...
> I have successfully installed apache 2.047 onto my PC(win2000
> Pro),user read some chinese folder, it show "you don't have permission
> access". How to config 'httpd conf' file?
>
>
> someone can help you?
> thanks
> Lee

 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 07:43 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0