mod_php feature gone?

6 posts / 0 new
Last post
#1 Tue, 09/07/2010 - 10:48
josesan311

mod_php feature gone?

Hey guys,

I cannot see to locate mod_php option in VirtualMin 3.80.gpl. I have been playing with "Run CGI scripts as domain owner?" and "FCGId (run as virtual server owner)" options but they dont seem to switch my website to DSO handler.

I have been testing with these options and looking on a phpinfo but it always shows CGI/FCGI.

Any hint?

Thanks in advance!

Tue, 09/07/2010 - 12:02
andreychek

Howdy,

Well, running fcgid and cgi as the domain owner should certainly work... if not, let us know and we can help troubleshoot that :-)

I'd be curious to see what the phpinfo() output looked like in those cases.

However, as far as mod_php goes -- I suspect the mod_php option would only show up if mod_php is enabled in Apache. Remember though, that when using mod_php, suexec doesn't work, so your PHP scripts will be running as the Apache user rather than as your Virtual Server owner.

-Eric

Tue, 09/07/2010 - 12:13
josesan311

Hello,

Thanks a lot for the very quick response.

Both options display the same output (same as running it as FCGI.) Do you want me to paste here any specific output?

How do I enable mod_php in Apache over VirtualMin?

Tue, 09/07/2010 - 12:17
andreychek

Howdy,

Both options display the same output (same as running it as FCGI.)

Hmm, so what are you finding that's not working as expected, is it running as the Apache user rather than the domain owner?

How do I enable mod_php in Apache over VirtualMin?

Which Linux distribution are you using? How to enable an Apache module depends on what distro you have.

-Eric

Fri, 09/10/2010 - 09:43
josesan311

Hello,

I thought I could do that over VirtualMin easly. Im using CentOS 5.5 64bit.

Thanks in advance for all the help.

Fri, 09/10/2010 - 09:44
josesan311

"Hmm, so what are you finding that's not working as expected, is it running as the Apache user rather than the domain owner?"

Sorry I missed that question, how do I check this over PHP ?

Topic locked