[users@httpd] HTTP support for RDMA implementation

2013-12-25 Thread Sasikanth Eda
Hi All, I am working on an assignment which involves enabling RDMA (Remote Direct Memory Access) using HTTP protocol. I came across multiple RFC's which theoretically states that rdma can be implemented via any TCP protocol, but I was not getting enough resources or knowledge base on the practical

Re: [users@httpd] always says "Forbidden", what's the matter?

2013-12-25 Thread Rod James Bio
Isn't apache 2.4 using a new syntax? Instead of * **Order allow, deny** **Allow from all* to *Require all granted* http://httpd.apache.org/docs/2.4/upgrading.html#run-time Not really sure if it is backwards compatible. Hope someone clarifies.Thanks! *Rod Bio * Random fortune: /Never try t

Re: [users@httpd] always says "Forbidden", what's the matter?

2013-12-25 Thread Yehuda Katz
That is 2.2 syntax. The 2.4 syntax is different ( http://httpd.apache.org/docs/2.4/upgrading.html) which i why I suggested copying the existing config. On Thu, Dec 26, 2013 at 12:17 AM, sdfasdgfvewrgvwargvt wadawdawd < lf2hun...@gmail.com> wrote: > Maybe this will work: > > > Order allow, deny

Re: [users@httpd] always says "Forbidden", what's the matter?

2013-12-25 Thread Yehuda Katz
Based on that error, the server is using /home/zh/workspace/testhtml/ as the document root and not /var/www. If you allow Apache to access /home/zh/workspace/testhtml/ or change the document root, it should work fine. The easiest way is probably to find the config section that starts with something

Re: [users@httpd] always says "Forbidden", what's the matter?

2013-12-25 Thread sdfasdgfvewrgvwargvt wadawdawd
Maybe this will work: Order allow, deny Allow from all On Thu, Dec 26, 2013 at 1:07 PM, Heng Zhou wrote: > Yes, I checked, the log only says:"client denied by server configuration: > /home/zh/workspace/testhtml/hello.html". I could not get any idea from this > simple log. > > > On Wed, Dec 2

Re: [users@httpd] always says "Forbidden", what's the matter?

2013-12-25 Thread Heng Zhou
Yes, I checked, the log only says:"client denied by server configuration: /home/zh/workspace/testhtml/hello.html". I could not get any idea from this simple log. On Wed, Dec 25, 2013 at 11:22 PM, Yehuda Katz wrote: > Did you check the error log? It should tell you exactly what the problem > is.

Re: [users@httpd] always says "Forbidden", what's the matter?

2013-12-25 Thread Yehuda Katz
Did you check the error log? It should tell you exactly what the problem is. - Y On Wed, Dec 25, 2013 at 10:43 PM, Heng Zhou wrote: > Hi, > > I'm using Apache 2.4.6 on Ubuntu, I have a html file hello.html located in > the /var/www. When I type in http://localhost/hello.html and press return >

[users@httpd] always says "Forbidden", what's the matter?

2013-12-25 Thread Heng Zhou
Hi, I'm using Apache 2.4.6 on Ubuntu, I have a html file hello.html located in the /var/www. When I type in http://localhost/hello.html and press return in the browser, I was always told "Forbidden, You don't have permission to access /hello.html on this server.". But I have checked everything and

[users@httpd] only one virtual host works

2013-12-25 Thread Li Li
hi all, I have a problem with virtual host. my configure here: Listen 0.0.0.0:80 NameVirtualHost *:80 ServerName www.shiguanyinsi.org ServerAlias *.shiguanyinsi.org DocumentRoot /mnt/WEBS/shiguanyinsi.org ServerName www.beihaichanyuan.org ServerAli