加入收藏 | 设为首页 | 会员中心 | 我要投稿 鄂州站长网 (https://www.0711zz.com/)- 数据分析、网络、云渲染、应用安全、大数据!
当前位置: 首页 > 综合聚焦 > Ubuntu > 正文

Ubuntu——apache如何解决跨域资源访问

发布时间:2020-07-23 22:30:27 所属栏目:Ubuntu 来源:互联网
导读:参考文档:http://blog.csdn.net/ownfire/article/details/46707229 1.sudo cd /etc/apache2/sites-available/ 2. sudogedit000-default.conf 编辑添加 LoadModuleheaders_modulemodules/mod_headers.so HeadersetA

参考文档:http://blog.csdn.net/ownfire/article/details/46707229

1.sudo cd /etc/apache2/sites-available/ 2. sudogedit000-default.conf 编辑添加 LoadModuleheaders_modulemodules/mod_headers.so

HeadersetAccess-Control-Allow-Origin*

如下:

<VirtualHost*:80> LoadTileConfigFile/usr/local/etc/renderd.conf ModTileRenderdSocketName/var/run/renderd/renderd.sock LoadModuleheaders_modulemodules/mod_headers.so #Timeoutbeforegivingupforatiletoberendered ModTileRequestTimeout0 #Timeoutbeforegivingupforatiletoberenderedthatisotherwisemissing ModTileMissingRequestTimeout30 #TheServerNamedirectivesetstherequestscheme,hostnameandportthat #theserverusestoidentifyitself.Thisisusedwhencreating #redirectionURLs.Inthecontextofvirtualhosts,theServerName #specifieswhathostnamemustappearintherequest'sHost:headerto #matchthisvirtualhost.Forthedefaultvirtualhost(thisfile)this #valueisnotdecisiveasitisusedasalastresorthostregardless. #However,youmustsetitforanyfurthervirtualhostexplicitly. #ServerNamewww.example.com
ServerAdminwebmaster@localhost DocumentRoot/var/www/html HeadersetAccess-Control-Allow-Origin*
#Availableloglevels:trace8,...,trace1,debug,info,notice,warn, #error,crit,alert,emerg. #Itisalsopossibletoconfiguretheloglevelforparticular #modules,e.g. #LogLevelinfossl:warn
ErrorLog${APACHE_LOG_DIR}/error.log CustomLog${APACHE_LOG_DIR}/access.logcombined
#Formostconfigurationfilesfromconf-available/,whichare #enabledordisabledatagloballevel,itispossibleto #includealineforonlyoneparticularvirtualhost.Forexamplethe #followinglineenablestheCGIconfigurationforthishostonly #afterithasbeengloballydisabledwith"a2disconf". #Includeconf-available/serve-cgi-bin.conf </VirtualHost>
#vim:syntax=apachets=4sw=4sts=4srnoet
3.重启Apache serviceapache2restart 测试跨域访问即可

(编辑:鄂州站长网)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读