Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

6 May, 2024: The networking issue during the past two days has been identified and appears to be fixed. Will keep monitoring.


computers / comp.os.vms / Re: php.ini location

SubjectAuthor
* php.ini locationissinoho
`* Re: php.ini locationArne Vajhøj
 `* Re: php.ini locationissinoho
  +- Re: php.ini locationplugh
  +- Re: php.ini locationArne Vajhøj
  `* Re: php.ini locationBob Eager
   +- Re: php.ini locationissinoho
   `- Re: php.ini locationissinoho

1
php.ini location

<85962330-3a13-489a-a75e-786e83fdfbfdn@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=27393&group=comp.os.vms#27393

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:a05:620a:25d3:b0:74a:18e:3a6c with SMTP id y19-20020a05620a25d300b0074a018e3a6cmr1771084qko.0.1680974185145;
Sat, 08 Apr 2023 10:16:25 -0700 (PDT)
X-Received: by 2002:a05:6214:a83:b0:5c4:b994:5220 with SMTP id
ev3-20020a0562140a8300b005c4b9945220mr1033406qvb.4.1680974184937; Sat, 08 Apr
2023 10:16:24 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Sat, 8 Apr 2023 10:16:24 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=2a02:c7c:d0ca:6000:5856:a9ae:5873:46e4;
posting-account=Jc8lggoAAADpqbPc4tHcztc81YNnWd1x
NNTP-Posting-Host: 2a02:c7c:d0ca:6000:5856:a9ae:5873:46e4
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <85962330-3a13-489a-a75e-786e83fdfbfdn@googlegroups.com>
Subject: php.ini location
From: iai...@issinoho.com (issinoho)
Injection-Date: Sat, 08 Apr 2023 17:16:25 +0000
Content-Type: text/plain; charset="UTF-8"
 by: issinoho - Sat, 8 Apr 2023 17:16 UTC

From PHPINFO ()...
System OpenVMS X86VMS 0 E9.2-1 VMware,_Inc._VMware7,1
Build Date Apr 6 2022 09:59:09
Configure Command no value
Server API Apache 2.0 Handler
Virtual Directory Support disabled
Configuration File (php.ini) Path no value
Loaded Configuration File (none)
Scan this dir for additional .ini files (none)
Additional .ini files parsed (none)

$ dir PHP$ROOT:[ETC]

Directory PHP$ROOT:[etc]

cacert.pem;1 php.ini;3 php.ini-dev;1 php.ini-prod;1

Total of 4 files.

Anyone know why the php.ini file is not being picked up and/or where it needs to reside?

TIA.

Re: php.ini location

<u0s802$1b1kn$2@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=27394&group=comp.os.vms#27394

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail
From: arn...@vajhoej.dk (Arne Vajhøj)
Newsgroups: comp.os.vms
Subject: Re: php.ini location
Date: Sat, 8 Apr 2023 13:24:14 -0400
Organization: A noiseless patient Spider
Lines: 41
Message-ID: <u0s802$1b1kn$2@dont-email.me>
References: <85962330-3a13-489a-a75e-786e83fdfbfdn@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sat, 8 Apr 2023 17:24:18 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="1ea438bd602e879549f6b1c25da422c4";
logging-data="1410711"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX188eXWVteq6PHdLPJ/1zoYNw0RXf8cbySc="
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.9.1
Cancel-Lock: sha1:xpeYRaao/6tvz8JZeVDqB8CNpCE=
Content-Language: en-US
In-Reply-To: <85962330-3a13-489a-a75e-786e83fdfbfdn@googlegroups.com>
 by: Arne Vajhøj - Sat, 8 Apr 2023 17:24 UTC

On 4/8/2023 1:16 PM, issinoho wrote:
> From PHPINFO ()...
> System OpenVMS X86VMS 0 E9.2-1 VMware,_Inc._VMware7,1
> Build Date Apr 6 2022 09:59:09
> Configure Command no value
> Server API Apache 2.0 Handler
> Virtual Directory Support disabled
> Configuration File (php.ini) Path no value
> Loaded Configuration File (none)
> Scan this dir for additional .ini files (none)
> Additional .ini files parsed (none)
>
> $ dir PHP$ROOT:[ETC]
>
> Directory PHP$ROOT:[etc]
>
> cacert.pem;1 php.ini;3 php.ini-dev;1 php.ini-prod;1
>
> Total of 4 files.
>
> Anyone know why the php.ini file is not being picked up and/or where it needs to reside?

