-
April 14th, 2015, 14:31
#1
Apache روی windows server 2012
سلام دوستان
آیا کسی تجربه کار کردن با Apache روی windows server 2012 رو داره؟مشکل خاصی نداشته ؟!
من روی ویندوز apache 2.4.12 که البته از شرکت apache haus بود نصب کردم و php5.6 و mysql5.6
با مشکلات فراوان درست شد
اما مشکل اصلی اینجاست که من محل قرارگیری روت سایت رو گذاشتم روی e:/www که با مشکل Forbidden مواجه شدم
پوشه مورد نظر رو آپاچی بهش full access داره و در httpd.conf هم بصورت زیر ویرایش کردم :
کد:
#DocumentRoot "${SRVROOT}/htdocs"#<Directory "${SRVROOT}/htdocs">
DocumentRoot "e:/www"
<Directory "e:/www">
#
# 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.4/mod/core.html#options
# for more information.
#
Options Indexes FollowSymLinks
#
# 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 None
#
# Controls who can get stuff from this server.
#
Require all granted
</Directory>
ممنون میشم کمکم کنید
-
-
April 14th, 2015 14:31
# ADS
-
April 16th, 2015, 02:45
#2
پاسخ : Apache روی windows server 2012
سلام
از iis استفاده کردید برای شر کردن ؟
-
-
April 16th, 2015, 02:47
#3
عضو دائم
پاسخ : Apache روی windows server 2012
سلام
اصلا اپاچی روی ویندوز پیشنهاد نمیشود
مصرف منابع بالا + سرعت کم + استیبل نبودن
حتما از لینوکس استفاده کنید
موفق باشید
-