1,安装 apache2sudo apt-get install apache22,进行配置apache 配置文件是存放在 etc/apache2/ 这个文件夹下面,又将以前的配置文件分成了几个分别是:(1)etc/apache2/conf.d/charset这个是网站编码配置,需要将最后行的 #AddDefaultCharset UTF-8 前面的#去掉,使用UTF-8编码,当然也可以把 UTF-8改成别的编码。(2)etc/apache2/sites-available/default这个是网站目录配置,想更改网站目录的话,就修改这个,上面的目录的 apache2.conf 里面也有网站目            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2010-04-14 16:08:00
                            
                                142阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
            Ubuntu 下 Apache2 与Tomcat5 的交配指南 1)下载apache与tomcat的连接器mod_jk2: http://www.apache.org/dist/tomcat/tomcat-connectors/jk/binaries/linux/jk-1.2.25/i386/mod_jk-1.2.25-httpd-2.2.4.so 重命名为mod_jk.so.一会有用的。安装成功            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2011-01-03 10:02:04
                            
                                1276阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            在Ubuntu中安装apache   安装指令:sudo apt-get install apache2  安装结束后:  产生的启动和停止文件是:/etc/init.d/apache2  启动:sudo apache2ctl -k start  停止:sudo apache2ctl -k stop  重新启动:sudo apache2ctl -k restart  配置文件保存在:/etc/ap            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                            精选
                                                        
                            2009-06-30 17:05:25
                            
                                520阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            docker 安装的ubuntu内安装apache            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2022-06-04 00:55:12
                            
                                611阅读
                            
                                                                             
                 
                
                                
                     
                                    
                             
         
            
            
            
             安装apr
vim configure 
删除: $RM ‘$cfgfile’
./configure  --prefix=/home/yeelone/usr
make && make install 
安装apr-utils
./configure  --prefix=/home/yeelone/usr --            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2012-05-01 10:03:35
                            
                                1404阅读
                            
                                                                             
                 
                
                             
         
            
            
            
             本机环境:
ubuntu 10.04(lucid)
linux 2.6.32-22-generic
ram:2.9gb
cpu core 2 duo t5870
进入http://httpd.apache.org/download.cgi#apache22,选择Unix Source: httpd-2.2.15.tar.gz 下载。            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                            精选
                                                        
                            2010-07-25 11:48:53
                            
                                760阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            1.http://httpd.apache.org/download.cgi下载httpd-2.4.6解压后放在/usr/local/src2.cd /usr/local/src/httpd-2.4.6  ./configure --prefix=/usr/local/httpd --enable-so --enable-rewrite --enable-expires               
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2013-09-05 08:22:35
                            
                                746阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            一、准备:1.Ubuntu 12.04 Server 纯净系统
2.Apache httpd-2.4.41 源码
3.安装Apache需要依赖的环境Apache httpd-2.4.41的下载地址:http://httpd.apache.org/download.cgi。你可以下载.tar.bz2压缩包,也可以.tar.gz压缩包。文档教程中使用的是httpd-2.4.41.tar.gzubunt            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2023-11-29 10:21:19
                            
                                63阅读
                            
                                                                             
                 
                
                                
                     
                                    
                             
         
            
            
            
            更新国内软件源 首先备份现有source.list sudo mv /etc/apt/source.list /etc/apt/source.list.original 编辑新的source.list sudo vim source.list 添加国内源。 deb http://cn.archive ...            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2021-08-23 14:45:00
                            
                                164阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
            参考: 李沐 《动手学深度学习》 https://zh-v2.d2l.ai/chapter_installation/index.html更新OS和基本构建工具sudo apt update
sudo apt install build-essential默认安装python 3.8sudo apt install python-3.8minicondahttps:/            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2024-05-17 12:02:32
                            
                                27阅读
                            
                                                                             
                 
                
                             
         
            
            
            
             ubuntu下的apache+php环境安装和配置  ■一、安装Apache2#apt-get install apache2 安装好后,重启 service apache2 restart ,会发现1条警告信息:有一条关于ServerName的警告。要去除该警告,必须修改 /etc/apache2/apache2.conf 配置文件在apache2.c...            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2023-06-14 09:57:13
                            
                                614阅读
                            
                                                                             
                 
                
                                
                     
                                    
                             
         
            
            
            
            一、软件安装安装 Apache2:sudo apt-get install apache2安装PHP模块:sudo apt-get install php5安装Mysqlsudo apt-get install            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2023-08-30 14:42:36
                            
                                255阅读
                            
                                                                             
                 
                
                                
                     
                                    
                             
         
            
            
            
            1.安装SVN相关模块 sudo apt-get install apache2 subversion libapache2-svn2.配置SVN版本库 sudo addgroup subversion  sudo usermod -G subversion -a www-data  我们可以在/var/lib目录下构建一个svn目录,作为SVN版本库根目录: cd /var/lib  sudo             
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2022-07-29 23:03:04
                            
                                267阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            #!/bin/bash################################################################ /usr/local/src software source## /opt      software ## /var/www    web root dir#############################################            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2013-10-22 10:46:50
                            
                                634阅读
                            
                                                                             
                 
                
                             
         
            
            
            
            ab全称为:apache bench。 是apache自带的压力测试工具。ab非常实用,它不仅可以对apache服务器进行网站访问压力测试,也可以对或其它类型的服务器进行压力测试。比如nginx、tomcat、IIS等。 ubuntu 安装: sudo apt-get install apache2            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2019-04-06 17:21:00
                            
                                97阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
            一、 windows 下安装Apache 1.官网下载apache压缩包,https://www.apachelounge.com/download/ 2.修改D:\apache\Apache24\conf下的 httpd.conf 配置文件 找到Define SRVROOT "/Apache24" ...            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2021-08-13 22:36:00
                            
                                102阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
            系统设置 ~# cat /etc/security/limits.conf root soft core unlimited root har            
                
                    
                        
                                                            
                                                                        
                                                                                        原创
                                                                                    
                            2022-10-24 11:25:41
                            
                                1359阅读
                            
                                                                             
                 
                
                                
                     
                                    
                             
         
            
            
            
            1、apr安装cd apr./configure --prefix=/usr/local/apr/ && make && make install2、apr-util安装cd ../apr-util./configure --prefix=/usr/local/apr-util/ --with-apr=/usr/local/apr/ && make            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                            精选
                                                        
                            2013-08-02 10:49:48
                            
                                1627阅读
                            
                                                        
                                点赞
                            
                                                                             
                 
                
                             
         
            
            
            
            使用apt安装 1. sudo apt update 2. sudo apt-get install apache2 apache2-utils 3. 验证安装完成, 打开页面 http://localhost/ 来访问服务器页面,若出现如下页面,提示已经安装成功。 4、只需要将自己编写的页面拷贝到            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2020-03-06 09:49:00
                            
                                454阅读
                            
                                                                                    
                                2评论
                            
                                                 
                 
                
                             
         
            
            
            
            安装Apache2sudo apt-get install apache2 编辑/etc/apache2/apache2.conf(新安装的系统可能在/etc/apache2/conf.d/charset)文件,在改动之前,请先将该配置文件做个备份。以便在出错的时候可以恢复。将AddDefaultCharset ISO-8859-1改为AddDe            
                
                    
                        
                                                            
                                                                        
                                                                                        转载
                                                                                    
                            2013-03-01 13:59:00
                            
                                218阅读
                            
                                                        
                                点赞
                            
                                                                                    
                                2评论