I have always found that very confusing and used the easy solution
of specifying it explicit.

Example from my VMS httpd.conf:

LoadModule php7_module "/disk1/net/php/mod_php_apache-2_0.exe"
PHPIniDir "/disk1/net/php"

And on Windows (with a very old PHP version):

LoadModule php5_module
"C:/DivNative/32bit/php-5.6.23-Win32-VC11-x86/php5apache2_4.dll"
PHPIniDir "C:/DivNative/32bit/php-5.6.23-Win32-VC11-x86"

Probably reveals that I am no an Apache & PHP expert, but it works
and it is easy to understand.

Arne

Re: php.ini location

<3259895e-772d-4d8b-9d96-b91347ca56a1n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=27396&group=comp.os.vms#27396

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:a05:620a:198e:b0:746:b32:a43d with SMTP id bm14-20020a05620a198e00b007460b32a43dmr804532qkb.11.1680976243250;
Sat, 08 Apr 2023 10:50:43 -0700 (PDT)
X-Received: by 2002:a05:622a:1805:b0:3e6:55b2:35f with SMTP id
t5-20020a05622a180500b003e655b2035fmr2117765qtc.5.1680976243013; Sat, 08 Apr
2023 10:50:43 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Sat, 8 Apr 2023 10:50:41 -0700 (PDT)
In-Reply-To: <u0s802$1b1kn$2@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=2a02:c7c:d0ca:6000:fde5:8de6:120c:7672;
posting-account=Jc8lggoAAADpqbPc4tHcztc81YNnWd1x
NNTP-Posting-Host: 2a02:c7c:d0ca:6000:fde5:8de6:120c:7672
References: <85962330-3a13-489a-a75e-786e83fdfbfdn@googlegroups.com> <u0s802$1b1kn$2@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <3259895e-772d-4d8b-9d96-b91347ca56a1n@googlegroups.com>
Subject: Re: php.ini location
From: iai...@issinoho.com (issinoho)
Injection-Date: Sat, 08 Apr 2023 17:50:43 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2946
 by: issinoho - Sat, 8 Apr 2023 17:50 UTC

On Saturday, 8 April 2023 at 18:24:22 UTC+1, Arne Vajhøj wrote:
> On 4/8/2023 1:16 PM, issinoho wrote:
> > From PHPINFO ()...
> > System OpenVMS X86VMS 0 E9.2-1 VMware,_Inc._VMware7,1
> > Build Date Apr 6 2022 09:59:09
> > Configure Command no value
> > Server API Apache 2.0 Handler
> > Virtual Directory Support disabled
> > Configuration File (php.ini) Path no value
> > Loaded Configuration File (none)
> > Scan this dir for additional .ini files (none)
> > Additional .ini files parsed (none)
> >
> > $ dir PHP$ROOT:[ETC]
> >
> > Directory PHP$ROOT:[etc]
> >
> > cacert.pem;1 php.ini;3 php.ini-dev;1 php.ini-prod;1
> >
> > Total of 4 files.
> >
> > Anyone know why the php.ini file is not being picked up and/or where it needs to reside?
> I have always found that very confusing and used the easy solution
> of specifying it explicit.
>
> Example from my VMS httpd.conf:
>
> LoadModule php7_module "/disk1/net/php/mod_php_apache-2_0.exe"
> PHPIniDir "/disk1/net/php"
>
> And on Windows (with a very old PHP version):
>
> LoadModule php5_module
> "C:/DivNative/32bit/php-5.6.23-Win32-VC11-x86/php5apache2_4.dll"
> PHPIniDir "C:/DivNative/32bit/php-5.6.23-Win32-VC11-x86"
>
> Probably reveals that I am no an Apache & PHP expert, but it works
> and it is easy to understand.
>
> Arne

Thanks for the help but no matter what I put on that line, I get this...

AH00526: Syntax error on line 164 of /apache$root/000000/conf/httpd.conf:
Listen setup failed

I'm trying this sort of thing...
PHPIniDir "/php$root/etc"

Also tried a full path from the disk down and same error.

Re: php.ini location

