apache2.4

    0热度

    1回答

    我已在端口上配置SSL 8090我httpd_conf文件以下 ServerSignature On ServerTokens Full # # ServerRoot: The top of the directory tree under which the server's # configuration, error, and log files a

    0热度

    1回答

    我已经在个人服务器上部署了我的项目symfony2,并且一切正常。 现在我想为一些朋友发布这个项目,以便他们可以看到它。我认为最好的做法是通过/从外部访问我的项目。 快速谷歌研究认为,这可能与Alias声明。 ServerName blabla ServerAlias blablab ServerAdmin [email protected] DocumentRoot /path/to/my

    1热度

    1回答

    我有一个简单的设置与Apache2.4和PHP-FPM,我试图启用+索引选项,但我得到404“文件未找到。尝试访问即使启用autoindex时也没有索引文件的文件夹时。 这里是我的虚拟主机的一部分: #php ProxyPassMatch ^/(.*\.php(/.*)?)$ unix:/var/run/fpm/fatal.sock|fcgi:// #super public directo

    0热度

    1回答

    这是我第一次建立一个Apache Web服务器,我在我的Mac OS X Yosemite上做这个。出于某种原因,当我尝试通过带有formate computerName.local的浏览器打开我的用户目录时,我收到了403错误。当我以相同的格式打开默认目录时,我会看到“It works!”页面,但当我尝试打我的用户目录时,它给了我“禁止”的错误...如果我用localhost打它一切正常,但我试

    0热度

    1回答

    我有我的custom-httpd.conf文件c:\apache\conf想知道我怎么使用这个custom-httpd.conf文件,而不是httpd.conf文件创建在Windows下的Apache服务 尝试下面的命令,但没有工作 httpd.exe -k start -k config ..\conf\custom-httpd.conf -n "Apachefacade"

    0热度

    1回答

    我在ubuntu 14.04上使用apache2.4。我启用了mod_proxy_html.But我的网址并没有被新的替换。我在apache2.2中也做过同样的事情,它的工作非常完美。这是我的虚拟主机文件。 <VirtualHost *:80> ServerAdmin [email protected] ServerName www.example.com ServerAlias examp

    15热度

    7回答

    我试图在本地主机上设置ssl,我认为是http://madurad.wordpress.com/2014/04/25/redirect-http-to-https-with-wamp-server/和其他很多人无法获得成功。我坚持httpd-ssl.conf的语法。我的Apache服务器趴下当我设置 <Directory "c:/wamp/www/"> Options Indexes F

    2热度

    1回答

    我最近将我的本地开发服务器从Apache 2.2升级到Apache 2.4(通过Mac OS X 10.10 Yosemite)。本地主机按预期方式解析,但以下虚拟主机设置不再有效(返回Not Found - The requested URL /subdir was not found on this server.)。 你能帮我从Apache 2.2升级到Apache 2.4吗? 目标是使用P

    0热度

    3回答

    我想我不明白.htaccess如何重写工作,所以我要求你的帮助。我需要将http://www.mywebsite.com/index.php?name=first更改为http://www.mywebsite.com/first。 这可能吗? 我现在的.htaccess文件的内容是: Options +FollowSymlinks RewriteEngine on RewriteRule ^/

    -1热度

    1回答

    我在zend框架1中有一个项目,其中,谷歌索引链接与http://www.example.com/index.php/url而不是http://www.example.com/url,从而创建重复和不需要的链接。 我在htaccess的这条规则 RewriteRule ^index\.php(.*)$ /$1 [R=301,QSA,L] 的是,工作得很好,直到我们升级的Apache 2.4.6