Displaying 6 results from an estimated 6 matches for "http_core".
Did you mean:
http_code
2015 Sep 25
3
httpd userdir problem
...-229.14.1.el7.x86_64).
>
> I cannot get the httpd userdir facility working;
> when I try to access localhost/Menloe I get the message
> "You don't have permission to access /Menloe on this server."
Incidentally, httpd -l returns
Compiled in modules:
core.c
mod_so.c
http_core.c
But when I add
LoadModule userdir_module modules/mod_userdir.so
to /etc/httpd/conf/httpd.conf and restart httpd I get the message
"AH01574: module userdir_module is already loaded, skipping"
I notice that under Apache 2.2 there were a dozen or more
LoadModule commands in httpd.conf...
2015 Sep 25
5
httpd userdir problem
I'm running httpd-2.4.6-31.el7.centos.1.x86_64
under CentOS-7 (kernel 3.10.0-229.14.1.el7.x86_64).
I cannot get the httpd userdir facility working;
when I try to access localhost/Menloe I get the message
"You don't have permission to access /Menloe on this server."
I see in /var/log/httpd/error_log
"Symbolic link not allowed or link target not accessible:
2015 Sep 25
0
httpd userdir problem
...-229.14.1.el7.x86_64).
>
> I cannot get the httpd userdir facility working;
> when I try to access localhost/Menloe I get the message
> "You don't have permission to access /Menloe on this server."
Incidentally, httpd -l returns
Compiled in modules:
core.c
mod_so.c
http_core.c
But when I add
LoadModule userdir_module modules/mod_userdir.so
to /etc/httpd/conf/httpd.conf and restart httpd I get the message
"AH01574: module userdir_module is already loaded, skipping"
I notice that under Apache 2.2 there were a dozen or more
LoadModule commands in httpd.conf...
2015 Sep 25
0
httpd userdir problem
...not get the httpd userdir facility working;
> > when I try to access localhost/Menloe I get the message
> > "You don't have permission to access /Menloe on this server."
>
> Incidentally, httpd -l returns
> Compiled in modules:
> core.c
> mod_so.c
> http_core.c
>
> But when I add
> LoadModule userdir_module modules/mod_userdir.so
> to /etc/httpd/conf/httpd.conf and restart httpd I get the message
> "AH01574: module userdir_module is already loaded, skipping"
>
> I notice that under Apache 2.2 there were a dozen or more
&...
2007 Feb 26
2
Apache+mod_proxy_balancer+Mongrel+Mephisto, Apache kills CPU
Our Mephisto install kills Mongrels and causes Apache to pound the
CPU. This started when we moved to Apache+mod_proxy_balancer+Mongrel.
Here''s what we know:
The following things are working OK, except when used in the
combination listed above: mongrel, mongrel_rails, MySQL, Apache,
mod_proxy_balancer. We believe these are all OK because we moved five
other Rails apps to this
2006 Aug 29
15
Setup with Apache 2.2 proxy balancer : timeout during uploads
Hi all,
I encounter timeout errors during file uploads in my Rails application.
I think the problem may be in the Mongrel configuration. Here is my setup:
* Load balancer (Cisco CSM, my provider''s Catalyst 6509)
* Apache 2.2.3 with mod_proxy_balancer
* Mongrel 0.3.13.3
* Rails 1.1.6
* Ruby 1.8.4
* MySQL 5.0.22
* file_column
I host an application in which users may upload medium files