<e8ab084e-3b38-4850-abab-ff0148b66490n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=27398&group=comp.os.vms#27398

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:a05:620a:31aa:b0:743:d508:97ba with SMTP id bi42-20020a05620a31aa00b00743d50897bamr828316qkb.1.1680976471783;
Sat, 08 Apr 2023 10:54:31 -0700 (PDT)
X-Received: by 2002:a05:622a:1753:b0:3da:d56c:8f4d with SMTP id
l19-20020a05622a175300b003dad56c8f4dmr2137407qtk.3.1680976471582; Sat, 08 Apr
2023 10:54:31 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!newsfeed.hasname.com!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Sat, 8 Apr 2023 10:54:31 -0700 (PDT)
In-Reply-To: <3259895e-772d-4d8b-9d96-b91347ca56a1n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=172.110.168.218; posting-account=uNeudQoAAACm0ETOCzPNrvtq-73lRbuD
NNTP-Posting-Host: 172.110.168.218
References: <85962330-3a13-489a-a75e-786e83fdfbfdn@googlegroups.com>
<u0s802$1b1kn$2@dont-email.me> <3259895e-772d-4d8b-9d96-b91347ca56a1n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <e8ab084e-3b38-4850-abab-ff0148b66490n@googlegroups.com>
Subject: Re: php.ini location
From: jchim...@gmail.com (plugh)
Injection-Date: Sat, 08 Apr 2023 17:54:31 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3270
 by: plugh - Sat, 8 Apr 2023 17:54 UTC

On Saturday, April 8, 2023 at 10:50:44 AM UTC-7, issinoho wrote:
> On Saturday, 8 April 2023 at 18:24:22 UTC+1, Arne Vajhøj wrote:
> > On 4/8/2023 1:16 PM, issinoho wrote:
> > > From PHPINFO ()...
> > > System OpenVMS X86VMS 0 E9.2-1 VMware,_Inc._VMware7,1
> > > Build Date Apr 6 2022 09:59:09
> > > Configure Command no value
> > > Server API Apache 2.0 Handler
> > > Virtual Directory Support disabled
> > > Configuration File (php.ini) Path no value
> > > Loaded Configuration File (none)
> > > Scan this dir for additional .ini files (none)
> > > Additional .ini files parsed (none)
> > >
> > > $ dir PHP$ROOT:[ETC]
> > >
> > > Directory PHP$ROOT:[etc]
> > >
> > > cacert.pem;1 php.ini;3 php.ini-dev;1 php.ini-prod;1
> > >
> > > Total of 4 files.
> > >
> > > Anyone know why the php.ini file is not being picked up and/or where it needs to reside?
> > I have always found that very confusing and used the easy solution
> > of specifying it explicit.
> >
> > Example from my VMS httpd.conf:
> >
> > LoadModule php7_module "/disk1/net/php/mod_php_apache-2_0.exe"
> > PHPIniDir "/disk1/net/php"
> >
> > And on Windows (with a very old PHP version):
> >
> > LoadModule php5_module
> > "C:/DivNative/32bit/php-5.6.23-Win32-VC11-x86/php5apache2_4.dll"
> > PHPIniDir "C:/DivNative/32bit/php-5.6.23-Win32-VC11-x86"
> >
> > Probably reveals that I am no an Apache & PHP expert, but it works
> > and it is easy to understand.
> >
> > Arne
> Thanks for the help but no matter what I put on that line, I get this...
>
> AH00526: Syntax error on line 164 of /apache$root/000000/conf/httpd.conf:
> Listen setup failed
>
> I'm trying this sort of thing...
> PHPIniDir "/php$root/etc"
>
> Also tried a full path from the disk down and same error.

what does "php -i" tell you? Pipe that output to SEARCH for the string ".ini"

Re: php.ini location

<u0scts$1c1h7$1@dont-email.me>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=27402&group=comp.os.vms#27402

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail
From: arn...@vajhoej.dk (Arne Vajhøj)
Newsgroups: comp.os.vms
Subject: Re: php.ini location
Date: Sat, 8 Apr 2023 14:48:24 -0400
Organization: A noiseless patient Spider
Lines: 26
Message-ID: <u0scts$1c1h7$1@dont-email.me>
References: <85962330-3a13-489a-a75e-786e83fdfbfdn@googlegroups.com>
<u0s802$1b1kn$2@dont-email.me>
<3259895e-772d-4d8b-9d96-b91347ca56a1n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Sat, 8 Apr 2023 18:48:28 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="1ea438bd602e879549f6b1c25da422c4";
logging-data="1443367"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19L4Or0QbCZVTFoBOPvUQ0nQIczzF5I1QI="
User-Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.9.1
Cancel-Lock: sha1:ttjlFQL2KudkHXak0YhRKFJixmY=
Content-Language: en-US
In-Reply-To: <3259895e-772d-4d8b-9d96-b91347ca56a1n@googlegroups.com>
 by: Arne Vajhøj - Sat, 8 Apr 2023 18:48 UTC

