![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to use Suexec with Apache2 ? | kernings | UNIX for Dummies Questions & Answers | 1 | 03-10-2008 10:41 PM |
| suexec problem | harrstar | UNIX for Advanced & Expert Users | 0 | 03-07-2008 05:32 PM |
| Suexec solution | the_last_rites | UNIX for Dummies Questions & Answers | 13 | 01-18-2005 08:14 AM |
| Apache! | hassan2 | UNIX for Dummies Questions & Answers | 3 | 06-13-2002 12:45 PM |
| Apache | henke | UNIX for Dummies Questions & Answers | 5 | 07-31-2001 03:16 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
I compiled apache 1.3.33 with suexec support like
./configure \ "--with-layout=Apache" \ "--prefix=/usr/local/apache" \ "--enable-module=ssl" \ "--activate-module=src/modules/php4/libphp4.a" \ "--activate-module=src/modules/perl/libperl.a" \ "--enable-module=perl" \ "--enable-module=most" \ "--enable-suexec" \ "--suexec-uidmin=100" \ "--suexec-gidmin=100" \ "--suexec-userdir=public_html" \ "--suexec-caller=nobody" \ "--suexec-logfile=/wallaby-local/apache/logs/suexec_log" \ Everthing is working fine, when I run a cgi script through web it is suexec wrappered and only runs as the user who own the script, but I run php script is not being suexec wrapper and runs as the user nobody which is a security risk. How do I enable PHP being executed through suexec? Thanks |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|