[pfSense Support] restarting httpd

2005-11-23 Thread alan walters
How can the httpd be restarted from the command line. I attempted to run the php script from the command line but it failed looking for credentials.

RE: [pfSense Support] restarting httpd

2005-11-23 Thread Espen Johansen
/var/run/mini_httpd.pid -lsf From: alan walters [mailto:[EMAIL PROTECTED] Sent: 23. november 2005 12:06 To: support@pfsense.com Subject: [pfSense Support] restarting httpd How can the httpd be restarted from the command line. I attempted to run the php script from the command

Re: [pfSense Support] restarting httpd

2005-11-23 Thread Bill Marquette
Create a developer tag inside the system tag and you'll have a developer menu (and anything else we use that tag for ;-P) which has a restart http option. Of course, this requires that the http daemon is running :) Otherwise, Espen already answered regarding the command that runs (beware of

RE: [pfSense Support] restarting httpd

2005-11-23 Thread alan walters
I tried that command but it gives some missig tihing I will have to have another look at it -Original Message- From: Bill Marquette [mailto:[EMAIL PROTECTED] Sent: 23 November 2005 15:37 To: support@pfsense.com Subject: Re: [pfSense Support] restarting httpd Create a developer tag

RE: [pfSense Support] restarting httpd

2005-11-23 Thread alan walters
/mini_httpd.pid From: Espen Johansen [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 23, 2005 11:32 AM To: support@pfsense.com Subject: RE: [pfSense Support] restarting httpd Do a ps auxww |grep http and you will se full command line for whatever process (change or remove the grep

Re: [pfSense Support] restarting httpd

2005-11-23 Thread Scott Ullrich
:[EMAIL PROTECTED] Sent: Wednesday, November 23, 2005 11:32 AM To: support@pfsense.com Subject: RE: [pfSense Support] restarting httpd Do a ps –auxww |grep http and you will se full command line for whatever process (change or remove the grep if you are looking for something else) you

RE: [pfSense Support] restarting httpd

2005-11-23 Thread alan walters
To: support@pfsense.com Subject: Re: [pfSense Support] restarting httpd Try /usr/local/sbin/mini_httpd -S -E /var/etc/cert/pem -c **.php|**.cgi -u root -maxproc 16 -i /var/run/mini_httpd.pid Notice the |, thats a pipe in shell-land. On 11/23/05, alan walters [EMAIL PROTECTED] wrote