Displaying 11 results from an estimated 11 matches for "suexecusergroup".
2009 Jan 30
1
fcgi/suexec problem
I have a number of vhosts configured with SuexecUserGroup
to run the scripts with limited privileges and the dept. web-site on one
of them. The problem is the webmaster can't read online context help
which comes with the cms the site is using. Most help files (>2K) have
*.php.html extension. *.php and *.html scripts both work as I suspect
they shou...
2014 Oct 23
2
httpd on centos 7
...and restarted httpd)
-------------------------
<Directory /var/www/html>
# old 2.2 config
# Order Allow,Deny
# Allow from all
AllowOverride None
Require all granted
</Directory>
<Directory /home/silentm/public_html/gifs>
AllowOverride None
Require all granted
</Directory>
SuexecUsergroup silentm silentm
------------------
So now I have access to the index.html page in /var/www/html
so that is good. However, I do not have access to the user gifs
/home/silentm/public_html/gifs
The user silentm exists. I get a 404 error.
127.0.0.1 - - [23/Oct/2014:08:14:21 -0400] "GET /~silen...
2006 Jan 19
5
RoR still not working on SuSE 9.0 - incomplete headers received
...minated gracefully
apache.log:
development.log is empty.
This is my virtual host entry of apache:
<VirtualHost myIP:80>
ServerName myHost
AddHandler fastcgi-script .fcgi
AddHandler cgi-script .cgi
DocumentRoot /srv/www/htdocs/web4/html/rails/public
SuexecUserGroup web4 ftponly
FastCgiWrapper /usr/sbin/suexec2
<Directory /srv/www/htdocs/web4/html/rails/public>
RewriteEngine On
RewriteRule ^$ index.html [QSA]
RewriteRule ^([^.]+)$ $1.html [QSA]
RewriteCond %{REQUEST_FILENAME}...
2006 Aug 16
3
problems with fastcgi, apache2 and debian sarge
...=prod
uction -processes 5 -idle-timeout 60
<virtualhost 212.87.142.234:80>
ServerName www.gissmoh.de
DocumentRoot /var/www/gissmoh.de/public
CustomLog /var/log/apache2/gissmoh.de/access.log
combined
SetEnv RAILS_ENV production
SuexecUserGroup gissmoh gissmoh
<Directory /var/www/gissmoh.de/public/>
Options ExecCGI FollowSymLinks
AddHandler cgi-script .cgi
AllowOverride all
Order allow,deny
Allow from all
</Directory>
</virtualhos...
2006 Sep 08
0
SELinux targeted + httpd + suexec
...inactive
httpd_enable_cgi active
httpd_enable_homedirs inactive
httpd_ssi_exec inactive
httpd_tty_comm inactive
httpd_unified inactive
Either httpd_ssi_exec or httpd_unified have made no difference in those
errors.
When I deactivate mod_suexec and comment SuexecUserGroup in Apache configs,
those errors stop appearing.
So I think this problem has to do directly with selinux policy and
mod_suexec.
Could this be a bug on selinux-policy-targeted, that doesn't bring 100%
support for the "native" mod_suexec?
--
Vilela
-------------- next part ----------...
2006 Jan 09
1
enable suexec
Hello CentOS,
I don't usually use RPM's for apache, but I'm playing with a centos
4.2 w/apache and suexec. I've got the suexec apache RPM installed,
but I'm not sure how to actually get apache to use it. The
/etc/httpd/conf/httpd.conf does show it in the modules:
LoadModule suexec_module modules/mod_suexec.so
but httpd -l doesn't list suexec as being loaded.
I'm
2007 Mar 25
3
Can''t seem to get rewrite rules to work with Apache
...iguration:
<VirtualHost 216.154.219.19:80>
<Directory /u/apps/simplelog_2.0.2/public/>
Options FollowSymLinks
AllowOverride None
Order allow,deny
Allow from all
DirectoryIndex index.php index.html
</Directory>
ServerName scottwalter.com
DocumentRoot /u/apps/simplelog_2.0.2/public
SuexecUserGroup webadmin webadmin
RewriteEngine On
RewriteRule ^a\.html$ b.html
ProxyPass / http://127.0.0.1:3002/
ProxyPassReverse / http://127.0.0.1:3002/
ProxyPreserveHost on
ServerAlias "www.scottwalter.com"
ServerAdmin "support at scottwalter.com"
CustomLog "/u/apps/simplelog_2.0.2/lo...
2008 Jul 23
3
Premature end of script headers: dispatch.fcgi
...fModule mod_fcgid.c>
SocketPath /var/lib/apache2/fcgid/sock
IdleTimeout 3600
ProcessLifeTime 7200
MaxProcessCount 8
DefaultMinClassProcessCount 3
DefaultMaxClassProcessCount 2
IPCConnectTimeout 8
IPCCommTimeout 60
</IfModule>
apache.conf:
<VirtualHost 1.2.3.4:80>
SuexecUserGroup vu2025 vu2025
...
DocumentRoot /var/www/virtual/MY_APPLICATION/new/htdocs/public
...
ScriptAlias /cgi-bin/ /var/www/virtual/MY_APPLICATION/new/cgi-bin/
<Directory /var/www/virtual/MY_APPLICATION/new/cgi-bin>
AllowOverride None
#Options ExecCGI
Or...
2007 Sep 08
8
SVN and Rails problem
...lic
ServerAdmin admin-oXF/OrpwZ1rQT0dZR+AlfA@public.gmane.org
UseCanonicalName Off
CustomLog /usr/local/apache/domlogs/fapbox.com combined
CustomLog /usr/local/apache/domlogs/fapbox.com-bytes_log "%{%s}t %I
.\n%{%s}t %O ."
<IfModule !mod_disable_suexec.c>
SuexecUserGroup fapbox fapbox
</IfModule>
ScriptAlias /cgi-bin/ /home/fapbox/public_html/cgi-bin/
<Location /svn>
DAV svn
SVNParentPath /usr/local/svn/repos/private
AuthType Basic
AuthName "Fapbox Subversion Repository"
AuthUserFile /usr/lo...
2006 Apr 12
13
Public Directory not accessible
Been trying to deploy my rails app on Redhat ES3, Apache2, FastCGI with
Plesk all day. Fun stuff. Basically, the issue that I can not solve has
to do with access to /public. None of my images, javascripts, etc. are
working in the app. Trying to access any of these results in a 404 (or
routing error if in developer mode). Oddly, the 404 file it displays is
-- you guessed it -- in fact *in*
2006 Apr 05
13
Apache Deployment Woes
Hi Everybody,
I''m down to my last straw. I''ve been trying to deploy my latest rails
project on Apache for about two weeks with limited success. I have a
lot of info, but still no clue what is causing my problem. I decided to
turn to the community for some help...
Basically, my site works fine with Apache and FastCGI most of the time,
but sometimes I get the "Rails