search for: mod_so

Displaying 7 results from an estimated 7 matches for "mod_so".

Did you mean: mod_ssl
2015 Sep 25
3
httpd userdir problem
...rnel 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." 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...
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
...rnel 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." 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...
2015 Sep 25
0
httpd userdir problem
...> > 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 wer...
2005 Sep 07
1
Compiling Apache 2.0.54 on CentOS 4.1
...modules/generators/mod_autoindex.la modules/generators/mod_asis.la modules/generators/mod_cgi.la modules/mappers/mod_negotiation.la modules/mappers/mod_dir.la modules/mappers/mod_imap.la modules/mappers/mod_actions.la modules/mappers/mod_userdir.la modules/mappers/mod_alias.la modules/mappers/mod_so.la server/mpm/prefork/libprefork.la server/libmain.la os/unix/libos.la -lssl -lcrypto -L/usr/kerberos/lib -lgssapi_krb5 -lkrb5 -lcom_err -lk5crypto -lresolv -ldl -lz /scratch/apache2.src/httpd-2.0.54/srclib/pcre/libpcre.la /scratch/apache2.src/httpd-2.0.54/srclib/apr-util/libaprutil-0.la<http:...
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