Page 1 of 1

Apache command line options

PostPosted: 31. October 2010 20:08
by Bigbread
Does anyone know how I can start apache with command line options? Specifically, I need the -D switch to set a variable.

/opt/lampp/lampp -D local doesn't work but the other ways I've tried seem to bypass all XAMPP settings.

Re: Apache command line options

PostPosted: 09. November 2010 03:05
by Bigbread
In the Windows version of XAMPP I can start it like this:
Code: Select all
apache\bin\httpd.exe -D local
but what is the equivalent under Linux?

Re: Apache command line options

PostPosted: 09. November 2010 23:28
by Bigbread