当前位置: 首页 > news >正文

一个公司备案多个网站要注意字体不显示 wordpress

一个公司备案多个网站要注意,字体不显示 wordpress,免费注册自己的网站,网站备案接入服务单位Apache HTTP服务器#xff08;Linux离线编译安装#xff09; Apache是普通服务器#xff0c;本身只支持html即普通网页。可以通过插件支持PHP,还可以与Tomcat连通(单向Apache连接Tomcat,就是说通过Apache可以访问Tomcat资源。反之不然)。 Apache和Tomcat都可以做为独立的w…Apache HTTP服务器Linux离线编译安装 Apache是普通服务器本身只支持html即普通网页。可以通过插件支持PHP,还可以与Tomcat连通(单向Apache连接Tomcat,就是说通过Apache可以访问Tomcat资源。反之不然)。 Apache和Tomcat都可以做为独立的web服务器来运行但是Apache不能解释java程序jsp,serverlet 一、下载软件包 httpd https://httpd.apache.org/download.cgi apr和apr-util https://apr.apache.org/download.cgi pcre https://sourceforge.net/projects/pcre/files/pcre/8.45/ 二、开始编译 1、编译安装apr cd /data/businessServer tar xf apr-1.7.4.tar.gz cd apr-1.7.4/ # 编译 ./configure --prefix/usr/local/httpd/apr make make install2、编译安装apr-util # 安装依赖否则会报错 yum install -y expat-develcd /data/businessServer tar xf apr-util-1.6.3.tar.gz cd apr-util-1.6.3/ ./configure --prefix/usr/local/httpd/apr-util --with-apr/usr/local/httpd/apr/bin/apr-1-config make make install3. 编译安装pcre # 安装依赖否则会报错 yum install gcc-ccd /data/businessServer tar xf pcre-8.45.tar.gz cd pcre-8.45/ ./configure --prefix/usr/local/httpd/pcre --with-apr/usr/local/httpd/apr/bin/apr-1-config make make install4. 编译安装httpd yum install -y libxml2cd /data/businessServer tar xf httpd-2.4.58.tar.gz cd httpd-2.4.58/ ./configure --prefix/usr/local/httpd/apache --with-apr/usr/local/httpd/apr/bin/apr-1-config --with-apr-util/usr/local/httpd/apr-util/bin/apu-1-config --with-pcre/usr/local/httpd/pcre/bin/pcre-config --enable-dav --enable-somake make install三、httpd配置文件 cat /usr/local/httpd/apache/conf/httpd.confServerRoot /usr/local/httpd/apache # 用于指定Apache运行的根目录 Listen 80 # 监听端口 LoadModule authn_file_module modules/mod_authn_file.so LoadModule authn_core_module modules/mod_authn_core.so LoadModule authz_host_module modules/mod_authz_host.so LoadModule authz_groupfile_module modules/mod_authz_groupfile.so LoadModule authz_user_module modules/mod_authz_user.so LoadModule authz_core_module modules/mod_authz_core.so LoadModule access_compat_module modules/mod_access_compat.so LoadModule auth_basic_module modules/mod_auth_basic.so LoadModule reqtimeout_module modules/mod_reqtimeout.so LoadModule filter_module modules/mod_filter.so LoadModule mime_module modules/mod_mime.so LoadModule log_config_module modules/mod_log_config.so LoadModule env_module modules/mod_env.so LoadModule headers_module modules/mod_headers.so LoadModule setenvif_module modules/mod_setenvif.so LoadModule version_module modules/mod_version.so LoadModule unixd_module modules/mod_unixd.so LoadModule status_module modules/mod_status.so LoadModule autoindex_module modules/mod_autoindex.so LoadModule dir_module modules/mod_dir.so LoadModule alias_module modules/mod_alias.so IfModule unixd_module User daemon Group daemon /IfModule ServerAdmin youexample.com Directory /AllowOverride noneRequire all denied /Directory DocumentRoot /usr/local/httpd/apache/htdocs Directory /usr/local/httpd/apache/htdocsOptions Indexes FollowSymLinksAllowOverride NoneRequire all granted /Directory IfModule dir_moduleDirectoryIndex index.html /IfModule Files .ht*Require all denied /Files ErrorLog logs/error_log LogLevel warn IfModule log_config_moduleLogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\ combinedLogFormat %h %l %u %t \%r\ %s %b commonIfModule logio_moduleLogFormat %h %l %u %t \%r\ %s %b \%{Referer}i\ \%{User-Agent}i\ %I %O combinedio/IfModuleCustomLog logs/access_log common /IfModule IfModule alias_moduleScriptAlias /cgi-bin/ /usr/local/httpd/apache/cgi-bin/ /IfModule IfModule cgid_module /IfModule Directory /usr/local/httpd/apache/cgi-binAllowOverride NoneOptions NoneRequire all granted /Directory IfModule headers_moduleRequestHeader unset Proxy early /IfModule IfModule mime_moduleTypesConfig conf/mime.typesAddType application/x-compress .ZAddType application/x-gzip .gz .tgz /IfModule IfModule proxy_html_module Include conf/extra/proxy-html.conf /IfModule IfModule ssl_module SSLRandomSeed startup builtin SSLRandomSeed connect builtin /IfModule
http://www.zqtcl.cn/news/437768/

相关文章:

  • 站酷设计网站官网站不能正常显示出现后台代码
  • 网站域名改版微信公众号免费开通
  • 代网站建设如何对网站进行爬虫
  • 做公司+网站建设价格低网站两边广告代码
  • 服务器上怎做网站提升网页优化排名
  • 上海网站推广模板景德镇网站开发
  • 艺术风格网站成都软件开发公司排行榜
  • 搭建个人网站赚钱网站开发应该注意什么
  • 医药招商网站建设做招聘网站都需要什么手续
  • 通州网站建设电话外贸订单网站推广
  • 余江县建设局网站福州外包加工网
  • 为网站网站做推广加强网络安全建设
  • dedecms 模版网站wordpress 10万并发
  • 衡阳企业网站排名优化深圳网站建设 联雅网络
  • 厦门网站建设案例做网站需要买多大空间
  • 查看网站被恶意镜像wordpress 添加文件权限设置
  • 基于php的网站开发流程图如何建设一个公众号电影网站
  • 2018年怎么做网站排名如何提升网站的收录量
  • 租电信服务器开网站为何要屏蔽网站快照
  • 广州建设网站技术企业咨询属于什么行业
  • 哪些网站容易做网站开发价格
  • 展览网站源码棋牌游戏软件开发
  • 网站开发业务ppt做网站如何放入图像
  • 专业做网站和小程序车载网络设计是干什么的
  • 运城网站建设兼职建设通网站武义巨合汪志刚
  • 广州网站建设公司排行个人介绍网页设计模板图片
  • 东莞营销网站建设多少钱wordpress开场动画
  • 网站建设问题及解决办法网站优化过度的表现
  • html5手机网站教程合肥企业网站营销电话
  • 公司网站引导页建设银行网站怎么登录密码忘了怎么办