search for: mod_userdir

Displaying 20 results from an estimated 31 matches for "mod_userdir".

2015 Sep 25
3
httpd userdir problem
...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 but they no longer appear there in Apache 2.4 . -- Timothy Murph...
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
...a home directory for each user, which is owned by them. So I don't _think_ this is the problem. The command you suggested returns: winbind_lookup_rids failed: WBC_ERR_DOMAIN_NOT_FOUND The ACLs are to allow --x access for the 'www-data' into users home directories for use with Apache+mod_userdir, and then r-x access for their www directory 6 Sep 2019, 10:52 by samba at lists.samba.org: > On 06/09/2019 10:34, gac wrote: > >> No problem - https://pastebin.com/G8pa3bdE >> > Please just post things like this in line ;-) > > root at server:/var/log/samba# ls -lad /s...
2019 Sep 06
3
Change in behaviour for the "%U" substitution in 4.10.8?
...them. So I don't _think_ this is the problem. >> >> The command you suggested returns: >> >> winbind_lookup_rids failed: WBC_ERR_DOMAIN_NOT_FOUND >> >> The ACLs are to allow --x access for the 'www-data' into users home directories for use with Apache+mod_userdir, and then r-x access for their www directory >> > Try changing the ownership of /shares/DOMAIN to root > > What about the getfacl commands ? > > Rowland > > > > -- > To unsubscribe from this list go to the following URL and read the > instructions: https://l...
2006 Jul 21
3
ROR - Apache - FastCGI / Can''t see stylesheets or javascript
...ostnameLookups Off UseCanonicalName Off <IfModule mod_fastcgi.c> FastCgiServer \ /srv/www/vhosts/www.spro.com/public/dispatch.fcgi \ -initial-env RAILS_ENV=development -processes 10 \ -idle-timeout 120 </IfModule> <IfModule mod_userdir.c> UserDir public_html Include /etc/apache2/mod_userdir.conf </IfModule> <Directory /srv/www/vhosts/www.spro.com/public/> Options ExecCGI FollowSymLinks AddHandler fastcgi-script .fcgi AllowOverride All Order al...
2015 May 07
2
Apache 2.2 itk - 404 not found
...ule vhost_alias_module modules/mod_vhost_alias.so LoadModule negotiation_module modules/mod_negotiation.so LoadModule dir_module modules/mod_dir.so LoadModule actions_module modules/mod_actions.so LoadModule speling_module modules/mod_speling.so LoadModule userdir_module modules/mod_userdir.so LoadModule alias_module modules/mod_alias.so LoadModule substitute_module modules/mod_substitute.so LoadModule rewrite_module modules/mod_rewrite.so LoadModule proxy_module modules/mod_proxy.so LoadModule proxy_balancer_module modules/mod_proxy_balancer.so LoadModule prox...
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 May 07
3
Apache 2.2 itk - 404 not found
...s.so >> LoadModule negotiation_module modules/mod_negotiation.so >> LoadModule dir_module modules/mod_dir.so >> LoadModule actions_module modules/mod_actions.so >> LoadModule speling_module modules/mod_speling.so >> LoadModule userdir_module modules/mod_userdir.so >> LoadModule alias_module modules/mod_alias.so >> LoadModule substitute_module modules/mod_substitute.so >> LoadModule rewrite_module modules/mod_rewrite.so >> LoadModule proxy_module modules/mod_proxy.so >> LoadModule proxy_balancer_module modu...
2006 Apr 13
4
apache permission problems
...verride None Order allow,deny Allow from all </Directory> </VirtualHost> It DID work with the default install, i got the default page, but for some reason when i switch to virtual hosts i started getting denied. I also have this in my httpd.conf file: <IfModule mod_userdir.c> UserDir public_html # # Control access to UserDir directories. The following is an example # for a site where these directories are restricted to read-only. # <Directory /home/*/public_html> AllowOverride FileInfo AuthConfig Limit Indexes Options MultiViews Indexes SymLink...
2015 May 07
0
Apache 2.2 itk - 404 not found
...le modules/mod_vhost_alias.so > LoadModule negotiation_module modules/mod_negotiation.so > LoadModule dir_module modules/mod_dir.so > LoadModule actions_module modules/mod_actions.so > LoadModule speling_module modules/mod_speling.so > LoadModule userdir_module modules/mod_userdir.so > LoadModule alias_module modules/mod_alias.so > LoadModule substitute_module modules/mod_substitute.so > LoadModule rewrite_module modules/mod_rewrite.so > LoadModule proxy_module modules/mod_proxy.so > LoadModule proxy_balancer_module modules/mod_proxy_balancer.so...
2019 Sep 17
1
Change in behaviour for the "%U" substitution in 4.10.8?
...mmand you suggested returns: > >>>>> > >>>>> winbind_lookup_rids failed: WBC_ERR_DOMAIN_NOT_FOUND > >>>>> > >>>>> The ACLs are to allow --x access for the 'www-data' > into users home directories for use with Apache+mod_userdir, > and then r-x access for their www directory > >>>>> > >>>> Try changing the ownership of /shares/DOMAIN to root > >>>> > >>>> What about the getfacl commands ? > >>>> > >>>> Rowland > >>>...
2015 Sep 25
0
httpd userdir problem
...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 but they no longer appear there in Apache 2.4 . -- Timothy Murph...
2015 Sep 25
0
httpd userdir problem
...alhost/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 > but they no longer appear there in Ap...
2018 Feb 04
0
How to grant user access to his .dovecot.sieve.log?
Hi Gabriel, I'm trying to implement what you suggested using apache mod_userdir with === UserDir /srv/dovecot <DirectoryMatch "^/srv/dovecot/(?<WHICHUSER>[^/]+)"> Require user %{env:MATCH_WHICHUSER} DirectoryIndex .dovecot.sieve.log ... </DirectoryMatch> === I still need to find how to set up right permissions for these logs without too much bru...
2019 Sep 06
0
Change in behaviour for the "%U" substitution in 4.10.8?
...ink_ this is the problem. >>> >>> The command you suggested returns: >>> >>> winbind_lookup_rids failed: WBC_ERR_DOMAIN_NOT_FOUND >>> >>> The ACLs are to allow --x access for the 'www-data' into users home directories for use with Apache+mod_userdir, and then r-x access for their www directory >>> >> Try changing the ownership of /shares/DOMAIN to root >> >> What about the getfacl commands ? >> >> Rowland >> >> >> >> -- >> To unsubscribe from this list go to the following UR...
2019 Sep 17
0
Change in behaviour for the "%U" substitution in 4.10.8?
...gt;>>>> The command you suggested returns: >>>>> >>>>> winbind_lookup_rids failed: WBC_ERR_DOMAIN_NOT_FOUND >>>>> >>>>> The ACLs are to allow --x access for the 'www-data' into users home directories for use with Apache+mod_userdir, and then r-x access for their www directory >>>>> >>>> Try changing the ownership of /shares/DOMAIN to root >>>> >>>> What about the getfacl commands ? >>>> >>>> Rowland >>>> >>>> >>>> &g...
2019 Sep 06
2
Change in behaviour for the "%U" substitution in 4.10.8?
No problem -?https://pastebin.com/G8pa3bdE <https://pastebin.com/G8pa3bdE> 6 Sep 2019, 10:28 by samba at lists.samba.org: > On 06/09/2019 09:47, gac wrote: > >> I opted for 'remove the SERVER lines' (since I don't remember why they are in there) - but this hasn't changed the behaviour. The log file contains a different error message, but still refers to the
2018 Feb 08
1
How to grant user access to his .dovecot.sieve.log?
On Feb 6, 2018, at 19:53, Sergey Ivanov <seriv at cs.umd.edu> wrote: > Answering myself (not yet implemented, but I hope it will work): > Using sieve extprograms extension and global "after" script, I can read .dovecot.sieve.log into a sieve variable 'log_content' if this log is not empty. I hope this log will be written before "after" script is called, but
2005 Sep 07
1
Compiling Apache 2.0.54 on CentOS 4.1
...la modules/http/mod_mime.la modules/generators/mod_status.la 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.s...
2006 Mar 21
5
RoR and Growing Pains
...I get it working fine as per all the nice HowTos out there... but it only works for one single Virtual Host. Namely: http://localhost/test/ but if I wanted to add a second one I had to add to http://mylappy/newapp Both being on the same box but added to my /etc/hosts file... Could I just setup mod_userdir and have ALL my Rails apps be under /home/ro/public_html/<railappsX> ?? (I''ve tried something to this effect but I am too green in Lighty to know where I''m wrong) This is my sample vhost (Lighty) I simply repeat it for my other app: 142 $HTTP["host"] == &qu...
2019 Sep 17
0
Change in behaviour for the "%U" substitution in 4.10.8?
...;>>> The command you suggested returns: >>>>> >>>>> winbind_lookup_rids failed: WBC_ERR_DOMAIN_NOT_FOUND >>>>> >>>>> The ACLs are to allow --x access for the 'www-data' into users home directories for use with Apache+mod_userdir, and then r-x access for their www directory >>>>> >>>> Try changing the ownership of /shares/DOMAIN to root >>>> >>>> What about the getfacl commands ? >>>> >>>> Rowland >>>> >>>> >>...