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: > > > > This is what happens when I try to restart httpd with the below command > > > > /usr/local/sbin/mini_httpd: No match. > > **.cgi: No match. > > > > > > I used this command since I am using https > > > > /usr/local/sbin/mini_httpd -S -E /var/etc/cert/pem -c **.php|**.cgi -u root > -maxproc 16 -i /var/run/mini_httpd.pid > > > > > > ________________________________ > > > From: Espen Johansen [mailto:[EMAIL PROTECTED] > Sent: Wednesday, November 23, 2005 11:32 AM > To: [email protected] > 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 are looking to kill /restart (unless you already killed it that is) > > > > /usr/local/sbin/mini_httpd -c **.php|**.cgi -u root -maxproc 16 -i > /var/run/mini_httpd.pid > > > > -lsf > > > > > ________________________________ > > > From: alan walters [mailto:[EMAIL PROTECTED] > Sent: 23. november 2005 12:06 > To: [email protected] > 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 line but it failed looking for credentials.
