Enabling XAMPP's suexec woes

Problems with the Mac OS X version of XAMPP, questions, comments, and anything related.

Enabling XAMPP's suexec woes

Postby RSmithBothell » 09. December 2014 02:38

UNLESS there's a better way to kick off a bash script to run `mysql_dump`,
(if there is PLEASE let me know), I believe I need to use suexec.

Is using crontab to look for a dump a wise idea?


Below I've listed my changes to config files and the error these provoke.
If someone can 'fix' my config, please let me know!!!

Here's what I've done:

In httpd.conf:
===============================
<IfModule log_config_module>
# Configure some suexec parameters here
#SuexecUserGroup nobody nogroup
Suexec On
SuexecUserGroup flinstone staff
</IfModule>
--
# Virtual hosts
# Uncommented the line below
Include etc/extra/httpd-vhosts.conf
==============================

In /Applications/XAMPP/xamppfiles/etc/httpd-vhosts.conf I have put above their examples:

================================
<VirtualHost *:80>
ServerAdmin 4OtherBusiness@comcast.net
DocumentRoot "/Applications/XAMPP/xamppfiles/my_virtual_server.viablitz.com"
ServerName my_virtual_server.viablitz.com
ServerAlias www.my_virtual_server.viablitz.com
ErrorLog "logs/my_virtual_server.viablitz.com-error_log"
CustomLog "logs/my_virtual_server.viablitz.com-access_log" common
--enable-suexec
SuexecUserGroup flinstone staff
</VirtualHost>
================================

In XAMPP's application log I get:
Stderr:
AH00526: Syntax error on line 303 of /Applications/XAMPP/xamppfiles/etc/httpd.conf:
suEXEC isn't supported: Invalid owner or file mode for /Applications/XAMPP/xamppfiles/bin/suexec
RSmithBothell
 
Posts: 3
Joined: 25. September 2014 01:35
Operating System: OS X 10.8 and it's 1.8.2-5

Return to XAMPP for macOS

Who is online

Users browsing this forum: No registered users and 50 guests