Warning VirtualHost requires SUEXEC wrapper.

wimp

Well-Known Member
Jul 13, 2002
301
0
166
hi all,
transfer domains from server to server (with WHM feature)
I note that whe i start apache from root recive the following error:
---------------------
Warning: User directive in &VirtualHost& requires SUEXEC wrapper.
-------------------

Then, apache starts.
The server has SUEXE disable (also the old server i transfer domains from has SUEXE disable)

befor i transfered domain apache started without the error above.

What could be wrong?


Thanks
 

Annette

Well-Known Member
PartnerNOC
Aug 12, 2001
445
0
316
If you look at the httpd.conf, you'll probably find that you have

User username
Group groupname

entries in some of the virtual hosts. Comment out those lines, restart apache, and the errors will go away.