Re: [Pound Mailing List] Error starting pound 2.6 pcidss
Nick Rogers <[email protected]>
| Newsgroups | gmane.comp.web.pound.general |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Oct 28, 2014 at 1:10 AM, Ricardo Santos <[email protected]> wrote: > Hello all. > > I have compiled pound 2.6 pcidss version with openssl 1.0.1j. > > But when I start pound (even just pound -V or pound -c) it gives me an > error: > > #pound -c > starting... > bad config Regex - aborted > > Surely I made something wrong, so can anyone help me figure what went > wrong? > I'm running into the same problem trying to get 2.6pcidss working. My pound.conf works fine under 2.6 (official) and 2.7.d. Here's a very stripped down version of my config and the error. I also had regexes in HeadRequire directives but removing them doesn't seem to change anything. fbsd101-vm# pound -V starting... bad config Regex - aborted fbsd101-vm# pound -v -f /etc/pound.conf starting... bad config Regex - aborted fbsd101-vm# cat /etc/pound.conf User "www" Group "www" Threads 128 LogFacility daemon LogLevel 4 Alive 5 Client 30 TimeOut 300 Grace 5 ListenHTTP Address 0.0.0.0 Port 80 Service BackEnd Address 127.0.0.1 Port 8000 End End End fbsd101-vm# uname -v FreeBSD 10.1-RC3 #0 r273744M: Mon Oct 27 15:26:34 EDT 2014 root@fbsd_101_amd64_builder.rgnets.com:/usr/obj/usr/src/sys/RGNETS > Regards > > -- > Ricardo Santos >