All Questions
Tagged with suexec apache-2.2
66 questions
6
votes
1
answer
789
views
Environment variables not available on server after mod_rewrite, but works locally
I am working on a site where I am using SSI to set a variable on an HTML page that gets parsed and the variable is then to be picked up by a script after a mod_rewrite rewrite. This works on my local ...
0
votes
2
answers
608
views
vsftpd permissions for virtual users with Apache SUexec compatibility
I run a linux server with Apache + SUexec where all virtualhosts htdocs folder are owed by specific users :
# ls /www/sites
drwxr-xr-x 4 vhost-sitea.com vhost-sitea.com 4096 Oct 13 16:45 www....
1
vote
0
answers
749
views
apache suexec + php + fcgid does not log errors
Strangely my apache does not log errors anymore ever since I managed to enable fcgid and suexec for php processing. Even simple files with only <? dwakdnawjkdn(); ?> won't create any error, even ...
0
votes
1
answer
381
views
suexec AP_DOC_ROOT Path on gentoo
after a few years running php as mod_php I want to move to fcgi. On my server I run currently gentoo linux. I allready set up php als fcgi and everything is working.
But there is one problem. I have ...
0
votes
1
answer
1k
views
suEXEC is enabled but apache is still using "apache" user for every website [closed]
I'm using Plesk 12 with some modules enabled, including suexec:
But when I run whoami from a PHP script, I still get apache's default user: apache
What am I doing wrong? Should I double check some ...
0
votes
1
answer
2k
views
Centos6 Apache configure SUEXEC wrapper
On a Centos 6 trying to upgrade to a specific apache version (from 2.2.24 to 2.2.25) from source since yum doesn't have the right version I need (or the very least I can't find the repo for it) and I ...
3
votes
1
answer
20k
views
Setting up Apache 2.2 + FastCGI + SuExec + PHP-FPM on Centos 6
I'm trying to follow this very detailed instruction here, I simply changed from www-data user to apache user, and is using /var/www/hosts/sitename/public_html instead of /home/user/public_html
...
1
vote
1
answer
1k
views
Apache suEXEC execute script on user dir basis?
Iam looking for a way to run a script with different users.
I dont want to hardcode the users in the config... and I found some information that it should be possible that the user goes to... lets say:...
2
votes
1
answer
2k
views
PHP-FPM SuExecUserGroup not working
I have installed php, apache, and fastcgi_handler by:
emerge dev-lang/php www-apache/mod_fastcgi_handler
I managed to make it work by updating the relevant lines in /etc/apache2/modules.d/...
0
votes
2
answers
11k
views
Apache startup is failed
My server was terminated abnormally because power was turned off.
After start server I can't to run Apache.
$ /etc/init.d/httpd start
Starting httpd: [...
0
votes
1
answer
1k
views
Configuring suExec to work with Apache and PHP via FastCGI
I have installed ISPConfig 3 on an Ubuntu VPS and configured it for Apache + PHP via FastCGI and suexec. I am able to upload PHP apps (e.g. Wordpress) and run them normally w/ suexec.
However, for ...
1
vote
1
answer
3k
views
Errors getting apache working with fcgi and suexec
I have a Debian 6 server and I was previously using Apache with mod_php but decided to switch to using fcgi instead since Wordpress was somehow causing Apache to crash. I have the following in my site'...
1
vote
1
answer
518
views
How to enable group-writable suexec-capable CGI scripts?
I have been asked to set up a shared webspace on our department webserver that may be accessed by multiple people and which might be running CGI or PHP scripts. The people maintaining the webspace ...
1
vote
1
answer
353
views
apache+php-fpm and security in shared enviroment compared to apache+suexec+mod_fastcgi
I've been using Apache with suexec and mod_fastcgi. It starts up PHP handlers as the selected system user and listens to request via PIPES (fastcgi protocol). It works well but can't share opcode via ...
1
vote
1
answer
1k
views
Multiple VHosts with FastCGI and Suexec
I have a Debian virtual machine server which I have full control over, but I have someone who wants to host a single domain on it. This is obviously a security concern, as even if his particular user ...
0
votes
2
answers
98
views
Modules to protect PHP and Perl from accessing other users file/data? [closed]
I've use to use a combination of suPHP with suExec in order to try to protect the users and limiting the PHP/Perl from running out of their allowed space (i.e.: user/tmp folders).
Its been a while ...
0
votes
1
answer
577
views
From suPHP to mod_php
I have a Centos6 64-bit server, Apache/2.2.15, PHP5.3.3, one IP and four name-based virtual hosts and SSL/SNI to provide https in addition to http. All those hosts are assigned to different linux ...
0
votes
1
answer
2k
views
How to avoid '403 Forbidden' response in Apache with suEXEC enabled
I have configured an Apache 2.2 web server with suEXEC following a couple of tutorials after reading the official documentation. I'll put a short summary here:
# Install and enable Apache, suEXEC, ...
0
votes
3
answers
1k
views
Preventing error_log flooding
Is there a way to have httpd/php stop logging errors if they are repeating over and over again to prevent flooding?
Currently the /usr/local/apache/logs/error_log file is getting flooded and would ...
1
vote
1
answer
855
views
Mechanism behind user forwarding in ScriptAliasMatch
I am following this tutorial to setup gitolite and at some point the following ScriptAliasMatch is used:
ScriptAliasMatch \
"(?x)^/(.*/(HEAD | \
info/refs | \
objects/(info/[^/]+ | \
[0-9a-f]{2}/[0-...
1
vote
1
answer
619
views
How to download source, modify source, recompile and build .deb package?
I have to customize my Apache2 suExec module to ensure some special environment variables getting passed through suExec.
How to download the source code form Debian package apache2-suexec, modify ...
16
votes
2
answers
22k
views
Multiple php versions simultaneously on Ubuntu
I want to be able to run multiple php versions on my development box running Ubuntu 12.04. What I want to accomplish is that when I use localhost as a domain a default is used (let's say php 5.3.17). ...
-1
votes
1
answer
342
views
Files uploaded with php scripts are owned by apache on Directadmin [closed]
Uploaded files are owned by apache, I have DirectAdmin installed and also mod_suexec is loaded into Apache. So is there anyway to upload file with account owner under mod_php(php5_module)?
0
votes
3
answers
603
views
Apache - suExec - FastCGI - PHP = security issue
I installed Apache with FastCGI (mod_fastcgi), suExec and PHP on my local development box. Working perfectly, except one thing.
Let's say I have two users:
user1 - /home/user1/public_html
user2 - /...
4
votes
1
answer
1k
views
Apache mass virtual hosting & suexec & fcgid
I followed Falco's tutorial and everything now works as expected for 2 users (e.g. john and alice) with their relevant directories (/var/www/john and /var/ww/alice).
Now, I want to go to the next ...
1
vote
1
answer
434
views
suexec failing scriptalias without logs
I am trying to install gitolite 3 on a apache2 server. So I need to run a CGI script owned by git:git. My configuration for achieving this (based mainly on this) is:
<VirtualHost myserver.com>
...
1
vote
0
answers
150
views
suexec executes world writable php files and files owned by root. why?
I've configured my server to use suexec for php this weekend. Now I've recognized that suexec also serves files owned by root or that are world writable. But this seems to me not like the standard ...
0
votes
2
answers
535
views
Apache with suexec, fcgid shows content from wrong vHost over ssl
I changed my Apache setup to worker mode, suexec und fcgid as described in this tutorial: https://wiki.hetzner.de/index.php/Apache_PHP5_fcgi_und_SuExec.
Allmost everything works fine. I wrote a ...
4
votes
4
answers
10k
views
SuExec: “command not in docroot” Even Though It Is?
Arch Linux 2011.08.19 (Linux 3.4.2 i686)
Apache 2.2.22 with SuExec
PHP 5.4.4 (cli) via FastCGI
My sites were all working fine earlier… I’m not sure when it happened because I noticed it over a week ...
7
votes
4
answers
19k
views
How to change suexec root directory from "/var/www" to "/home"?
Hi I've installed suexec using on ubuntu 12.04:
apt-get install apache2 apache2-suexec libapache2-mod-fcgid php5-cgi
However when I run the following command:
sudo /usr/lib/apache2/suexec -V
I get ...
4
votes
1
answer
2k
views
Confusion on SUEXEC and DOCROOT
I keep running into an issue with suexec where it says the cgi script is not in the docroot.
I get this error:
"[2012-05-21 04:53:02]: command not in docroot (/apps/dctools/www/cgi-bin/test.cgi)"
...
3
votes
1
answer
776
views
Suexec, group-writeable files
I am running an Apache server with Suexec. However, I get an internal server error if I try to execute a CGI script that is group-writeable (if I chmod g-w , the script runs fine)
However, I want the ...
1
vote
2
answers
2k
views
mod_vhost_alias + suEXEC: auto selecting uid/gid
I'm trying to configure Debian 6.0.4 for massive shared hosting with PHP5.
Packages apache2-mpm-worker libapache2-mod-fcgid apache2-suexec are installed.
I successfully loaded mod_vhost_alias and ...
1
vote
1
answer
833
views
Configuring Apache2/mpm-worker not to eat up all the server's RAM
Th server is running around 40 WordPress sites. Originally I'd set the server up using mod_php and mpm-prefork back when the server had 2GB of memory, and it was running comfortably well. Recently, ...
-3
votes
1
answer
223
views
How do you setup PHP to run as user as CGI?
Been trying lots of examples but nothing seems to be working. I don't wanna use yum/apt-get I want to do everything from source so I get a better understanding. Yum/apt-get just cheats the system and ...
1
vote
1
answer
380
views
Apache: change PHP suexec user/group per SSL client
I've got a server running several vhost sites, and was wondering if there could be a way to get some vhost PHPs executed under a different user/group depending on the client connecting to them. I ...
1
vote
1
answer
2k
views
PHP with suexec/fcgid
httpd.conf file:
LoadModule fcgid_module modules/mod_fcgid.so
AddHandler fcgid-script .php
FCGIWrapper /usr/local/php5 .php
# manual
MaxRequestsPerProcess 1000
FcgidMaxProcesses 200
...
-1
votes
1
answer
2k
views
Virtualmin clean install - Internal Server errors with PHP
I've just reinstalled my server's OS (Ubuntu 10.04 LTS) and installed Virtualmin using the install script (install.sh). Everything on the server is completely vanilla - the only thing I've done after ...
1
vote
2
answers
3k
views
Why the php-cgi wrapper script for php-fpm? (Using virtualhost and suexec.)
I just setup my server with Apache, FastCGI, and PHP-FPM. My question is regarding the /cgi-bin/ folder: is it really necessary to have a /cgi-bin/php-fpm wrapper for every single virtualhost that ...
1
vote
2
answers
1k
views
PHP Include Always Fails
Apache HTTP Server 2.2.21 with VirtualHosts under SuExec
PHP 5.3.8 via fcgid
Arch Linux 2011.08.19
I am in the process of migrating from shared hosting to VPS. The code I had ran fine before the move ...
3
votes
2
answers
15k
views
Access Denied for PHP Files Only
Apache HTTP Server 2.2.21 with VirtualHosts under SuExec
PHP 5.3.8 via fcgid
Arch Linux 2011.08.19
I am getting 403 Access Denied errors from Apache any time I try to access a PHP file. HTML files ...
3
votes
1
answer
10k
views
NameVirtualHost 12.345.67.89:443 has no VirtualHosts after enabling and disabling suexec module
In the process of trying to enable suexec module I starting getting these warnings (when I restarted apache). I get them when suexec is enabled & disabled:
* Restarting web server apache2
[Wed ...
9
votes
4
answers
35k
views
PHP fopen always fails with permission denied
I am in the process of migrating a couple of Wordpress blogs over to AWS and have run into an issue with file permissions that has successfully foiled me for the last couple of hours.
The simplest ...
2
votes
2
answers
2k
views
django + wsgi + suexec + userdir + apache?
I've got a django 1.1 website I want to run in wsgi (as that seems to be the recommended deployment on apache). I want it to run as the www user (apache is running as www-data). I would ideally like ...
0
votes
1
answer
1k
views
suEXEC before Apache dead
One of our Apache server went down. After the web server restarts, there is a red light on the server panel and we are contacting hardware vendor to investigate any potential hardware issue.
The ...
0
votes
1
answer
567
views
Apache w/ fcgid and suexec: second vhost returning 'Forbidden'
I have an Apache install set up with suExec and vhosts.. The original ("primary") vhost works fine, but I'm having some issues with a second one I've added; returning a 403 response.
Considering this ...
2
votes
1
answer
701
views
Secure Apache PHP vhost configuration
I'm looking to secure some websites running under apache using suexec. At the moment php is executed with the user/group of the file being executed. This seems to me, not secure enough. It stops ...
4
votes
1
answer
3k
views
How do I run a PHP web application as a particular user and group on CentOS 5 with Apache?
I'm aware there are various different ways to do this but I'm not sure that the "best" way would be for my particular situation:
Each site should have its own user account (site user)
Virtual Hosts ...
1
vote
2
answers
1k
views
I need clarification on Apache2, MPM-Worker, FastCGI, PHP5-fpm, suEXEC?
My current configuration is:
Apache2 + MPM-Worker AND FastCGI + PHP5-fpm (PHP 5.3.2) ON Ubuntu 10.04 LTS
I have a single pool of 2-5 processes running as a different user from that of the default ...
1
vote
1
answer
1k
views
suexec error configuring mod_fastcgi with apache2.2.3 on centos
I've been following this blog post so that I can share APC opcode cache between PHP processes using FastCGI. Unfortunately I'm getting the following error when starting httpd:
Starting httpd: Syntax ...