On 7/1/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

> >
> I am positive that the virtual host serving the requests is the one
> where I have the
> 
> User/Group directives && that I am editing the correct httpd.conf.
> 
> Just to be sure I ran a test. I added the directive
> 
> SetEnv testval test
> 
> the virtualhost in question and gracefully restarted Apache.
> 
> Using PHP, I printed out phpinfo() output and observed
> 
> _SERVER["testval"]
> 
> as a SERVER variable available to PHP with the correct value.
> 
> As a side note I have successfully installed Suexec on 2.0.52, so am familiar 
> with the stpes involved.

Well, the fact that you are testing with PHP does bring up a question:
You are aware that suexec works only with CGI scripts executed by
mod_cgi (or, in certain cases, mod_include) and not normal pages or
pages exectued by a module such as php?

> 
> At what point, if any, do I report this as a bug to Apache? What other steps 
> does anyone recommend for troubleshooting?

Start with a fresh download from httpd.apache.org and make the
absolute minimum changes necessary to show your problem, then file a
bug report showing exactly those steps (or, more likely, while doing
this discover the real problem and forget about the bug report).

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to