On 4/8/2023 1:50 PM, issinoho wrote:
> On Saturday, 8 April 2023 at 18:24:22 UTC+1, Arne Vajhøj wrote:
>> On 4/8/2023 1:16 PM, issinoho wrote:
>>> Anyone know why the php.ini file is not being picked up and/or where it needs to reside?
>> I have always found that very confusing and used the easy solution
>> of specifying it explicit.
>>
>> Example from my VMS httpd.conf:
>>
>> LoadModule php7_module "/disk1/net/php/mod_php_apache-2_0.exe"
>> PHPIniDir "/disk1/net/php"

> Thanks for the help but no matter what I put on that line, I get this...
>
> AH00526: Syntax error on line 164 of /apache$root/000000/conf/httpd.conf:
> Listen setup failed
>
> I'm trying this sort of thing...
> PHPIniDir "/php$root/etc"
>
> Also tried a full path from the disk down and same error.

Is the PHP module loaded?

Arne

Re: php.ini location

<k9e1l6Fhva7U26@mid.individual.net>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=27405&group=comp.os.vms#27405

  copy link   Newsgroups: comp.os.vms
Path: i2pn2.org!i2pn.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail
From: news0...@eager.cx (Bob Eager)
Newsgroups: comp.os.vms
Subject: Re: php.ini location
Date: 8 Apr 2023 20:37:58 GMT
Lines: 10
Message-ID: <k9e1l6Fhva7U26@mid.individual.net>
References: <85962330-3a13-489a-a75e-786e83fdfbfdn@googlegroups.com>
<u0s802$1b1kn$2@dont-email.me>
<3259895e-772d-4d8b-9d96-b91347ca56a1n@googlegroups.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
X-Trace: individual.net bIfj2+8b8cIui3OO+ViKSwphnBbxU4fbWAejid0htwEUpkYdxo
Cancel-Lock: sha1:zGCcyxXZUzlMxfPobLl5Yiyyxrg=
User-Agent: Pan/0.145 (Duplicitous mercenary valetism; d7e168a
git.gnome.org/pan2)
 by: Bob Eager - Sat, 8 Apr 2023 20:37 UTC

On Sat, 08 Apr 2023 10:50:41 -0700, issinoho wrote:

> Thanks for the help but no matter what I put on that line, I get this...
>
> AH00526: Syntax error on line 164 of
> /apache$root/000000/conf/httpd.conf:
> Listen setup failed

So what is on that line? Doesn't sound like a PHP error at all.

Re: php.ini location

<44fe05b6-d8c0-45c3-a936-0d69c260d737n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=27407&group=comp.os.vms#27407

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:a05:620a:45a6:b0:71f:b908:7b83 with SMTP id bp38-20020a05620a45a600b0071fb9087b83mr1050385qkb.15.1680988720780;
Sat, 08 Apr 2023 14:18:40 -0700 (PDT)
X-Received: by 2002:a05:6214:18c8:b0:56b:e002:75df with SMTP id
cy8-20020a05621418c800b0056be00275dfmr1179627qvb.5.1680988720574; Sat, 08 Apr
2023 14:18:40 -0700 (PDT)
Path: i2pn2.org!i2pn.org!news.1d4.us!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Sat, 8 Apr 2023 14:18:40 -0700 (PDT)
In-Reply-To: <k9e1l6Fhva7U26@mid.individual.net>
Injection-Info: google-groups.googlegroups.com; posting-host=2a02:c7c:d0ca:6000:c1d1:6579:4c0d:880d;
posting-account=Jc8lggoAAADpqbPc4tHcztc81YNnWd1x
NNTP-Posting-Host: 2a02:c7c:d0ca:6000:c1d1:6579:4c0d:880d
References: <85962330-3a13-489a-a75e-786e83fdfbfdn@googlegroups.com>
<u0s802$1b1kn$2@dont-email.me> <3259895e-772d-4d8b-9d96-b91347ca56a1n@googlegroups.com>
<k9e1l6Fhva7U26@mid.individual.net>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <44fe05b6-d8c0-45c3-a936-0d69c260d737n@googlegroups.com>
Subject: Re: php.ini location
From: iai...@issinoho.com (issinoho)
Injection-Date: Sat, 08 Apr 2023 21:18:40 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1820
 by: issinoho - Sat, 8 Apr 2023 21:18 UTC

