Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re^2: Premature end of script headers more annoying than usual . . .

by hesco (Deacon)
on Nov 21, 2008 at 16:03 UTC ( [id://725166]=note: print w/replies, xml ) Need Help??


in reply to Re: Premature end of script headers more annoying than usual . . .
in thread Premature end of script headers more annoying than usual . . .

I have no prior experience with selinux and so am flying blind here.

ls /etc/selinux/ restorecond.conf semanage.conf
but no config, for whatever that is worth . . .

man apachectl shows no -X or -p options. Do I feed those to /etc/init.d/apache start instead? I'm not sure how to try your advise, here. Further guidance would be appreciated.

-- Hugh

if( $lal && $lol ) { $life++; }
  • Comment on Re^2: Premature end of script headers more annoying than usual . . .
  • Download Code

Replies are listed 'Best First'.
Re^3: Premature end of script headers more annoying than usual . . .
by almut (Canon) on Nov 21, 2008 at 16:25 UTC
    ls /etc/selinux/ restorecond.conf semanage.conf

    Without doing further research myself, I can't really comment on those files... What do they contain?  At least, the fact that there is a /etc/selinux/ directory indicates that the issue might not be totally irrelevant...

    man apachectl shows no -X or -p options.

    Sorry if I wasn't being clear. -X is an option of the actual binary (i.e. httpd or apache, depending on distro), and the -p option belongs to strace.

    You could either simply start httpd manually (after having terminated the running instances with apachectl as usual), or edit the -X into the apachectl script (in the "start" section1). If you do start it manually, it's probably a good idea to first check with which options it is being run currently (ps axf, or some such), and use those in addition to -X. Also, I forgot to mention that with strace you probably also want the option -f.

    ___

    1 something like:

    ... start|stop|restart|graceful) $HTTPD -X ... ^ insert this

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://725166]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-25 05:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found