On Tue, Apr 1, 2008 at 5:59 PM, xyon <[EMAIL PROTECTED]> wrote:
> When you mean by hand, you mean something like:
>
> `/usr/sbin/httpd -k $action`
>
> Where $action could be "stop" and then "start"? I don't think this is
> possible, I get permission denied on the socket:
>
> (13)Permission deni
On Tue, Apr 1, 2008 at 5:48 PM, xyon <[EMAIL PROTECTED]> wrote:
> Hello all,
>
> I've got a modperl app that changes some apache configs (via text
> files), but need to tell Apache to re-read its configuration files for
> the changes to take effect. What might be the best way of going about
> s
When you mean by hand, you mean something like:
`/usr/sbin/httpd -k $action`
Where $action could be "stop" and then "start"? I don't think this is
possible, I get permission denied on the socket:
(13)Permission denied: make_sock: could not bind to address [::]:443
no listening sockets available,
Hello all,
I've got a modperl app that changes some apache configs (via text
files), but need to tell Apache to re-read its configuration files for
the changes to take effect. What might be the best way of going about
such an operation?
Here is some info about my install:
# cat /etc/redhat-rele