On Saturday, 8 April 2023 at 21:38:02 UTC+1, Bob Eager wrote:
> On Sat, 08 Apr 2023 10:50:41 -0700, issinoho wrote:
>
> > Thanks for the help but no matter what I put on that line, I get this...
> >
> > AH00526: Syntax error on line 164 of
> > /apache$root/000000/conf/httpd.conf:
> > Listen setup failed
> So what is on that line? Doesn't sound like a PHP error at all.

$ pipe php -i | search sys$pipe ".ini"
Configuration File (php.ini) Path
Scan this dir for additional .ini files
Additional .ini files parsed
..user.ini
..user.ini

Re: php.ini location

<ed1cd20b-c69d-4adf-ab13-9afd55b775c7n@googlegroups.com>

  copy mid

https://www.novabbs.com/computers/article-flat.php?id=27408&group=comp.os.vms#27408

  copy link   Newsgroups: comp.os.vms
X-Received: by 2002:a05:622a:1c4:b0:3e4:dbbe:eb64 with SMTP id t4-20020a05622a01c400b003e4dbbeeb64mr1053865qtw.5.1680988864260;
Sat, 08 Apr 2023 14:21:04 -0700 (PDT)
X-Received: by 2002:a05:620a:1981:b0:733:4e2d:7834 with SMTP id
bm1-20020a05620a198100b007334e2d7834mr2032105qkb.4.1680988864056; Sat, 08 Apr
2023 14:21:04 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.os.vms
Date: Sat, 8 Apr 2023 14:21:03 -0700 (PDT)
In-Reply-To: <k9e1l6Fhva7U26@mid.individual.net>
Injection-Info: google-groups.googlegroups.com; posting-host=2a02:c7c:d0ca:6000:c1d1:6579:4c0d:880d;
posting-account=Jc8lggoAAADpqbPc4tHcztc81YNnWd1x
NNTP-Posting-Host: 2a02:c7c:d0ca:6000:c1d1:6579:4c0d:880d
References: <85962330-3a13-489a-a75e-786e83fdfbfdn@googlegroups.com>
<u0s802$1b1kn$2@dont-email.me> <3259895e-772d-4d8b-9d96-b91347ca56a1n@googlegroups.com>
<k9e1l6Fhva7U26@mid.individual.net>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <ed1cd20b-c69d-4adf-ab13-9afd55b775c7n@googlegroups.com>
Subject: Re: php.ini location
From: iai...@issinoho.com (issinoho)
Injection-Date: Sat, 08 Apr 2023 21:21:04 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2180
 by: issinoho - Sat, 8 Apr 2023 21:21 UTC

On Saturday, 8 April 2023 at 21:38:02 UTC+1, Bob Eager wrote:
> On Sat, 08 Apr 2023 10:50:41 -0700, issinoho wrote:
>
> > Thanks for the help but no matter what I put on that line, I get this...
> >
> > AH00526: Syntax error on line 164 of
> > /apache$root/000000/conf/httpd.conf:
> > Listen setup failed
> So what is on that line? Doesn't sound like a PHP error at all.

## Load PHP module
LoadModule php_module modules/mod_php.exe
PHPIniDir "/php$root/etc"
## Define types to be associated with MOD_PHP
AddType application/x-httpd-php .php .phtml
AddType application/x-httpd-php-source .phps

APACHE$COMMON:[CONF]HTTPD.CONF;10 1065 lines

$ httpd
[Sat Apr 08 09:12:02.094267 2023] [core:crit] [pid 1062] (57)socket is not conne
cted : AH00078: alloc_listener: failed to get a socket for 0.0.0.0
AH00526: Syntax error on line 164 of /apache$root/000000/conf/httpd.conf:
Listen setup failed

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor