http: fail OPTIONS -D$MY_THING, etc.

Issues related to configuring your network
Post Reply
MikeBerger
Posts: 19
Joined: 2019/01/02 23:28:04

http: fail OPTIONS -D$MY_THING, etc.

Post by MikeBerger » 2019/02/09 00:16:21

With Centos 6, I tried use the OPTIONS in /etc/sysconfig/httpd to add a -D:

Code: Select all

OPTIONS=-D$MY_MY_THING
and numerous variations thereof including quotes, spaces, and parentheses. I start httpd with a home-made bash script that calls systemctl. I read my result in httpd.conf with an

Code: Select all

<IfDefine MyEvaluatedThing>
I can't get it to work. Thanks for your advice.
Mike.

hunter86_bg
Posts: 2019
Joined: 2015/02/17 15:14:33
Location: Bulgaria
Contact:

Re: http: fail OPTIONS -D$MY_THING, etc.

Post by hunter86_bg » 2019/02/09 20:23:53

You won't get any replyes unless you something like this:
1. I have a setup like this...
2. I want to achieve that...
3. In CentOS6 I did it this way... ,but it doesn't work in CentOS7

Post Reply